Merge branch 'main' of ssh://gitty.interesting-corner.nl:2345/sem/mc-ic-server
This commit is contained in:
@@ -13,6 +13,9 @@ public class GUI implements InventoryHolder {
|
||||
public static final int MAX_INVENTORY_SIZE = 54; // max size of inventory before pages are needed
|
||||
public static final int DEFAULT_PAGE_SIZE = 45; // default items per page (excluding navigation row)
|
||||
|
||||
/**
|
||||
* Inventory that will be displayed
|
||||
*/
|
||||
private Inventory inventory;
|
||||
private List<ItemStack> items;
|
||||
private int currentPage;
|
||||
|
||||
Reference in New Issue
Block a user