Package org.bukkit.block
Interface EnderChest
- All Superinterfaces:
- BlockState,- Lidded,- Metadatable,- PersistentDataHolder,- TileState
Represents a captured state of an ender chest.
- 
Method SummaryModifier and TypeMethodDescriptionbooleanChecks whether this ender chest is blocked by a block aboveMethods inherited from interface org.bukkit.block.BlockStatecopy, copy, getBlock, getBlockData, getChunk, getData, getDrops, getDrops, getDrops, getLightLevel, getLocation, getLocation, getRawData, getType, getWorld, getX, getY, getZ, isCollidable, isPlaced, setBlockData, setData, setRawData, setType, update, update, updateMethods inherited from interface org.bukkit.metadata.MetadatablegetMetadata, hasMetadata, removeMetadata, setMetadataMethods inherited from interface org.bukkit.block.TileStategetPersistentDataContainer, isSnapshot
- 
Method Details- 
isBlockedboolean isBlocked()Checks whether this ender chest is blocked by a block above- Returns:
- whether this ender chest is blocked
 
 
-