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.
  • Method Details

    • getType

      @NotNull Chest.Type getType()
      Gets the value of the 'type' property.
      Returns:
      the 'type' value
    • setType

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