Interface Jigsaw

All Superinterfaces:
BlockData, Cloneable

public interface Jigsaw extends BlockData
'orientation' is the direction the block is facing.
Since:
1.16.1
  • Method Details

    • getOrientation

      @NotNull Orientation getOrientation()
      Gets the value of the 'orientation' property.
      Returns:
      the 'orientation' value
      Since:
      1.16.1
    • setOrientation

      void setOrientation(@NotNull Orientation orientation)
      Sets the value of the 'orientation' property.
      Parameters:
      orientation - the new 'orientation' value
      Since:
      1.16.1