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 SummaryMethods inherited from interface org.bukkit.block.data.BlockDataclone, getAsString, getAsString, getLightEmission, getMaterial, getPistonMoveReaction, getPlacementMaterial, getSoundGroup, isFaceSturdy, isOccluding, isPreferredTool, isRandomlyTicked, isSupported, isSupported, matches, merge, mirror, requiresCorrectToolForDrops, rotate
- 
Method Details- 
isSnowyboolean isSnowy()Gets the value of the 'snowy' property.- Returns:
- the 'snowy' value
 
- 
setSnowyvoid setSnowy(boolean snowy) Sets the value of the 'snowy' property.- Parameters:
- snowy- the new 'snowy' value
 
 
-