public class SimpleInventoryViewMock extends InventoryViewMock
| Constructor and Description |
|---|
SimpleInventoryViewMock()
Creates a very simple mock
IntventoryView with as player, top,
and bottom null, and as type InventoryType.CHEST. |
SimpleInventoryViewMock(org.bukkit.entity.HumanEntity player,
org.bukkit.inventory.Inventory top,
org.bukkit.inventory.Inventory bottom,
org.bukkit.event.inventory.InventoryType type) |
getBottomInventory, getPlayer, getTitle, getTopInventory, getType, setBottomInventory, setPlayer, setTopInventory, setTypepublic SimpleInventoryViewMock(org.bukkit.entity.HumanEntity player,
org.bukkit.inventory.Inventory top,
org.bukkit.inventory.Inventory bottom,
org.bukkit.event.inventory.InventoryType type)
public SimpleInventoryViewMock()
IntventoryView with as player, top,
and bottom null, and as type InventoryType.CHEST.