Class RedstoneTorch

All Implemented Interfaces:
Cloneable, Attachable, Directional, Redstone

@Deprecated public class RedstoneTorch extends Torch implements Redstone
Deprecated.
all usage of MaterialData is deprecated and subject to removal. Use BlockData.
Represents a redstone torch
  • Constructor Details

    • RedstoneTorch

      public RedstoneTorch()
      Deprecated.
    • RedstoneTorch

      public RedstoneTorch(Material type)
      Deprecated.
    • RedstoneTorch

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

    • isPowered

      public boolean isPowered()
      Deprecated.
      Gets the current state of this Material, indicating if it's powered or unpowered
      Specified by:
      isPowered in interface Redstone
      Returns:
      true if powered, otherwise false
    • toString

      public String toString()
      Deprecated.
      Overrides:
      toString in class SimpleAttachableMaterialData
    • clone

      public RedstoneTorch clone()
      Deprecated.
      Overrides:
      clone in class Torch