Class CartographyInventoryMock

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

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

    • CartographyInventoryMock

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