Class Torch

All Implemented Interfaces:
java.lang.Cloneable, Attachable, Directional
Direct Known Subclasses:
RedstoneTorch

public class Torch
extends SimpleAttachableMaterialData
MaterialData for torches
  • Constructor Details

    • Torch

      public Torch()
    • Torch

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

      public Torch​(Material type)
    • Torch

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

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