接口 Hopper
- 所有超级接口:
BlockData
,Cloneable
,Directional
与
不像其它大多数方块, 漏斗不接受任何红石信号时为激活态. (当它被激活时, 漏斗停止工作, 可以玩玩红石试试)
Powerable
相似, 'enabled' 数据值表示此漏斗是否被激活.
不像其它大多数方块, 漏斗不接受任何红石信号时为激活态. (当它被激活时, 漏斗停止工作, 可以玩玩红石试试)
-
方法概要
从接口继承的方法 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
-
方法详细资料
-
isEnabled
boolean isEnabled()获取 'enabled' 属性数据值.原文: Gets the value of the 'enabled' property.
- 返回:
- 'enabled' 数据值
-
setEnabled
void setEnabled(boolean enabled) 设置 'enabled' 属性数据值.原文: Sets the value of the 'enabled' property.
- 参数:
enabled
- 'enabled' 数据值
-