Skip navigation links
A C D F G H I L M O P R S U V X Y 

A

addItem(GuiItem) - Method in class com.github.stefvanschie.inventoryframework.pane.OutlinePane
Adds a gui item at the specific spot in the pane
addItem(GuiItem, int, int) - Method in class com.github.stefvanschie.inventoryframework.pane.StaticPane
Adds a gui item at the specific spot in the pane
addPane(Pane) - Method in class com.github.stefvanschie.inventoryframework.Gui
Adds a pane to this gui
addPane(Pane) - Method in class com.github.stefvanschie.inventoryframework.pane.MasonryPane
Adds a pane to this masonry pane
addPane(int, Pane) - Method in class com.github.stefvanschie.inventoryframework.pane.PaginatedPane
Assigns a pane to a selected page

C

click(InventoryClickEvent, int, int, int, int) - Method in class com.github.stefvanschie.inventoryframework.pane.MasonryPane
Called whenever there is being clicked on this pane
click(InventoryClickEvent, int, int, int, int) - Method in class com.github.stefvanschie.inventoryframework.pane.OutlinePane
Called whenever there is being clicked on this pane
click(InventoryClickEvent, int, int, int, int) - Method in class com.github.stefvanschie.inventoryframework.pane.PaginatedPane
Called whenever there is being clicked on this pane
click(InventoryClickEvent, int, int, int, int) - Method in class com.github.stefvanschie.inventoryframework.pane.Pane
Called whenever there is being clicked on this pane
click(InventoryClickEvent, int, int, int, int) - Method in class com.github.stefvanschie.inventoryframework.pane.StaticPane
Called whenever there is being clicked on this pane
com.github.stefvanschie.inventoryframework - package com.github.stefvanschie.inventoryframework
 
com.github.stefvanschie.inventoryframework.exception - package com.github.stefvanschie.inventoryframework.exception
 
com.github.stefvanschie.inventoryframework.pane - package com.github.stefvanschie.inventoryframework.pane
 
com.github.stefvanschie.inventoryframework.util - package com.github.stefvanschie.inventoryframework.util
 

D

display(Inventory, int, int, int, int) - Method in class com.github.stefvanschie.inventoryframework.pane.MasonryPane
Has to set all the items in the right spot inside the inventory
display(Inventory, int, int, int, int) - Method in class com.github.stefvanschie.inventoryframework.pane.OutlinePane
Has to set all the items in the right spot inside the inventory
display(Inventory, int, int, int, int) - Method in class com.github.stefvanschie.inventoryframework.pane.PaginatedPane
Has to set all the items in the right spot inside the inventory
display(Inventory, int, int, int, int) - Method in class com.github.stefvanschie.inventoryframework.pane.Pane
Has to set all the items in the right spot inside the inventory
display(Inventory, int, int, int, int) - Method in class com.github.stefvanschie.inventoryframework.pane.StaticPane
Has to set all the items in the right spot inside the inventory
doesRepeat() - Method in class com.github.stefvanschie.inventoryframework.pane.OutlinePane
Gets whether this outline pane repeats itself

F

fillWith(ItemStack) - Method in class com.github.stefvanschie.inventoryframework.pane.StaticPane
Fills all empty space in the pane with the given itemStack
flipHorizontally(boolean) - Method in interface com.github.stefvanschie.inventoryframework.pane.Flippable
Sets whether this pane should flip its items horizontally
flipHorizontally(boolean) - Method in class com.github.stefvanschie.inventoryframework.pane.OutlinePane
Sets whether this pane should flip its items horizontally
flipHorizontally(boolean) - Method in class com.github.stefvanschie.inventoryframework.pane.StaticPane
Sets whether this pane should flip its items horizontally
Flippable - Interface in com.github.stefvanschie.inventoryframework.pane
An interface for panes that can be flipped
flipVertically(boolean) - Method in interface com.github.stefvanschie.inventoryframework.pane.Flippable
Sets whether this pane should flip its items vertically
flipVertically(boolean) - Method in class com.github.stefvanschie.inventoryframework.pane.OutlinePane
Sets whether this pane should flip its items vertically
flipVertically(boolean) - Method in class com.github.stefvanschie.inventoryframework.pane.StaticPane
Sets whether this pane should flip its items vertically

