Package org.bukkit.block.data.type
Interface Snow
'layers' represents the amount of layers of snow which are present in this
block.
May not be lower than
May not be lower than
getMinimumLayers()
or higher than
getMaximumLayers()
.-
Method Summary
Modifier and TypeMethodDescriptionint
Gets the value of the 'layers' property.int
Gets the maximum allowed value of the 'layers' property.int
Gets the minimum allowed value of the 'layers' property.void
setLayers
(int layers) Sets the value of the 'layers' 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
-
Method Details
-
getLayers
int getLayers()Gets the value of the 'layers' property.- Returns:
- the 'layers' value
-
setLayers
void setLayers(int layers) Sets the value of the 'layers' property.- Parameters:
layers
- the new 'layers' value
-
getMinimumLayers
int getMinimumLayers()Gets the minimum allowed value of the 'layers' property.- Returns:
- the minimum 'layers' value
-
getMaximumLayers
int getMaximumLayers()Gets the maximum allowed value of the 'layers' property.- Returns:
- the maximum 'layers' value
-