Class EntityEffect

java.lang.Object
com.hypixel.hytale.protocol.EntityEffect

public class EntityEffect extends Object
  • 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:
    • id

      @Nullable public String id
    • name

      @Nullable public String name
    • applicationEffects

      @Nullable public ApplicationEffects applicationEffects
    • worldRemovalSoundEventIndex

      public int worldRemovalSoundEventIndex
    • localRemovalSoundEventIndex

      public int localRemovalSoundEventIndex
    • modelOverride

      @Nullable public ModelOverride modelOverride
    • duration

      public float duration
    • infinite

      public boolean infinite
    • debuff

      public boolean debuff
    • statusEffectIcon

      @Nullable public String statusEffectIcon
    • overlapBehavior

      @Nonnull public OverlapBehavior overlapBehavior
    • damageCalculatorCooldown

      public double damageCalculatorCooldown
    • statModifiers

      @Nullable public Map<Integer,Float> statModifiers
    • valueType

      @Nonnull public ValueType valueType
  • Constructor Details

    • EntityEffect

      public EntityEffect()
    • EntityEffect

      public EntityEffect(@Nullable String id, @Nullable String name, @Nullable ApplicationEffects applicationEffects, int worldRemovalSoundEventIndex, int localRemovalSoundEventIndex, @Nullable ModelOverride modelOverride, float duration, boolean infinite, boolean debuff, @Nullable String statusEffectIcon, @Nonnull OverlapBehavior overlapBehavior, double damageCalculatorCooldown, @Nullable Map<Integer,Float> statModifiers, @Nonnull ValueType valueType)
    • EntityEffect

      public EntityEffect(@Nonnull EntityEffect other)
  • Method Details

    • deserialize

      @Nonnull public static EntityEffect 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

      public EntityEffect clone()
      Overrides:
      clone in class Object
    • equals

      public boolean equals(Object obj)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object