Package org.bukkit.block.data
Interface Snowable
'snowy' denotes whether this block has a snow covered side and top texture
(normally because the block above is snow).
-
Method Summary
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
-
Method Details
-
isSnowy
boolean isSnowy()Gets the value of the 'snowy' property.- Returns:
- the 'snowy' value
-
setSnowy
void setSnowy(boolean snowy) Sets the value of the 'snowy' property.- Parameters:
snowy
- the new 'snowy' value
-