Class GrindstoneInventoryMock

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

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

    • GrindstoneInventoryMock

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