接口 TNT
'unstable' 值表示该 TNT 是否会在破坏后引爆.
-
方法概要
从接口继承的方法 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
-
方法详细资料
-
isUnstable
boolean isUnstable()获取 'unstable' 属性的值.原文: Gets the value of the 'unstable' property.
- 返回:
- 属性 'unstable' 的值
-
setUnstable
void setUnstable(boolean unstable) 设置 'unstable' 属性的值.原文: Sets the value of the 'unstable' property.
- 参数:
unstable
- 新的 'unstable' 属性值
-