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(forRemoval=true,
since="1.13")
public class Button
extends SimpleAttachableMaterialData
implements Redstone
Deprecated, for removal: This API element is subject to removal in a future version.
Represents a button
-
Constructor Summary
-
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 face that this block is attached onboolean
Deprecated, for removal: This API element is subject to removal in a future version.Gets the current state of this Material, indicating if it's powered or unpoweredvoid
setFacingDirection
(BlockFace face) Deprecated, for removal: This API element is subject to removal in a future version.Sets the direction this button is pointing towardvoid
setPowered
(boolean bool) Deprecated, for removal: This API element is subject to removal in a future version.Sets the current state of this buttontoString()
Deprecated, for removal: This API element is subject to removal in a future version.Methods inherited from class org.bukkit.material.SimpleAttachableMaterialData
getFacing
Methods inherited from class org.bukkit.material.MaterialData
equals, getData, getItemType, hashCode, setData, toItemStack, toItemStack
-
Constructor Details
-
Button
public Button()Deprecated, for removal: This API element is subject to removal in a future version. -
Button
Deprecated, for removal: This API element is subject to removal in a future version. -
Button
Deprecated.Magic value- Parameters:
type
- the typedata
- the raw data value
-
-
Method Details
-
isPowered
public boolean isPowered()Deprecated, for removal: This API element is subject to removal in a future version.Gets the current state of this Material, indicating if it's powered or unpowered -
setPowered
public void setPowered(boolean bool) Deprecated, for removal: This API element is subject to removal in a future version.Sets the current state of this button- Parameters:
bool
- whether or not the button is powered
-
getAttachedFace
Deprecated, for removal: This API element is subject to removal in a future version.Gets the face that this block is attached on- Specified by:
getAttachedFace
in interfaceAttachable
- Returns:
- BlockFace attached to
-
setFacingDirection
Deprecated, for removal: This API element is subject to removal in a future version.Sets the direction this button is pointing toward- Specified by:
setFacingDirection
in interfaceDirectional
- Parameters:
face
- The facing direction
-
toString
Deprecated, for removal: This API element is subject to removal in a future version.- Overrides:
toString
in classSimpleAttachableMaterialData
-
clone
Deprecated, for removal: This API element is subject to removal in a future version.- Overrides:
clone
in classSimpleAttachableMaterialData
-
BlockData
.