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 Summary
Nested classes/interfaces inherited from interface org.bukkit.block.data.type.TechnicalPiston
TechnicalPiston.Type
-
Method Summary
Methods inherited from interface org.bukkit.block.data.BlockData
clone, copyTo, createBlockState, getAsString, getAsString, getCollisionShape, getDestroySpeed, getDestroySpeed, getLightEmission, getMapColor, getMaterial, getPistonMoveReaction, getPlacementMaterial, getSoundGroup, isFaceSturdy, isOccluding, isPreferredTool, isRandomlyTicked, isSupported, isSupported, matches, merge, mirror, requiresCorrectToolForDrops, rotate
Methods inherited from interface org.bukkit.block.data.Directional
getFaces, getFacing, setFacing
Methods inherited from interface org.bukkit.block.data.type.TechnicalPiston
getType, setType
-
Method Details
-
isShort
boolean isShort()Gets the value of the 'short' property.- Returns:
- the 'short' value
-
setShort
void setShort(boolean _short) Sets the value of the 'short' property.- Parameters:
_short
- the new 'short' value
-