Package org.bukkit.block.data.type
Interface CreakingHeart
- All Superinterfaces:
BlockData
,Cloneable
,Orientable
'creaking' is the creaking status of this block.
-
Nested Class Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the 'creaking' property.void
setCreaking
(@NotNull CreakingHeart.Creaking creaking) Sets the value of the 'creaking' property.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.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
-