Class Furnace

All Implemented Interfaces:
Cloneable, Directional

@Deprecated(forRemoval=true, since="1.13") public class Furnace extends FurnaceAndDispenser
Deprecated, for removal: This API element is subject to removal in a future version.
all usage of MaterialData is deprecated and subject to removal. Use BlockData.
Represents a furnace.
  • Constructor Details

    • Furnace

      public Furnace()
      Deprecated, for removal: This API element is subject to removal in a future version.
    • Furnace

      public Furnace(BlockFace direction)
      Deprecated, for removal: This API element is subject to removal in a future version.
      Instantiate a furnace facing in a particular direction.
      Parameters:
      direction - the direction the furnace's "opening" is facing
    • Furnace

      public Furnace(Material type)
      Deprecated, for removal: This API element is subject to removal in a future version.
    • Furnace

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

    • clone

      public Furnace clone()
      Deprecated, for removal: This API element is subject to removal in a future version.
      Overrides:
      clone in class FurnaceAndDispenser