Class EnderChestInventoryMock

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

public class EnderChestInventoryMock extends InventoryMock
Mock implementation of an Ender Chest InventoryType.
See Also:
  • Constructor Details

    • EnderChestInventoryMock

      public EnderChestInventoryMock(InventoryHolder holder)
      Constructs a new EnderChestInventoryMock for the given holder.
      Parameters:
      holder - The holder of the inventory.