HyCodeYourTale
classpublicPriority 3

ApplyEffectInteraction

com.hypixel.hytale.protocol.ApplyEffectInteraction

extends SimpleInteraction

6

Methods

6

Public Methods

2

Fields

3

Constructors

Constants

intFIXED_BLOCK_SIZE= 24
intMAX_SIZE= 1677721600
intNULLABLE_BIT_FIELD_SIZE= 1
intVARIABLE_BLOCK_START= 44
intVARIABLE_FIELD_COUNT= 5

Constructors

public
ApplyEffectInteraction()
public
ApplyEffectInteraction(WaitForDataFrom waitForDataFrom, InteractionEffects effects, float horizontalSpeedMultiplier, float runTime, boolean cancelOnItemChange, Map<GameMode, InteractionSettings> settings, InteractionRules rules, int[] tags, InteractionCameraSettings camera, int next, int failed, int effectId, InteractionTarget entityTarget)
public
ApplyEffectInteraction(ApplyEffectInteraction other)

Methods

Public Methods (6)

publicstatic
int computeBytesConsumed(ByteBuf buf, int offset)
public
int computeSize()
@Override
public
boolean equals(Object obj)
@Override
public
int hashCode()
@Override
public
int serialize(ByteBuf buf)
@Override
publicstatic
ValidationResult validateStructure(ByteBuf buffer, int offset)

Fields

Public Fields (2)

publicint effectId
publicInteractionTarget entityTarget

Related Classes