Package org.bukkit.material
Class Lever
java.lang.Object
org.bukkit.material.MaterialData
org.bukkit.material.SimpleAttachableMaterialData
org.bukkit.material.Lever
- All Implemented Interfaces:
Cloneable,Attachable,Directional,Redstone
@Deprecated public class Lever extends SimpleAttachableMaterialData implements Redstone
Deprecated.
all usage of MaterialData is deprecated and subject to removal.
Use
BlockData.Represents a lever
-
Constructor Summary
-
Method Summary
Modifier and Type Method Description Leverclone()Deprecated.BlockFacegetAttachedFace()Deprecated.Gets the face that this block is attached onbooleanisPowered()Deprecated.Gets the current state of this Material, indicating if it's powered or unpoweredvoidsetFacingDirection(BlockFace face)Deprecated.Sets the direction this lever is pointing invoidsetPowered(boolean isPowered)Deprecated.Set this lever to be powered or not.StringtoString()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 isPowered)Deprecated.Set this lever to be powered or not.- Parameters:
isPowered- whether the lever should be powered or not
-
getAttachedFace
Deprecated.Gets the face that this block is attached on- Specified by:
getAttachedFacein interfaceAttachable- Returns:
- BlockFace attached to
-
setFacingDirection
Deprecated.Sets the direction this lever is pointing in- Specified by:
setFacingDirectionin interfaceDirectional- Parameters:
face- The facing direction
-
toString
Deprecated.- Overrides:
toStringin classSimpleAttachableMaterialData
-
clone
Deprecated.- Overrides:
clonein classSimpleAttachableMaterialData
-