Package org.bukkit.block.data
Interface Snowable
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
isSnowy()
Gets the value of the 'snowy' property.void
setSnowy(boolean snowy)
Sets the value of the 'snowy' property.-
Methods inherited from interface org.bukkit.block.data.BlockData
clone, getAsString, getAsString, getMaterial, matches, merge
-
-