Class Furnace

All Implemented Interfaces:
Cloneable, Directional

@Deprecated public class Furnace extends FurnaceAndDispenser
Deprecated.
all usage of MaterialData is deprecated and subject to removal. Use BlockData.
Represents a furnace.
  • Constructor Details

    • Furnace

      public Furnace()
      Deprecated.
    • Furnace

      public Furnace(BlockFace direction)
      Deprecated.
      Instantiate a furnace facing in a particular direction.
      Parameters:
      direction - the direction the furnace's "opening" is facing
    • Furnace

      public Furnace(Material type)
      Deprecated.
    • Furnace

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