TexturedInventoryWrapper inventory = new TexturedInventoryWrapper(null,
54,
ChatColor.BLACK + "Test",
new FontImageWrapper("minecraft:cd01")
);
//Is that right? It seems like a reaction.
Inventory gui = inventory.getinventory
gui.setTime(size , item)
inventory.showInventory(player);
How should I create a item for this gui
TexturedInventoryWrapper inventory = new TexturedInventoryWrapper(null, 54, ChatColor.BLACK + "Test", new FontImageWrapper("minecraft:cd01") ); //Is that right? It seems like a reaction. Inventory gui = inventory.getinventory gui.setTime(size , item) inventory.showInventory(player);