G

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.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.MasonryPane
Gets all the items in this pane and 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.Pane
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
getLength() - Method in class com.github.stefvanschie.inventoryframework.pane.Pane
Returns the length of this pane
getOrientation() - Method in class com.github.stefvanschie.inventoryframework.pane.MasonryPane
Gets the orientation of this outline pane
getOrientation() - Method in interface com.github.stefvanschie.inventoryframework.pane.Orientable
Gets the orientation of this outline 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.MasonryPane
Gets all the panes in this panes, including any 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.Pane
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
getPriority() - Method in class com.github.stefvanschie.inventoryframework.pane.Pane
Returns the priority of the pane
getPropertyMappings() - Static method in class com.github.stefvanschie.inventoryframework.pane.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 interface com.github.stefvanschie.inventoryframework.pane.Rotatable
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.pane.Pane
Gets the x coordinate of this pane
getY() - Method in class com.github.stefvanschie.inventoryframework.pane.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

H

height - Variable in class com.github.stefvanschie.inventoryframework.pane.Pane
Length is horizontal, height is vertical

I

insertItem(GuiItem, int) - Method in class com.github.stefvanschie.inventoryframework.pane.OutlinePane
Adds a gui item in the specified index
isFlippedHorizontally() - Method in interface com.github.stefvanschie.inventoryframework.pane.Flippable
Gets whether this pane's items are flipped horizontally
isFlippedHorizontally() - Method in class com.github.stefvanschie.inventoryframework.pane.OutlinePane
Gets whether this pane's items are flipped horizontally
isFlippedHorizontally() - Method in class com.github.stefvanschie.inventoryframework.pane.StaticPane
Gets whether this pane's items are flipped horizontally
isFlippedVertically() - Method in interface com.github.stefvanschie.inventoryframework.pane.Flippable
Gets whether this pane's items are flipped vertically
isFlippedVertically() - Method in class com.github.stefvanschie.inventoryframework.pane.OutlinePane
Gets whether this pane's items are flipped vertically
isFlippedVertically() - Method in class com.github.stefvanschie.inventoryframework.pane.StaticPane
Gets whether this pane's items are flipped vertically
isVisible() - Method in class com.github.stefvanschie.inventoryframework.GuiItem
Returns whether or not this item is visible
isVisible() - Method in class com.github.stefvanschie.inventoryframework.pane.Pane
Returns the pane's visibility state

L

length - Variable in class com.github.stefvanschie.inventoryframework.pane.Pane
Length is horizontal, height is vertical
load(Plugin, Object, InputStream) - Static method in class com.github.stefvanschie.inventoryframework.Gui
Loads a Gui from a given input stream
load(Flippable, Element) - Static method in interface com.github.stefvanschie.inventoryframework.pane.Flippable
Loads all elements regarding a Flippable Pane for the specified pane.
load(Object, Element) - Static method in class com.github.stefvanschie.inventoryframework.pane.MasonryPane
Loads a masonry pane from a given element
load(Orientable, Element) - Static method in interface com.github.stefvanschie.inventoryframework.pane.Orientable
Loads all elements regarding a Orientable Pane for the specified pane.
load(Object, Element) - Static method in class com.github.stefvanschie.inventoryframework.pane.OutlinePane
Loads an outline pane from a given element
load(Object, Element) - Static method in class com.github.stefvanschie.inventoryframework.pane.PaginatedPane
Loads a paginated pane from a given element
load(Pane, Object, Element) - Static method in class com.github.stefvanschie.inventoryframework.pane.Pane
 
