Package org.bukkit.block.data.type
Interface EndPortalFrame
-
- All Superinterfaces:
BlockData,Cloneable,Directional
public interface EndPortalFrame extends Directional
'eye' denotes whether this end portal frame has been activated by having an eye of ender placed in it.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanhasEye()Gets the value of the 'eye' property.voidsetEye(boolean eye)Sets the value of the 'eye' property.-
Methods inherited from interface org.bukkit.block.data.BlockData
clone, getAsString, getAsString, getMaterial, matches, merge
-
Methods inherited from interface org.bukkit.block.data.Directional
getFaces, getFacing, setFacing
-
-