Interface Dispenser
- All Superinterfaces:
BlockInventoryHolder, BlockState, Container, InventoryHolder, Lockable, Lootable, Metadatable, Nameable, PersistentDataHolder, TileState
-
Method Summary
Modifier and TypeMethodDescriptionbooleandispense()Attempts to dispense the contents of the dispenser.Gets the BlockProjectileSource object for the dispenser.Methods inherited from interface BlockInventoryHolder
getBlockMethods inherited from interface BlockState
copy, copy, getBlock, getBlockData, getChunk, getData, getLightLevel, getLocation, getLocation, getRawData, getType, getWorld, getX, getY, getZ, isPlaced, setBlockData, setData, setRawData, setType, update, update, updateMethods inherited from interface Container
getInventory, getSnapshotInventoryMethods inherited from interface Lockable
getLock, isLocked, setLock, setLockItemMethods inherited from interface Lootable
getLootTable, getSeed, setLootTable, setSeedMethods inherited from interface Metadatable
getMetadata, hasMetadata, removeMetadata, setMetadataMethods inherited from interface Nameable
getCustomName, setCustomNameMethods inherited from interface TileState
getPersistentDataContainer
-
Method Details
-
getBlockProjectileSource
Gets the BlockProjectileSource object for the dispenser.If the block represented by this state is no longer a dispenser, this will return null.
- Returns:
- a BlockProjectileSource if valid, otherwise null
- Throws:
IllegalStateException- if this block state is not placed
-
dispense
boolean dispense()Attempts to dispense the contents of the dispenser.If the block represented by this state is no longer a dispenser, this will return false.
- Returns:
- true if successful, otherwise false
- Throws:
IllegalStateException- if this block state is not placed
-