Interface Chest

All Superinterfaces:
BlockData, Cloneable, Directional, Waterlogged

public interface Chest extends Directional, Waterlogged
'type' represents which part of a double chest this block is, or if it is a single chest.
Since:
1.13
  • Method Details

    • getType

      Gets the value of the 'type' property.
      Returns:
      the 'type' value
      Since:
      1.13
    • setType

      void setType(@NotNull @NotNull Chest.Type type)
      Sets the value of the 'type' property.
      Parameters:
      type - the new 'type' value
      Since:
      1.13