Interface Orientable

All Superinterfaces:
BlockData, Cloneable
All Known Subinterfaces:
Chain

public interface Orientable extends BlockData
'axis' represents the axis along whilst this block is oriented.
Some blocks such as the portal block may not be able to be placed in all orientations, use getAxes() to retrieve all possible such orientations.
  • Method Details

    • getAxis

      @NotNull Axis getAxis()
      Gets the value of the 'axis' property.
      Returns:
      the 'axis' value
    • setAxis

      void setAxis(@NotNull Axis axis)
      Sets the value of the 'axis' property.
      Parameters:
      axis - the new 'axis' value
    • getAxes

      @NotNull Set<Axis> getAxes()
      Gets the axes which are applicable to this block.
      Returns:
      the allowed 'axis' values