Package org.bukkit.material
Class PistonBaseMaterial
java.lang.Object
org.bukkit.material.MaterialData
org.bukkit.material.PistonBaseMaterial
- All Implemented Interfaces:
- Cloneable,- Directional,- Redstone
@Deprecated(since="1.14.1")
public class PistonBaseMaterial
extends MaterialData
implements Directional, Redstone
Deprecated.
Material data for the piston base block
- 
Constructor SummaryConstructorsConstructorDescriptionPistonBaseMaterial(Material type) Deprecated.PistonBaseMaterial(Material type, byte data) Deprecated.Magic value
- 
Method SummaryModifier and TypeMethodDescriptionclone()Deprecated.Deprecated.Gets the direction this block is facingbooleanDeprecated.Gets the current state of this Material, indicating if it's powered or unpoweredbooleanisSticky()Deprecated.Checks if this piston base is sticky, and returns true if sovoidsetFacingDirection(BlockFace face) Deprecated.Sets the direction that this block is facing invoidsetPowered(boolean powered) Deprecated.Sets the current state of this pistonMethods inherited from class org.bukkit.material.MaterialDataequals, getData, getItemType, hashCode, setData, toItemStack, toItemStack, toString
- 
Constructor Details- 
PistonBaseMaterialDeprecated.
- 
PistonBaseMaterialDeprecated.Magic valueConstructs a PistonBaseMaterial.- Parameters:
- type- the material type to use
- 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
 
- 
isPoweredpublic boolean isPowered()Deprecated.Description copied from interface:RedstoneGets the current state of this Material, indicating if it's powered or unpowered
- 
setPoweredpublic void setPowered(boolean powered) Deprecated.Sets the current state of this piston- Parameters:
- powered- true if the piston is extended & powered, or false
 
- 
isStickypublic boolean isSticky()Deprecated.Checks if this piston base is sticky, and returns true if so- Returns:
- true if this piston is "sticky", or false
 
- 
cloneDeprecated.- Overrides:
- clonein class- MaterialData
 
 
- 
BlockData.