org.bukkit.material
Class Furnace

java.lang.Object
  extended by org.bukkit.material.MaterialData
      extended by org.bukkit.material.DirectionalContainer
          extended by org.bukkit.material.FurnaceAndDispenser
              extended by org.bukkit.material.Furnace
All Implemented Interfaces:
Cloneable, Directional

public class Furnace
extends FurnaceAndDispenser

Represents a furnace.


Constructor Summary
Furnace()
           
Furnace(BlockFace direction)
          Instantiate a furnace facing in a particular direction.
Furnace(int type)
          Deprecated. Magic value
Furnace(int type, byte data)
          Deprecated. Magic value
Furnace(Material type)
           
Furnace(Material type, byte data)
          Deprecated. Magic value
 
Method Summary
 Furnace clone()
           
 
Methods inherited from class org.bukkit.material.DirectionalContainer
getFacing, setFacingDirection, toString
 
Methods inherited from class org.bukkit.material.MaterialData
equals, getData, getItemType, getItemTypeId, hashCode, setData, toItemStack, toItemStack
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Furnace

public Furnace()

Furnace

public Furnace(BlockFace direction)
Instantiate a furnace facing in a particular direction.

Parameters:
direction - the direction the furnace's "opening" is facing

Furnace

@Deprecated
public Furnace(int type)
Deprecated. Magic value


Furnace

public Furnace(Material type)

Furnace

@Deprecated
public Furnace(int type,
                          byte data)
Deprecated. Magic value


Furnace

@Deprecated
public Furnace(Material type,
                          byte data)
Deprecated. Magic value

Method Detail

clone

public Furnace clone()
Overrides:
clone in class FurnaceAndDispenser


Copyright © 2013. All Rights Reserved.