Class HopperInventoryMock

java.lang.Object
be.seeseemelk.mockbukkit.inventory.InventoryMock
be.seeseemelk.mockbukkit.inventory.HopperInventoryMock
All Implemented Interfaces:
Iterable<ItemStack>, Inventory

public class HopperInventoryMock extends InventoryMock
Mock implementation of a Hopper InventoryType.
See Also:
  • Constructor Details

    • HopperInventoryMock

      public HopperInventoryMock(InventoryHolder holder)
      Constructs a new HopperInventoryMock for the given holder.
      Parameters:
      holder - The holder of the inventory.
  • Method Details