Package org.bukkit.material
Class FurnaceAndDispenser
java.lang.Object
org.bukkit.material.MaterialData
org.bukkit.material.DirectionalContainer
org.bukkit.material.FurnaceAndDispenser
- All Implemented Interfaces:
Cloneable
,Directional
@Deprecated(forRemoval=true,
since="1.13")
public class FurnaceAndDispenser
extends DirectionalContainer
Deprecated, for removal: This API element is subject to removal in a future version.
Represents a furnace or dispenser, two types of directional containers
-
Constructor Summary
ConstructorDescriptionFurnaceAndDispenser
(Material type) Deprecated, for removal: This API element is subject to removal in a future version.FurnaceAndDispenser
(Material type, byte data) Deprecated.Magic value -
Method Summary
Modifier and TypeMethodDescriptionclone()
Deprecated, for removal: This API element is subject to removal in a future version.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
-
FurnaceAndDispenser
Deprecated, for removal: This API element is subject to removal in a future version. -
FurnaceAndDispenser
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 classDirectionalContainer
-
BlockData
.