Package org.bukkit.material
Class Button
java.lang.Object
org.bukkit.material.MaterialData
org.bukkit.material.SimpleAttachableMaterialData
org.bukkit.material.Button
- All Implemented Interfaces:
Cloneable
,Attachable
,Directional
,Redstone
@Deprecated public class Button extends SimpleAttachableMaterialData implements Redstone
Deprecated.
all usage of MaterialData is deprecated and subject to removal.
Use
BlockData
.Represents a button
-
Constructor Summary
-
Method Summary
Modifier and Type Method Description Button
clone()
Deprecated.BlockFace
getAttachedFace()
Deprecated.Gets the face that this block is attached onboolean
isPowered()
Deprecated.Gets the current state of this Material, indicating if it's powered or unpoweredvoid
setFacingDirection(BlockFace face)
Deprecated.Sets the direction this button is pointing towardvoid
setPowered(boolean bool)
Deprecated.Sets the current state of this buttonString
toString()
Deprecated.Methods inherited from class org.bukkit.material.MaterialData
equals, getData, getItemType, hashCode, setData, toItemStack, toItemStack
-
Constructor Details
-
Method Details
-
isPowered
public boolean isPowered()Deprecated.Gets the current state of this Material, indicating if it's powered or unpowered -
setPowered
public void setPowered(boolean bool)Deprecated.Sets the current state of this button- Parameters:
bool
- whether or not the button is powered
-
getAttachedFace
Deprecated.Gets the face that this block is attached on- Specified by:
getAttachedFace
in interfaceAttachable
- Returns:
- BlockFace attached to
-
setFacingDirection
Deprecated.Sets the direction this button is pointing toward- Specified by:
setFacingDirection
in interfaceDirectional
- Parameters:
face
- The facing direction
-
toString
Deprecated.- Overrides:
toString
in classSimpleAttachableMaterialData
-
clone
Deprecated.- Overrides:
clone
in classSimpleAttachableMaterialData
-