Package org.bukkit.block.data.type
Interface DecoratedPot
- All Superinterfaces:
BlockData,Cloneable,Directional,Waterlogged
-
Method Summary
Modifier and TypeMethodDescriptionbooleanGets the value of the 'cracked' property.voidsetCracked(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, rotateMethods inherited from interface org.bukkit.block.data.Directional
getFaces, getFacing, setFacingMethods 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
-