Class SmoothBrick

All Implemented Interfaces:
Cloneable

@Deprecated(since="1.13", forRemoval=true) public class SmoothBrick extends TexturedMaterial
Deprecated, for removal: This API element is subject to removal in a future version.
all usage of MaterialData is deprecated and subject to removal. Use BlockData.
Represents the different types of smooth bricks.
  • Constructor Details

    • SmoothBrick

      public SmoothBrick()
      Deprecated, for removal: This API element is subject to removal in a future version.
    • SmoothBrick

      public SmoothBrick(Material type)
      Deprecated, for removal: This API element is subject to removal in a future version.
    • SmoothBrick

      @Deprecated(since="1.6.2") public SmoothBrick(Material type, byte data)
      Deprecated.
      Magic value
      Parameters:
      type - the type
      data - the raw data value
  • Method Details

    • getTextures

      public List<Material> getTextures()
      Deprecated, for removal: This API element is subject to removal in a future version.
      Description copied from class: TexturedMaterial
      Retrieve a list of possible textures. The first element of the list will be used as a default.
      Specified by:
      getTextures in class TexturedMaterial
      Returns:
      a list of possible textures for this block
    • clone

      public SmoothBrick clone()
      Deprecated, for removal: This API element is subject to removal in a future version.
      Overrides:
      clone in class TexturedMaterial