Class DoubleChestValue
java.lang.Object
org.geysermc.connector.network.translators.world.block.DoubleChestValue
This stores all values of double chests that are part of the Java block state.
-
Field Summary
FieldsModifier and TypeFieldDescriptionbooleanIf true, direction is positive (east/south); if false, direction is negative (west/north)booleanIf true, then chest is facing east/west; if false, south/northbooleanIf true, chest is the left of a pair; if false, chest is the right of a pair. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
isFacingEast
public boolean isFacingEastIf true, then chest is facing east/west; if false, south/north -
isDirectionPositive
public boolean isDirectionPositiveIf true, direction is positive (east/south); if false, direction is negative (west/north) -
isLeft
public boolean isLeftIf true, chest is the left of a pair; if false, chest is the right of a pair.
-
-
Constructor Details
-
DoubleChestValue
public DoubleChestValue()
-