Package com.hypixel.hytale.protocol
Class InteractionEffects
java.lang.Object
com.hypixel.hytale.protocol.InteractionEffects
-
Field Summary
FieldsModifier and TypeFieldDescriptionbooleanbooleanstatic final intintstatic final intstatic final intfloatstatic final intstatic final intbooleanint -
Constructor Summary
ConstructorsConstructorDescriptionInteractionEffects(ModelParticle[] particles, ModelParticle[] firstPersonParticles, int worldSoundEventIndex, int localSoundEventIndex, ModelTrail[] trails, boolean waitForAnimationToFinish, String itemPlayerAnimationsId, String itemAnimationId, boolean clearAnimationOnFinish, boolean clearSoundEventOnFinish, CameraShakeEffect cameraShake, MovementEffects movementEffects, float startDelay) -
Method Summary
Modifier and TypeMethodDescriptionclone()static intcomputeBytesConsumed(io.netty.buffer.ByteBuf buf, int offset) intstatic InteractionEffectsdeserialize(io.netty.buffer.ByteBuf buf, int offset) booleaninthashCode()voidserialize(io.netty.buffer.ByteBuf buf) static ValidationResultvalidateStructure(io.netty.buffer.ByteBuf buffer, int offset)
-
Field Details
-
NULLABLE_BIT_FIELD_SIZE
public static final int NULLABLE_BIT_FIELD_SIZE- See Also:
-
FIXED_BLOCK_SIZE
public static final int FIXED_BLOCK_SIZE- See Also:
-
VARIABLE_FIELD_COUNT
public static final int VARIABLE_FIELD_COUNT- See Also:
-
VARIABLE_BLOCK_START
public static final int VARIABLE_BLOCK_START- See Also:
-
MAX_SIZE
public static final int MAX_SIZE- See Also:
-
particles
-
firstPersonParticles
-
worldSoundEventIndex
public int worldSoundEventIndex -
localSoundEventIndex
public int localSoundEventIndex -
trails
-
waitForAnimationToFinish
public boolean waitForAnimationToFinish -
itemPlayerAnimationsId
-
itemAnimationId
-
clearAnimationOnFinish
public boolean clearAnimationOnFinish -
clearSoundEventOnFinish
public boolean clearSoundEventOnFinish -
cameraShake
-
movementEffects
-
startDelay
public float startDelay
-
-
Constructor Details
-
InteractionEffects
public InteractionEffects() -
InteractionEffects
public InteractionEffects(@Nullable ModelParticle[] particles, @Nullable ModelParticle[] firstPersonParticles, int worldSoundEventIndex, int localSoundEventIndex, @Nullable ModelTrail[] trails, boolean waitForAnimationToFinish, @Nullable String itemPlayerAnimationsId, @Nullable String itemAnimationId, boolean clearAnimationOnFinish, boolean clearSoundEventOnFinish, @Nullable CameraShakeEffect cameraShake, @Nullable MovementEffects movementEffects, float startDelay) -
InteractionEffects
-
-
Method Details
-
deserialize
@Nonnull public static InteractionEffects deserialize(@Nonnull io.netty.buffer.ByteBuf buf, int offset) -
computeBytesConsumed
public static int computeBytesConsumed(@Nonnull io.netty.buffer.ByteBuf buf, int offset) -
serialize
public void serialize(@Nonnull io.netty.buffer.ByteBuf buf) -
computeSize
public int computeSize() -
validateStructure
public static ValidationResult validateStructure(@Nonnull io.netty.buffer.ByteBuf buffer, int offset) -
clone
-
equals
-
hashCode
public int hashCode()
-