Interface Gate

All Superinterfaces:
BlockData, Cloneable, Directional, Openable, Powerable

public interface Gate extends Directional, Openable, Powerable
'in_wall" indicates if the fence gate is attached to a wall, and if true the texture is lowered by a small amount to blend in better.
  • Method Details

    • isInWall

      boolean isInWall()
      Gets the value of the 'in_wall' property.
      Returns:
      the 'in_wall' value
    • setInWall

      void setInWall(boolean inWall)
      Sets the value of the 'in_wall' property.
      Parameters:
      inWall - the new 'in_wall' value