- GeometryUtil - Class in com.github.stefvanschie.inventoryframework.util
-
- GeometryUtil() - Constructor for class com.github.stefvanschie.inventoryframework.util.GeometryUtil
-
- getAction() - Method in class com.github.stefvanschie.inventoryframework.GuiItem
-
Returns the action for this item
- getGap() - Method in class com.github.stefvanschie.inventoryframework.pane.OutlinePane
-
Gets the gap of the pane
- getHeight() - Method in class com.github.stefvanschie.inventoryframework.pane.util.Pane
-
Returns the height of this pane
- getInventory() - Method in class com.github.stefvanschie.inventoryframework.Gui
- getItem() - Method in class com.github.stefvanschie.inventoryframework.GuiItem
-
Returns the item
- getItems() - Method in class com.github.stefvanschie.inventoryframework.Gui
-
Gets all the items in all underlying panes
- getItems() - Method in class com.github.stefvanschie.inventoryframework.pane.OutlinePane
-
Gets all the items in this pane and all underlying panes
- getItems() - Method in class com.github.stefvanschie.inventoryframework.pane.PaginatedPane
-
Gets all the items in this pane and all underlying panes
- getItems() - Method in class com.github.stefvanschie.inventoryframework.pane.StaticPane
-
Gets all the items in this pane and all underlying panes
- getItems() - Method in class com.github.stefvanschie.inventoryframework.pane.util.Pane
-
Gets all the items in this pane and all underlying panes
- getLength() - Method in class com.github.stefvanschie.inventoryframework.pane.util.Pane
-
Returns the length of this pane
- getOrientation() - Method in class com.github.stefvanschie.inventoryframework.pane.OutlinePane
-
Gets the orientation of this outline pane
- getPage() - Method in class com.github.stefvanschie.inventoryframework.pane.PaginatedPane
-
Returns the current page
- getPages() - Method in class com.github.stefvanschie.inventoryframework.pane.PaginatedPane
-
Returns the amount of pages
- getPanes() - Method in class com.github.stefvanschie.inventoryframework.Gui
-
Gets all the panes in this gui, this includes child panes from other panes
- getPanes() - Method in class com.github.stefvanschie.inventoryframework.pane.OutlinePane
-
Gets all the panes in this panes, including any child panes from other panes
- getPanes() - Method in class com.github.stefvanschie.inventoryframework.pane.PaginatedPane
-
Gets all the panes in this panes, including any child panes from other panes
- getPanes() - Method in class com.github.stefvanschie.inventoryframework.pane.StaticPane
-
Gets all the panes in this panes, including any child panes from other panes
- getPanes() - Method in class com.github.stefvanschie.inventoryframework.pane.util.Pane
-
Gets all the panes in this panes, including any child panes from other panes
- getPriority() - Method in class com.github.stefvanschie.inventoryframework.pane.util.Pane
-
Returns the priority of the pane
- getPropertyMappings() - Static method in class com.github.stefvanschie.inventoryframework.pane.util.Pane
-
Returns the property mappings used when loading properties from an XML file.
- getRotation() - Method in class com.github.stefvanschie.inventoryframework.pane.OutlinePane
-
Gets the rotation specified to this pane.
- getRotation() - Method in class com.github.stefvanschie.inventoryframework.pane.StaticPane
-
Gets the rotation specified to this pane.
- getRows() - Method in class com.github.stefvanschie.inventoryframework.Gui
-
Returns the amount of rows this gui currently has
- getTitle() - Method in class com.github.stefvanschie.inventoryframework.Gui
-
Returns the title of this gui
- getX() - Method in class com.github.stefvanschie.inventoryframework.GuiLocation
-
Returns the x coordinate
- getX() - Method in class com.github.stefvanschie.inventoryframework.pane.util.Pane
-
Gets the x coordinate of this pane
- getY() - Method in class com.github.stefvanschie.inventoryframework.GuiLocation
-
Returns the y coordinate
- getY() - Method in class com.github.stefvanschie.inventoryframework.pane.util.Pane
-
Gets the y coordinate of this pane
- Gui - Class in com.github.stefvanschie.inventoryframework
-
The base class of all GUIs
- Gui(Plugin, int, String) - Constructor for class com.github.stefvanschie.inventoryframework.Gui
-
Constructs a new GUI
- GuiItem - Class in com.github.stefvanschie.inventoryframework
-
An item for in an inventory
- GuiItem(ItemStack, Consumer<InventoryClickEvent>) - Constructor for class com.github.stefvanschie.inventoryframework.GuiItem
-
Creates a new gui item based on the item stack and action
- GuiItem(ItemStack) - Constructor for class com.github.stefvanschie.inventoryframework.GuiItem
-
Creates a new gui item based on the item stack and action
- GuiLocation - Class in com.github.stefvanschie.inventoryframework
-
A location inside a GUI
- GuiLocation(int, int) - Constructor for class com.github.stefvanschie.inventoryframework.GuiLocation
-
Creates a new location for in a gui
- setGap(int) - Method in class com.github.stefvanschie.inventoryframework.pane.OutlinePane
-
Sets the gap of the pane
- setHeight(int) - Method in class com.github.stefvanschie.inventoryframework.pane.util.Pane
-
Set the height of this pane
- setLength(int) - Method in class com.github.stefvanschie.inventoryframework.pane.util.Pane
-
Set the length of this pane
- setOnClose(Consumer<InventoryCloseEvent>) - Method in class com.github.stefvanschie.inventoryframework.Gui
-
Set the consumer that should be called whenever this gui is closed.
- setOnGlobalClick(Consumer<InventoryClickEvent>) - Method in class com.github.stefvanschie.inventoryframework.Gui
-
Set the consumer that should be called whenever this gui or inventory is clicked in.
- setOnLocalClick(Consumer<InventoryClickEvent>) - Method in class com.github.stefvanschie.inventoryframework.Gui
-
Set the consumer that should be called whenever this gui is clicked in.
- setOnLocalClick(Consumer<InventoryClickEvent>) - Method in class com.github.stefvanschie.inventoryframework.pane.util.Pane
-
Set the consumer that should be called whenever this gui is clicked in.
- setOrientation(OutlinePane.Orientation) - Method in class com.github.stefvanschie.inventoryframework.pane.OutlinePane
-
Sets the orientation of this outline pane
- setPage(int) - Method in class com.github.stefvanschie.inventoryframework.pane.PaginatedPane
-
Sets the current displayed page
- setPriority(Pane.Priority) - Method in class com.github.stefvanschie.inventoryframework.pane.util.Pane
-
Sets the priority of this pane
- setRepeat(boolean) - Method in class com.github.stefvanschie.inventoryframework.pane.OutlinePane
-
Sets whether this pane should repeat itself
- setRotation(int) - Method in class com.github.stefvanschie.inventoryframework.pane.OutlinePane
-
Sets the rotation of this pane.
- setRotation(int) - Method in class com.github.stefvanschie.inventoryframework.pane.StaticPane
-
Sets the rotation of this pane.
- setRows(int) - Method in class com.github.stefvanschie.inventoryframework.Gui
-
Sets the amount of rows for this inventory.
- setTitle(String) - Method in class com.github.stefvanschie.inventoryframework.Gui
-
Sets the title for this inventory.
- setVisible(boolean) - Method in class com.github.stefvanschie.inventoryframework.GuiItem
-
Sets the visibility of this item to the new visibility
- setVisible(boolean) - Method in class com.github.stefvanschie.inventoryframework.pane.util.Pane
-
Sets whether this pane is visible or not
- setX(int) - Method in class com.github.stefvanschie.inventoryframework.pane.util.Pane
-
Set the x coordinate of this pane
- setY(int) - Method in class com.github.stefvanschie.inventoryframework.pane.util.Pane
-
Set the y coordinate of this pane
- show(HumanEntity) - Method in class com.github.stefvanschie.inventoryframework.Gui
-
Shows a gui to a player
- start - Variable in class com.github.stefvanschie.inventoryframework.pane.util.Pane
-
The starting position of this pane
- StaticPane - Class in com.github.stefvanschie.inventoryframework.pane
-
A pane for static items and stuff.
- StaticPane(GuiLocation, int, int) - Constructor for class com.github.stefvanschie.inventoryframework.pane.StaticPane
-
Constructs a new default pane