类 Ladder

所有已实现的接口:
Cloneable, Attachable, Directional

@Deprecated public class Ladder extends SimpleAttachableMaterialData
已过时。
all usage of MaterialData is deprecated and subject to removal. Use BlockData.
Represents Ladder data
  • 构造器详细资料

    • Ladder

      public Ladder()
      已过时。
    • Ladder

      public Ladder(Material type)
      已过时。
    • Ladder

      @Deprecated public Ladder(Material type, byte data)
      已过时。
      Magic value
      参数:
      type - the type
      data - the raw data value
  • 方法详细资料

    • getAttachedFace

      public BlockFace getAttachedFace()
      已过时。
      Gets the face that this block is attached on
      返回:
      BlockFace attached to
    • setFacingDirection

      public void setFacingDirection(BlockFace face)
      已过时。
      Sets the direction this ladder is facing
      参数:
      face - The facing direction
    • clone

      public Ladder clone()
      已过时。
      覆盖:
      clone 在类中 SimpleAttachableMaterialData