Package org.bukkit.block.data.type
Interface DecoratedPot
- All Superinterfaces:
BlockData
,Cloneable
,Directional
,Waterlogged
-
Method Summary
Modifier and TypeMethodDescriptionboolean
Gets the value of the 'cracked' property.void
setCracked
(boolean cracked) Sets the value of the 'cracked' 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.Directional
getFaces, getFacing, setFacing
Methods inherited from interface org.bukkit.block.data.Waterlogged
isWaterlogged, setWaterlogged
-
Method Details
-
isCracked
boolean isCracked()Gets the value of the 'cracked' property.- Returns:
- the 'cracked' value
-
setCracked
void setCracked(boolean cracked) Sets the value of the 'cracked' property.- Parameters:
cracked
- the new 'cracked' value
-