Class SimpleInventoryViewMock

java.lang.Object
org.bukkit.inventory.InventoryView
be.seeseemelk.mockbukkit.inventory.InventoryViewMock
be.seeseemelk.mockbukkit.inventory.SimpleInventoryViewMock

public class SimpleInventoryViewMock extends InventoryViewMock
  • Constructor Details

    • SimpleInventoryViewMock

      public SimpleInventoryViewMock(org.bukkit.entity.HumanEntity player, org.bukkit.inventory.Inventory top, org.bukkit.inventory.Inventory bottom, org.bukkit.event.inventory.InventoryType type)
    • SimpleInventoryViewMock

      public SimpleInventoryViewMock()
      Creates a very simple mock IntventoryView with as player, top, and bottom null, and as type InventoryType.CHEST.