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 TechnicalPiston
TechnicalPiston.Type -
Method Summary
Methods inherited from interface BlockData
clone, copyTo, createBlockState, getAsString, getAsString, getCollisionShape, getDestroySpeed, getDestroySpeed, getLightEmission, getMapColor, getMaterial, getPistonMoveReaction, getPlacementMaterial, getSoundGroup, isFaceSturdy, isOccluding, isPreferredTool, isRandomlyTicked, isReplaceable, isSupported, isSupported, matches, merge, mirror, requiresCorrectToolForDrops, rotateMethods inherited from interface Directional
getFaces, getFacing, setFacingMethods inherited from interface 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
-