RoofConnectedBlockRuleSet

public class RoofConnectedBlockRuleSet

Class RoofConnectedBlockRuleSet. Provides roofconnectedblockruleset functionality for the Hytale server.

java.lang.Object > RoofConnectedBlockRuleSet

Field Summary

regular

public StairConnectedBlockRuleSet regular

Field regular.

hollow

public StairConnectedBlockRuleSet hollow

Field hollow.

topperBlockId

public int topperBlockId

Field topperBlockId.

width

public int width

Field width.

materialName

public String materialName

Field materialName.

obj

final RoofConnectedBlockRuleSet obj

Field obj.

nullBits

final byte nullBits

Field nullBits.

varPos0

final int varPos0

Field varPos0.

varPos2

final int varPos2

Field varPos2.

varPos3

final int varPos3

Field varPos3.

materialNameLen

final int materialNameLen

Field materialNameLen.

fieldOffset0

final int fieldOffset0

Field fieldOffset0.

fieldOffset2

final int fieldOffset2

Field fieldOffset2.

fieldOffset3

final int fieldOffset3

Field fieldOffset3.

sl

final int sl

Field sl.

startPos

final int startPos

Field startPos.

regularOffsetSlot

final int regularOffsetSlot

Field regularOffsetSlot.

hollowOffsetSlot

final int hollowOffsetSlot

Field hollowOffsetSlot.

materialNameOffsetSlot

final int materialNameOffsetSlot

Field materialNameOffsetSlot.

varBlockStart

final int varBlockStart

Field varBlockStart.

regularOffset

final int regularOffset

Field regularOffset.

regularResult

final ValidationResult regularResult

Field regularResult.

hollowOffset

final int hollowOffset

Field hollowOffset.

hollowResult

final ValidationResult hollowResult

Field hollowResult.

materialNameOffset

final int materialNameOffset

Field materialNameOffset.

copy

final RoofConnectedBlockRuleSet copy

Field copy.

Method Detail

RoofConnectedBlockRuleSet

public public RoofConnectedBlockRuleSet ()

Method RoofConnectedBlockRuleSet.

deserialize

static RoofConnectedBlockRuleSet 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 RoofConnectedBlockRuleSet clone ()

Method clone.

equals

public boolean equals (final Object obj)

Method equals.

Parameters:
final Object obj

hashCode

public int hashCode ()

Method hashCode.