Interface Door

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

public interface Door extends Bisected, Directional, Openable, Powerable
'hinge' indicates which hinge this door is attached to and will rotate around when opened.
  • Method Details

    • getHinge

      @NotNull Door.Hinge getHinge()
      Gets the value of the 'hinge' property.
      Returns:
      the 'hinge' value
    • setHinge

      void setHinge(@NotNull Door.Hinge hinge)
      Sets the value of the 'hinge' property.
      Parameters:
      hinge - the new 'hinge' value