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)
           
Furnace(int type, byte data)
           
Furnace(Material type)
           
Furnace(Material type, byte data)
           
 
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

public Furnace(int type)

Furnace

public Furnace(Material type)

Furnace

public Furnace(int type,
               byte data)

Furnace

public Furnace(Material type,
               byte data)
Method Detail

clone

public Furnace clone()
Overrides:
clone in class FurnaceAndDispenser


Copyright © 2013. All Rights Reserved.