Package org.bukkit.block.data.type
Interface CreakingHeart
- All Superinterfaces:
BlockData,Cloneable,Orientable
'creaking' is the creaking status of this block.
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the 'creaking' property.voidsetCreaking(CreakingHeart.Creaking creaking) Sets the value of the 'creaking' property.Methods inherited from interface org.bukkit.block.data.BlockData
clone, copyTo, createBlockState, getAsString, getAsString, getLightEmission, getMapColor, getMaterial, getPistonMoveReaction, getPlacementMaterial, getSoundGroup, isFaceSturdy, isOccluding, isPreferredTool, isSupported, isSupported, matches, merge, mirror, requiresCorrectToolForDrops, rotateMethods inherited from interface org.bukkit.block.data.Orientable
getAxes, getAxis, setAxis
-
Method Details
-
getCreaking
Gets the value of the 'creaking' property.- Returns:
- the 'creaking' value
-
setCreaking
Sets the value of the 'creaking' property.- Parameters:
creaking- the new 'creaking' value
-