Class GrindstoneInventoryMock

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

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

    • GrindstoneInventoryMock

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