Package org.bukkit.block.data
Interface Brushable
'dusted' represents how far uncovered by brush the block is.
- 
Method SummaryModifier and TypeMethodDescriptionintGets the value of the 'dusted' property.intGets the maximum allowed value of the 'dusted' property.voidsetDusted(int dusted) Sets the value of the 'dusted' property.Methods inherited from interface org.bukkit.block.data.BlockDataclone, createBlockState, getAsString, getAsString, getDestroySpeed, getDestroySpeed, getLightEmission, getMaterial, getPistonMoveReaction, getPlacementMaterial, getSoundGroup, isFaceSturdy, isOccluding, isPreferredTool, isRandomlyTicked, isSupported, isSupported, matches, merge, mirror, requiresCorrectToolForDrops, rotate
- 
Method Details- 
getDustedint getDusted()Gets the value of the 'dusted' property.- Returns:
- the 'dusted' value
 
- 
setDustedvoid setDusted(int dusted) Sets the value of the 'dusted' property.- Parameters:
- dusted- the new 'dusted' value
 
- 
getMaximumDustedint getMaximumDusted()Gets the maximum allowed value of the 'dusted' property.- Returns:
- the maximum 'dusted' value
 
 
-