Class Sandstone

  • All Implemented Interfaces:
    Cloneable

    @Deprecated
    public class Sandstone
    extends MaterialData
    Deprecated.
    all usage of MaterialData is deprecated and subject to removal. Use BlockData.
    Represents the different types of sandstone.
    • Constructor Detail

      • Sandstone

        public Sandstone()
        Deprecated.
      • Sandstone

        public Sandstone​(SandstoneType type)
        Deprecated.
      • Sandstone

        public Sandstone​(Material type)
        Deprecated.
      • Sandstone

        @Deprecated
        public Sandstone​(Material type,
                         byte data)
        Deprecated.
        Magic value
        Parameters:
        type - the type
        data - the raw data value
    • Method Detail

      • getType

        public SandstoneType getType()
        Deprecated.
        Gets the current type of this sandstone
        Returns:
        SandstoneType of this sandstone
      • setType

        public void setType​(SandstoneType type)
        Deprecated.
        Sets the type of this sandstone
        Parameters:
        type - New type of this sandstone