Class RedstoneTorch

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

public class RedstoneTorch
extends Torch
implements Redstone
Represents a redstone torch
  • Constructor Details

    • RedstoneTorch

      public RedstoneTorch()
    • RedstoneTorch

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

      public RedstoneTorch​(Material type)
    • RedstoneTorch

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

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