load(Rotatable, Element) - Static method in interface com.github.stefvanschie.inventoryframework.pane.Rotatable
Loads all elements regarding a Rotatable Pane for the specified pane.
load(Object, Element) - Static method in class com.github.stefvanschie.inventoryframework.pane.StaticPane
Loads an outline pane from a given element
loadFieldAttribute(Object, Element, Object) - Static method in class com.github.stefvanschie.inventoryframework.util.XMLUtil
Sets a field from the given instance and element to the specified value
loadItem(Object, Element) - Static method in class com.github.stefvanschie.inventoryframework.pane.Pane
Loads an item from an instance and an element
loadOnClickAttribute(Object, Element) - Static method in class com.github.stefvanschie.inventoryframework.util.XMLUtil
Loads an onLocalClick consumer from the given instance and element
loadPane(Object, Node) - Static method in class com.github.stefvanschie.inventoryframework.Gui
Loads a pane by the given instance and node

M

MasonryPane - Class in com.github.stefvanschie.inventoryframework.pane
This pane holds panes and decides itself where every pane should go.
MasonryPane(int, int, int, int, Pane.Priority) - Constructor for class com.github.stefvanschie.inventoryframework.pane.MasonryPane
MasonryPane(int, int, int, int) - Constructor for class com.github.stefvanschie.inventoryframework.pane.MasonryPane
MasonryPane(int, int) - Constructor for class com.github.stefvanschie.inventoryframework.pane.MasonryPane

O

onInventoryClick(InventoryClickEvent) - Method in class com.github.stefvanschie.inventoryframework.Gui
Handles clicks in inventories
onInventoryClose(InventoryCloseEvent) - Method in class com.github.stefvanschie.inventoryframework.Gui
Handles closing in inventories
onLocalClick - Variable in class com.github.stefvanschie.inventoryframework.pane.Pane
The consumer that will be called once a players clicks in the gui
Orientable - Interface in com.github.stefvanschie.inventoryframework.pane
An interface for panes that can have different orientations
Orientable.Orientation - Enum in com.github.stefvanschie.inventoryframework.pane
An orientation for outline panes
OutlinePane - Class in com.github.stefvanschie.inventoryframework.pane
A pane for items that should be outlined
OutlinePane(int, int, int, int, Pane.Priority) - Constructor for class com.github.stefvanschie.inventoryframework.pane.OutlinePane
OutlinePane(int, int, int, int) - Constructor for class com.github.stefvanschie.inventoryframework.pane.OutlinePane
OutlinePane(int, int) - Constructor for class com.github.stefvanschie.inventoryframework.pane.OutlinePane

P

PaginatedPane - Class in com.github.stefvanschie.inventoryframework.pane
A pane for panes that should be spread out over multiple pages
PaginatedPane(int, int, int, int, Pane.Priority) - Constructor for class com.github.stefvanschie.inventoryframework.pane.PaginatedPane
PaginatedPane(int, int, int, int) - Constructor for class com.github.stefvanschie.inventoryframework.pane.PaginatedPane
PaginatedPane(int, int) - Constructor for class com.github.stefvanschie.inventoryframework.pane.PaginatedPane
Pane - Class in com.github.stefvanschie.inventoryframework.pane
The base class for all panes.
Pane(int, int, int, int, Pane.Priority) - Constructor for class com.github.stefvanschie.inventoryframework.pane.Pane
Constructs a new default pane
Pane(int, int) - Constructor for class com.github.stefvanschie.inventoryframework.pane.Pane
Constructs a new default pane, with no position
Pane(int, int, int, int) - Constructor for class com.github.stefvanschie.inventoryframework.pane.Pane
Constructs a new default pane
Pane.Priority - Enum in com.github.stefvanschie.inventoryframework.pane
An enum representing the rendering priorities for the panes.
populateWithItemStacks(List<ItemStack>) - Method in class com.github.stefvanschie.inventoryframework.pane.PaginatedPane
Populates the PaginatedPane based on the provided list by adding new pages until all items can fit.
populateWithNames(List<String>, Material) - Method in class com.github.stefvanschie.inventoryframework.pane.PaginatedPane
This method creates a list of ItemStacks all with the given material and the display names.
processClockwiseRotation(int, int, int, int, int) - Static method in class com.github.stefvanschie.inventoryframework.util.GeometryUtil
Calculates a clockwise rotation across a two dimensional grid
processCounterClockwiseRotation(int, int, int, int, int) - Static method in class com.github.stefvanschie.inventoryframework.util.GeometryUtil
Calculates a counter clockwise rotation across a two dimensional grid.

