Package org.bukkit.material
Class Furnace
java.lang.Object
org.bukkit.material.MaterialData
org.bukkit.material.DirectionalContainer
org.bukkit.material.FurnaceAndDispenser
org.bukkit.material.Furnace
- All Implemented Interfaces:
Cloneable
,Directional
Deprecated, for removal: This API element is subject to removal in a future version.
Represents a furnace.
-
Constructor Summary
ConstructorDescriptionFurnace()
Deprecated, for removal: This API element is subject to removal in a future version.Deprecated, for removal: This API element is subject to removal in a future version.Instantiate a furnace facing in a particular direction.Deprecated, for removal: This API element is subject to removal in a future version.Deprecated.Magic value -
Method Summary
Methods inherited from class org.bukkit.material.DirectionalContainer
getFacing, setFacingDirection, toString
Methods inherited from class org.bukkit.material.MaterialData
equals, getData, getItemType, hashCode, setData, toItemStack, toItemStack
-
Constructor Details
-
Furnace
public Furnace()Deprecated, for removal: This API element is subject to removal in a future version. -
Furnace
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
Deprecated, for removal: This API element is subject to removal in a future version. -
Furnace
Deprecated.Magic value- Parameters:
type
- the typedata
- the raw data value
-
-
Method Details
-
clone
Deprecated, for removal: This API element is subject to removal in a future version.- Overrides:
clone
in classFurnaceAndDispenser
-
BlockData
.