Class SmoothBrick

java.lang.Object
All Implemented Interfaces:
java.lang.Cloneable

public class SmoothBrick
extends TexturedMaterial
Represents the different types of smooth bricks.
  • Constructor Details

    • SmoothBrick

      public SmoothBrick()
    • SmoothBrick

      @Deprecated public SmoothBrick​(int type)
      Deprecated.
      Magic value
      Parameters:
      type - the raw type id
    • SmoothBrick

      public SmoothBrick​(Material type)
    • SmoothBrick

      @Deprecated public SmoothBrick​(int type, byte data)
      Deprecated.
      Magic value
      Parameters:
      type - the raw type id
      data - the raw data value
    • SmoothBrick

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