Class ShulkerBoxInventoryMock

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

public class ShulkerBoxInventoryMock extends InventoryMock
Mock implementation of a Shulker Box InventoryType.
See Also:
  • Constructor Details

    • ShulkerBoxInventoryMock

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