Package org.bukkit.material
Class PistonExtensionMaterial
java.lang.Object
org.bukkit.material.MaterialData
org.bukkit.material.PistonExtensionMaterial
- All Implemented Interfaces:
- Cloneable,- Attachable,- Directional
@Deprecated(since="1.14.1")
public class PistonExtensionMaterial
extends MaterialData
implements Attachable
Deprecated.
Material data for the piston extension block
- 
Constructor SummaryConstructorsConstructorDescriptionDeprecated.PistonExtensionMaterial(Material type, byte data) Deprecated.Magic value
- 
Method SummaryModifier and TypeMethodDescriptionclone()Deprecated.Deprecated.Gets the face that this block is attached onDeprecated.Gets the direction this block is facingbooleanisSticky()Deprecated.Checks if this piston extension is sticky, and returns true if sovoidsetFacingDirection(BlockFace face) Deprecated.Sets the direction that this block is facing invoidsetSticky(boolean sticky) Deprecated.Sets whether or not this extension is stickyMethods inherited from class org.bukkit.material.MaterialDataequals, getData, getItemType, hashCode, setData, toItemStack, toItemStack, toString
- 
Constructor Details- 
PistonExtensionMaterialDeprecated.
- 
PistonExtensionMaterialDeprecated.Magic value- Parameters:
- type- the type
- data- the raw data value
 
 
- 
- 
Method Details- 
setFacingDirectionDeprecated.Description copied from interface:DirectionalSets the direction that this block is facing in- Specified by:
- setFacingDirectionin interface- Directional
- Parameters:
- face- The facing direction
 
- 
getFacingDeprecated.Description copied from interface:DirectionalGets the direction this block is facing- Specified by:
- getFacingin interface- Directional
- Returns:
- the direction this block is facing
 
- 
isStickypublic boolean isSticky()Deprecated.Checks if this piston extension is sticky, and returns true if so- Returns:
- true if this piston is "sticky", or false
 
- 
setStickypublic void setSticky(boolean sticky) Deprecated.Sets whether or not this extension is sticky- Parameters:
- sticky- true if sticky, otherwise false
 
- 
getAttachedFaceDeprecated.Description copied from interface:AttachableGets the face that this block is attached on- Specified by:
- getAttachedFacein interface- Attachable
- Returns:
- BlockFace attached to
 
- 
cloneDeprecated.- Overrides:
- clonein class- MaterialData
 
 
- 
BlockData.