接口 Brushable
'dusted' 表示方块被刷子清除的程度,即露出的程度。
-
方法概要
修饰符和类型方法说明int
获取 'dusted' 属性的值。int
获取 'dusted' 属性允许的最大值。void
setDusted
(int dusted) 设置 'dusted' 属性的值。从接口继承的方法 org.bukkit.block.data.BlockData
clone, copyTo, createBlockState, getAsString, getAsString, getLightEmission, getMapColor, getMaterial, getPistonMoveReaction, getPlacementMaterial, getSoundGroup, isFaceSturdy, isOccluding, isPreferredTool, isSupported, isSupported, matches, merge, mirror, requiresCorrectToolForDrops, rotate
-
方法详细资料
-
getDusted
int getDusted()获取 'dusted' 属性的值。原文: Gets the value of the 'dusted' property.
- 返回:
- 'dusted' 属性的值
-
setDusted
void setDusted(int dusted) 设置 'dusted' 属性的值。原文: Sets the value of the 'dusted' property.
- 参数:
dusted
- 'dusted' 属性的新值
-
getMaximumDusted
int getMaximumDusted()获取 'dusted' 属性允许的最大值。原文: Gets the maximum allowed value of the 'dusted' property.
- 返回:
- 'dusted' 属性允许的最大值
-