Class Ladder

All Implemented Interfaces:
java.lang.Cloneable, Attachable, Directional

public class Ladder
extends SimpleAttachableMaterialData
Represents Ladder data
  • Constructor Details

    • Ladder

      public Ladder()
    • Ladder

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

      public Ladder​(Material type)
    • Ladder

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

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