HyCodeYourTale
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)

protectedString cameraEffectId
protectedint cameraEffectIndex
protectedboolean clearAnimationOnFinish
protectedboolean clearSoundEventOnFinish
protectedModelParticle[] firstPersonParticles
protectedString itemAnimationId
protectedString itemPlayerAnimationsId
protectedString localSoundEventId
protectedtransient int localSoundEventIndex
protectedMovementEffects movementEffects
protectedString onFinishLocalSoundEventId
protectedtransient int onFinishLocalSoundEventIndex
protectedModelParticle[] particles
protectedfloat startDelay
protectedModelTrail[] trails
protectedboolean waitForAnimationToFinish
protectedString worldSoundEventId
protectedtransient int worldSoundEventIndex

Related Classes