Interface Hopper

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

public interface Hopper extends Container, LootableBlockInventory
Represents a captured state of a hopper.
  • Method Details

    • setTransferCooldown

      void setTransferCooldown(@org.jetbrains.annotations.Range(from=0L, to=2147483647L) int cooldown)
      Sets the cooldown before the hopper transfers or sucks in another item
      Parameters:
      cooldown - the cooldown in ticks
      Throws:
      IllegalArgumentException - if the passed cooldown value is negative.
    • getTransferCooldown

      int getTransferCooldown()
      Returns the cooldown before the hopper transfers or sucks in another item
      Returns:
      the cooldown in ticks