R

registerPane(String, BiFunction<Object, Element, Pane>) - Static method in class com.github.stefvanschie.inventoryframework.Gui
Registers a name that can be used inside an XML file to add custom panes
registerProperty(String, Function<String, Object>) - Static method in class com.github.stefvanschie.inventoryframework.Gui
Registers a property that can be used inside an XML file to add additional new properties.
Rotatable - Interface in com.github.stefvanschie.inventoryframework.pane
An interface for panes that are rotatable

S

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.Pane
Set the height of this pane
setLength(int) - Method in class com.github.stefvanschie.inventoryframework.pane.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.Pane
Set the consumer that should be called whenever this gui is clicked in.
setOrientation(Orientable.Orientation) - Method in class com.github.stefvanschie.inventoryframework.pane.MasonryPane
Sets the orientation of this outline pane
setOrientation(Orientable.Orientation) - Method in interface com.github.stefvanschie.inventoryframework.pane.Orientable
Sets the orientation of this outline pane
setOrientation(Orientable.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.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 interface com.github.stefvanschie.inventoryframework.pane.Rotatable
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.Pane
Sets whether this pane is visible or not
setX(int) - Method in class com.github.stefvanschie.inventoryframework.pane.Pane
Set the x coordinate of this pane
setY(int) - Method in class com.github.stefvanschie.inventoryframework.pane.Pane
Set the y coordinate of this pane
show(HumanEntity) - Method in class com.github.stefvanschie.inventoryframework.Gui
Shows a gui to a player
StaticPane - Class in com.github.stefvanschie.inventoryframework.pane
A pane for static items and stuff.
StaticPane(int, int, int, int, Pane.Priority) - Constructor for class com.github.stefvanschie.inventoryframework.pane.StaticPane
StaticPane(int, int, int, int) - Constructor for class com.github.stefvanschie.inventoryframework.pane.StaticPane
StaticPane(int, int) - Constructor for class com.github.stefvanschie.inventoryframework.pane.StaticPane

U

update() - Method in class com.github.stefvanschie.inventoryframework.Gui
Update the gui for everyone

V

valueOf(String) - Static method in enum com.github.stefvanschie.inventoryframework.pane.Orientable.Orientation
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.github.stefvanschie.inventoryframework.pane.Pane.Priority
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.github.stefvanschie.inventoryframework.pane.Orientable.Orientation
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.github.stefvanschie.inventoryframework.pane.Pane.Priority
Returns an array containing the constants of this enum type, in the order they are declared.

X

x - Variable in class com.github.stefvanschie.inventoryframework.pane.Pane
The starting position of this pane, which is 0 by default
XMLLoadException - Exception in com.github.stefvanschie.inventoryframework.exception
An exception indicating that something went wrong while trying to load a Gui from an XML file.
XMLLoadException(String) - Constructor for exception com.github.stefvanschie.inventoryframework.exception.XMLLoadException
Constructs the exception with a given message
XMLUtil - Class in com.github.stefvanschie.inventoryframework.util
 
XMLUtil() - Constructor for class com.github.stefvanschie.inventoryframework.util.XMLUtil
 

Y

y - Variable in class com.github.stefvanschie.inventoryframework.pane.Pane
The starting position of this pane, which is 0 by default
A C D F G H I L M O P R S U V X Y 
Skip navigation links

Copyright © 2018. All rights reserved.