接口 EndPortalFrame
- 所有超级接口:
BlockData
,Cloneable
,Directional
'eye' 值表示该末地传送门上是否放置了一个末影之眼 (被激活).
-
方法概要
从接口继承的方法 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
-
方法详细资料
-
hasEye
boolean hasEye()获取 'eye' 属性的值.原文: Gets the value of the 'eye' property.
- 返回:
- 属性 'eye' 的值
-
setEye
void setEye(boolean eye) 设置 'eye' 属性的值.原文: Sets the value of the 'eye' property.
- 参数:
eye
- 新的 'eye' 属性值
-