RequiredBlockFaceSupport

public class RequiredBlockFaceSupport

Class RequiredBlockFaceSupport. Provides requiredblockfacesupport functionality for the Hytale server.

java.lang.Object > RequiredBlockFaceSupport

Field Summary

faceType

public String faceType

Field faceType.

selfFaceType

public String selfFaceType

Field selfFaceType.

blockSetId

public String blockSetId

Field blockSetId.

blockTypeId

public int blockTypeId

Field blockTypeId.

tagIndex

public int tagIndex

Field tagIndex.

fluidId

public int fluidId

Field fluidId.

support

public SupportMatch support

Field support.

matchSelf

public SupportMatch matchSelf

Field matchSelf.

allowSupportPropagation

public boolean allowSupportPropagation

Field allowSupportPropagation.

rotate

public boolean rotate

Field rotate.

filler

public Vector3i[] filler

Field filler.

obj

final RequiredBlockFaceSupport obj

Field obj.

nullBits

final byte nullBits

Field nullBits.

varPos0

final int varPos0

Field varPos0.

faceTypeLen

final int faceTypeLen

Field faceTypeLen.

varPos2

final int varPos2

Field varPos2.

selfFaceTypeLen

final int selfFaceTypeLen

Field selfFaceTypeLen.

varPos3

final int varPos3

Field varPos3.

blockSetIdLen

final int blockSetIdLen

Field blockSetIdLen.

varPos4

final int varPos4

Field varPos4.

fillerCount

final int fillerCount

Field fillerCount.

varIntLen

final int varIntLen

Field varIntLen.

fieldOffset0

final int fieldOffset0

Field fieldOffset0.

sl

final int sl

Field sl.

fieldOffset2

final int fieldOffset2

Field fieldOffset2.

fieldOffset3

final int fieldOffset3

Field fieldOffset3.

fieldOffset4

final int fieldOffset4

Field fieldOffset4.

arrLen

final int arrLen

Field arrLen.

startPos

final int startPos

Field startPos.

faceTypeOffsetSlot

final int faceTypeOffsetSlot

Field faceTypeOffsetSlot.

selfFaceTypeOffsetSlot

final int selfFaceTypeOffsetSlot

Field selfFaceTypeOffsetSlot.

blockSetIdOffsetSlot

final int blockSetIdOffsetSlot

Field blockSetIdOffsetSlot.

fillerOffsetSlot

final int fillerOffsetSlot

Field fillerOffsetSlot.

varBlockStart

final int varBlockStart

Field varBlockStart.

faceTypeOffset

final int faceTypeOffset

Field faceTypeOffset.

selfFaceTypeOffset

final int selfFaceTypeOffset

Field selfFaceTypeOffset.

blockSetIdOffset

final int blockSetIdOffset

Field blockSetIdOffset.

fillerOffset

final int fillerOffset

Field fillerOffset.

copy

final RequiredBlockFaceSupport copy

Field copy.

Method Detail

RequiredBlockFaceSupport

public public RequiredBlockFaceSupport ()

Method RequiredBlockFaceSupport.

deserialize

static RequiredBlockFaceSupport deserialize (@Nonnull final ByteBuf buf, final int offset)

Method deserialize.

Parameters:
@Nonnull final ByteBuf buf
final int offset

computeBytesConsumed

static int computeBytesConsumed (@Nonnull final ByteBuf buf, final int offset)

Method computeBytesConsumed.

Parameters:
@Nonnull final ByteBuf buf
final int offset

serialize

public void serialize (@Nonnull final ByteBuf buf)

Method serialize.

Parameters:
@Nonnull final ByteBuf buf

computeSize

public int computeSize ()

Method computeSize.

validateStructure

static ValidationResult validateStructure (@Nonnull final ByteBuf buffer, final int offset)

Method validateStructure.

Parameters:
@Nonnull final ByteBuf buffer
final int offset

clone

public RequiredBlockFaceSupport clone ()

Method clone.

equals

public boolean equals (final Object obj)

Method equals.

Parameters:
final Object obj

hashCode

public int hashCode ()

Method hashCode.