Class BuilderToolArg
java.lang.Object
com.hypixel.hytale.protocol.packets.buildertools.BuilderToolArg
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intstatic final intstatic final intbooleanstatic final intstatic final int -
Constructor Summary
ConstructorsConstructorDescriptionBuilderToolArg(boolean required, BuilderToolArgType argType, BuilderToolBoolArg boolArg, BuilderToolFloatArg floatArg, BuilderToolIntArg intArg, BuilderToolStringArg stringArg, BuilderToolBlockArg blockArg, BuilderToolMaskArg maskArg, BuilderToolBrushShapeArg brushShapeArg, BuilderToolBrushOriginArg brushOriginArg, BuilderToolBrushAxisArg brushAxisArg, BuilderToolRotationArg rotationArg, BuilderToolOptionArg optionArg) BuilderToolArg(BuilderToolArg other) -
Method Summary
Modifier and TypeMethodDescriptionclone()static intcomputeBytesConsumed(io.netty.buffer.ByteBuf buf, int offset) intstatic BuilderToolArgdeserialize(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:
-
required
public boolean required -
argType
-
boolArg
-
floatArg
-
intArg
-
stringArg
-
blockArg
-
maskArg
-
brushShapeArg
-
brushOriginArg
-
brushAxisArg
-
rotationArg
-
optionArg
-
-
Constructor Details
-
BuilderToolArg
public BuilderToolArg() -
BuilderToolArg
public BuilderToolArg(boolean required, @Nonnull BuilderToolArgType argType, @Nullable BuilderToolBoolArg boolArg, @Nullable BuilderToolFloatArg floatArg, @Nullable BuilderToolIntArg intArg, @Nullable BuilderToolStringArg stringArg, @Nullable BuilderToolBlockArg blockArg, @Nullable BuilderToolMaskArg maskArg, @Nullable BuilderToolBrushShapeArg brushShapeArg, @Nullable BuilderToolBrushOriginArg brushOriginArg, @Nullable BuilderToolBrushAxisArg brushAxisArg, @Nullable BuilderToolRotationArg rotationArg, @Nullable BuilderToolOptionArg optionArg) -
BuilderToolArg
-
-
Method Details
-
deserialize
-
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()
-