Package com.hypixel.hytale.protocol
Class EntityUIComponent
java.lang.Object
com.hypixel.hytale.protocol.EntityUIComponent
-
Field Summary
FieldsModifier and TypeFieldDescriptionfloatfloatfloatfloatintstatic final intstatic final intstatic final intbooleanstatic final intstatic final int -
Constructor Summary
ConstructorsConstructorDescriptionEntityUIComponent(EntityUIType type, Vector2f hitboxOffset, boolean unknown, int entityStatIndex, RangeVector2f combatTextRandomPositionOffsetRange, float combatTextViewportMargin, float combatTextDuration, float combatTextHitAngleModifierStrength, float combatTextFontSize, Color combatTextColor, CombatTextEntityUIComponentAnimationEvent[] combatTextAnimationEvents) -
Method Summary
Modifier and TypeMethodDescriptionclone()static intcomputeBytesConsumed(io.netty.buffer.ByteBuf buf, int offset) intstatic EntityUIComponentdeserialize(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:
-
type
-
hitboxOffset
-
unknown
public boolean unknown -
entityStatIndex
public int entityStatIndex -
combatTextRandomPositionOffsetRange
-
combatTextViewportMargin
public float combatTextViewportMargin -
combatTextDuration
public float combatTextDuration -
combatTextHitAngleModifierStrength
public float combatTextHitAngleModifierStrength -
combatTextFontSize
public float combatTextFontSize -
combatTextColor
-
combatTextAnimationEvents
-
-
Constructor Details
-
EntityUIComponent
public EntityUIComponent() -
EntityUIComponent
public EntityUIComponent(@Nonnull EntityUIType type, @Nullable Vector2f hitboxOffset, boolean unknown, int entityStatIndex, @Nullable RangeVector2f combatTextRandomPositionOffsetRange, float combatTextViewportMargin, float combatTextDuration, float combatTextHitAngleModifierStrength, float combatTextFontSize, @Nullable Color combatTextColor, @Nullable CombatTextEntityUIComponentAnimationEvent[] combatTextAnimationEvents) -
EntityUIComponent
-
-
Method Details
-
deserialize
@Nonnull public static EntityUIComponent 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()
-