Class LoomInventoryMock

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

public class LoomInventoryMock extends InventoryMock implements LoomInventory
Mock implementation of a LoomInventory.
See Also:
  • Constructor Details

    • LoomInventoryMock

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