Package me.eddie.inventoryguiapi.gui.contents
package me.eddie.inventoryguiapi.gui.contents
Determine what content a GUI should contain
-
ClassDescriptionDetermines what contents to show viewers on each page, the title of each page and if there is another page after this one.The calculated result of a call to
GUIContentsProvider.genContents(Player, int, GUISession, Callback)An instance of this object should be passed toCallback.call(Object)on the callback provided with genContents.Responsible for Calculating the positions that GUIElements need to go into in the displayed GUI and then updating the current inventory state.Responsible for Calculating the positions that GUIElements need to go into in the displayed, size-limited GUI, adding page changing buttons if necessary and then updating the current inventory state.An extension of GUIContentsProvider that will handle paginating a provided list of GUIElements.Determines what contents to show viewers on each page.Responsible for Calculating the positions that GUIElements need to go into in the displayed, size-unlimited GUI and then updating the current inventory state.