接口 Snowable
'snowy' 属性表示此方块是否被雪覆盖 (通常情况下时因为 "它" 的头顶下着雪).
-
方法概要
从接口继承的方法 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
-
方法详细资料
-
isSnowy
boolean isSnowy()获取 'snowy' 属性值.原文: Gets the value of the 'snowy' property.
- 返回:
- 方块是否被雪覆盖
-
setSnowy
void setSnowy(boolean snowy) 设置 'snowy' 属性值.原文: Sets the value of the 'snowy' property.
- 参数:
snowy
- 方块是否被雪覆盖
-