classpublicPriority 3
InteractionEffects
com.hypixel.hytale.server.core.modules.interaction.interaction.config.InteractionEffects
implements NetworkSerializable
14
Methods
14
Public Methods
18
Fields
1
Constructors
Constants
BuilderCodec<InteractionEffects>CODEC= BuilderCodec.builder(InteractionEffects.class, InteractionEffects::new)
.appendInherited(
...
Constructors
protected
InteractionEffects()Methods
Public Methods (14)
public
String getItemAnimationId()public
String getItemPlayerAnimationsId()public
String getLocalSoundEventId()public
int getLocalSoundEventIndex()public
MovementEffects getMovementEffects()public
ModelParticle[] getParticles()public
float getStartDelay()public
ModelTrail[] getTrails()public
String getWorldSoundEventId()public
int getWorldSoundEventIndex()public
boolean isClearAnimationOnFinish()public
boolean isWaitForAnimationToFinish()public
com.hypixel.hytale.protocol.InteractionEffects toPacket()@Nonnull
public
String toString()@Nonnull@Override
Fields
Protected Fields (18)
protected
String cameraEffectIdprotected
int cameraEffectIndexprotected
boolean clearAnimationOnFinishprotected
boolean clearSoundEventOnFinishprotected
ModelParticle[] firstPersonParticlesprotected
String itemAnimationIdprotected
String itemPlayerAnimationsIdprotected
String localSoundEventIdprotected
transient int localSoundEventIndexprotected
MovementEffects movementEffectsprotected
String onFinishLocalSoundEventIdprotected
transient int onFinishLocalSoundEventIndexprotected
ModelParticle[] particlesprotected
float startDelayprotected
ModelTrail[] trailsprotected
boolean waitForAnimationToFinishprotected
String worldSoundEventIdprotected
transient int worldSoundEventIndex