Class Sign

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

public class Sign
extends MaterialData
implements Attachable
MaterialData for signs
  • Constructor Details

    • Sign

      public Sign()
    • Sign

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

      public Sign​(Material type)
    • Sign

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

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