Interface Slab

  • All Superinterfaces:
    BlockData, Cloneable, Waterlogged

    public interface Slab
    extends Waterlogged
    'type' represents what state the slab is in - either top, bottom, or a double slab occupying the full block.
    • Method Detail

      • getType

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

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