Class RedstoneWire

java.lang.Object
org.bukkit.material.MaterialData
org.bukkit.material.RedstoneWire
All Implemented Interfaces:
java.lang.Cloneable, Redstone

public class RedstoneWire
extends MaterialData
implements Redstone
Represents redstone wire
  • Constructor Details

    • RedstoneWire

      public RedstoneWire()
    • RedstoneWire

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

      public RedstoneWire​(Material type)
    • RedstoneWire

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

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