Package org.bukkit.material
Class Dispenser
java.lang.Object
org.bukkit.material.MaterialData
org.bukkit.material.DirectionalContainer
org.bukkit.material.FurnaceAndDispenser
org.bukkit.material.Dispenser
- All Implemented Interfaces:
Cloneable
,Directional
Deprecated, for removal: This API element is subject to removal in a future version.
Represents a dispenser.
-
Constructor Summary
ConstructorDescriptionDeprecated, 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.Deprecated, for removal: This API element is subject to removal in a future version.Deprecated.Magic value -
Method Summary
Modifier and TypeMethodDescriptionclone()
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.Gets the direction this block is facingvoid
setFacingDirection
(BlockFace face) Deprecated, for removal: This API element is subject to removal in a future version.Sets the direction that this block is facing inMethods inherited from class org.bukkit.material.DirectionalContainer
toString
Methods inherited from class org.bukkit.material.MaterialData
equals, getData, getItemType, hashCode, setData, toItemStack, toItemStack
-
Constructor Details
-
Dispenser
public Dispenser()Deprecated, for removal: This API element is subject to removal in a future version. -
Dispenser
Deprecated, for removal: This API element is subject to removal in a future version. -
Dispenser
Deprecated, for removal: This API element is subject to removal in a future version. -
Dispenser
Deprecated.Magic value- Parameters:
type
- the typedata
- the raw data value
-
-
Method Details
-
setFacingDirection
Deprecated, for removal: This API element is subject to removal in a future version.Description copied from interface:Directional
Sets the direction that this block is facing in- Specified by:
setFacingDirection
in interfaceDirectional
- Overrides:
setFacingDirection
in classDirectionalContainer
- Parameters:
face
- The facing direction
-
getFacing
Deprecated, for removal: This API element is subject to removal in a future version.Description copied from interface:Directional
Gets the direction this block is facing- Specified by:
getFacing
in interfaceDirectional
- Overrides:
getFacing
in classDirectionalContainer
- Returns:
- the direction this block is facing
-
clone
Deprecated, for removal: This API element is subject to removal in a future version.- Overrides:
clone
in classFurnaceAndDispenser
-
BlockData
.