Class Step

All Implemented Interfaces:
java.lang.Cloneable

public class Step
extends TexturedMaterial
Represents the different types of steps.
  • Constructor Details

    • Step

      public Step()
    • Step

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

      public Step​(Material type)
    • Step

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

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