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.
Represents a button
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionclone()Deprecated.Deprecated.Gets the face that this block is attached onbooleanDeprecated.Gets the current state of this Material, indicating if it's powered or unpoweredvoidsetFacingDirection(BlockFace face) Deprecated.Sets the direction this button is pointing towardvoidsetPowered(boolean bool) Deprecated.Sets the current state of this buttontoString()Deprecated.Methods inherited from class org.bukkit.material.SimpleAttachableMaterialDatagetFacingMethods inherited from class org.bukkit.material.MaterialDataequals, getData, getItemType, hashCode, setData, toItemStack, toItemStack
- 
Constructor Details- 
Buttonpublic Button()Deprecated.
- 
ButtonDeprecated.
- 
ButtonDeprecated.Magic value- Parameters:
- type- the type
- data- the raw data value
 
 
- 
- 
Method Details- 
isPoweredpublic boolean isPowered()Deprecated.Gets the current state of this Material, indicating if it's powered or unpowered
- 
setPoweredpublic void setPowered(boolean bool) Deprecated.Sets the current state of this button- Parameters:
- bool- whether or not the button is powered
 
- 
getAttachedFaceDeprecated.Gets the face that this block is attached on- Specified by:
- getAttachedFacein interface- Attachable
- Returns:
- BlockFace attached to
 
- 
setFacingDirectionDeprecated.Sets the direction this button is pointing toward- Specified by:
- setFacingDirectionin interface- Directional
- Parameters:
- face- The facing direction
 
- 
toStringDeprecated.- Overrides:
- toStringin class- SimpleAttachableMaterialData
 
- 
cloneDeprecated.- Overrides:
- clonein class- SimpleAttachableMaterialData
 
 
- 
BlockData.