Class BarrelInventoryMock

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

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

    • BarrelInventoryMock

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