Class Stairs

java.lang.Object
org.bukkit.material.MaterialData
org.bukkit.material.Stairs
All Implemented Interfaces:
java.lang.Cloneable, Directional

public class Stairs
extends MaterialData
implements Directional
Represents stairs.
  • Constructor Details

    • Stairs

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

      public Stairs​(Material type)
    • Stairs

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

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