接口 Comparator
- 所有超级接口:
BlockData
,Cloneable
,Directional
,Powerable
'mode' 值表示该 (红石) 比较器将会以什么模式运算.
-
嵌套类概要
-
方法概要
从接口继承的方法 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
从接口继承的方法 org.bukkit.block.data.Directional
getFaces, getFacing, setFacing
从接口继承的方法 org.bukkit.block.data.Powerable
isPowered, setPowered
-
方法详细资料
-
getMode
获取 'mode' 属性的值.原文: Gets the value of the 'mode' property.
- 返回:
- 属性 'mode' 的值
-
setMode
设置 'mode' 属性的值.原文: Sets the value of the 'mode' property.
- 参数:
mode
- 新的 'mode' 属性值
-