java.lang.Object
org.geysermc.connector.network.translators.world.block.DoubleChestValue

public class DoubleChestValue extends Object
This stores all values of double chests that are part of the Java block state.
  • Field Details

    • isFacingEast

      public boolean isFacingEast
      If true, then chest is facing east/west; if false, south/north
    • isDirectionPositive

      public boolean isDirectionPositive
      If true, direction is positive (east/south); if false, direction is negative (west/north)
    • isLeft

      public boolean isLeft
      If true, chest is the left of a pair; if false, chest is the right of a pair.
  • Constructor Details

    • DoubleChestValue

      public DoubleChestValue()