Interface Dispenser

All Superinterfaces:
BlockInventoryHolder, BlockState, Container, InventoryHolder, Lockable, Lootable, Metadatable, Nameable, PersistentDataHolder, TileState

public interface Dispenser
extends Container, Nameable, Lootable
Represents a captured state of a dispenser.
  • Method Details

    • getBlockProjectileSource

      @Nullable BlockProjectileSource 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