Class CartographyInventoryMock

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

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

    • CartographyInventoryMock

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