Package org.bukkit.block.data.type
Interface PistonHead
- All Superinterfaces:
- BlockData,- Cloneable,- Directional,- TechnicalPiston
'short' denotes this piston head is shorter than the usual amount because it
 is currently retracting.
- 
Nested Class SummaryNested classes/interfaces inherited from interface org.bukkit.block.data.type.TechnicalPistonTechnicalPiston.Type
- 
Method SummaryMethods inherited from interface org.bukkit.block.data.BlockDataclone, getAsString, getAsString, getMaterial, getSoundGroup, matches, mergeMethods inherited from interface org.bukkit.block.data.DirectionalgetFaces, getFacing, setFacingMethods inherited from interface org.bukkit.block.data.type.TechnicalPistongetType, setType
- 
Method Details- 
isShortboolean isShort()Gets the value of the 'short' property.- Returns:
- the 'short' value
 
- 
setShortvoid setShort(boolean _short) Sets the value of the 'short' property.- Parameters:
- _short- the new 'short' value
 
 
-