Index

C D E G H I M N O S T 
All Classes and Interfaces|All Packages

C

clearInventory() - Method in class me.hsgamer.hscore.minestom.gui.MinestomGUIDisplay
 
closeAll(List<MinestomGUIDisplay>) - Method in class me.hsgamer.hscore.minestom.gui.MinestomGUIHolder
 

D

DelegatingInventory - Class in me.hsgamer.hscore.minestom.gui.inventory
A custom inventory used by MinestomGUIDisplay
DelegatingInventory(InventoryType, Component, MinestomGUIDisplay) - Constructor for class me.hsgamer.hscore.minestom.gui.inventory.DelegatingInventory
Create a new inventory

E

equals(Object) - Method in record class me.hsgamer.hscore.minestom.gui.object.MinestomItem
Indicates whether some other object is "equal to" this one.
event - Variable in class me.hsgamer.hscore.minestom.gui.event.MinestomEvent
 

G

getClosePredicate() - Method in class me.hsgamer.hscore.minestom.gui.MinestomGUIHolder
Get the close predicate
getDisplay() - Method in class me.hsgamer.hscore.minestom.gui.inventory.DelegatingInventory
Get the display related to this inventory
getEvent() - Method in interface me.hsgamer.hscore.minestom.gui.event.MinestomCancellableEvent
Get the Minestom event
getEvent() - Method in class me.hsgamer.hscore.minestom.gui.event.MinestomEvent
Get the event
getEvent() - Method in interface me.hsgamer.hscore.minestom.gui.event.MinestomViewerEvent
Get the Minestom event
getEventNode() - Method in class me.hsgamer.hscore.minestom.gui.inventory.DelegatingInventory
Get the event node related to this inventory
getInventory() - Method in class me.hsgamer.hscore.minestom.gui.MinestomGUIDisplay
Get the inventory of the display
getInventorySize() - Method in class me.hsgamer.hscore.minestom.gui.MinestomGUIDisplay
 
getInventoryType() - Method in class me.hsgamer.hscore.minestom.gui.MinestomGUIHolder
Get the inventory type
getSize() - Method in class me.hsgamer.hscore.minestom.gui.object.MinestomInventorySize
 
getSlot() - Method in class me.hsgamer.hscore.minestom.gui.event.MinestomClickEvent
 
getSlotPerRow() - Method in class me.hsgamer.hscore.minestom.gui.object.MinestomInventorySize
 
getTitle(UUID) - Method in class me.hsgamer.hscore.minestom.gui.MinestomGUIHolder
Get the title for the unique id
getTitleFunction() - Method in class me.hsgamer.hscore.minestom.gui.MinestomGUIHolder
Get the title function
getViewerID() - Method in interface me.hsgamer.hscore.minestom.gui.event.MinestomViewerEvent
 

H

hashCode() - Method in record class me.hsgamer.hscore.minestom.gui.object.MinestomItem
Returns a hash code value for this object.

I

init() - Method in class me.hsgamer.hscore.minestom.gui.inventory.DelegatingInventory
 
init() - Method in class me.hsgamer.hscore.minestom.gui.MinestomGUIHolder
 
initInventory() - Method in class me.hsgamer.hscore.minestom.gui.MinestomGUIDisplay
 
isButtonExecute() - Method in class me.hsgamer.hscore.minestom.gui.event.MinestomClickEvent
 
isCancelled() - Method in interface me.hsgamer.hscore.minestom.gui.event.MinestomCancellableEvent
 
isRemoveDisplay() - Method in class me.hsgamer.hscore.minestom.gui.event.MinestomCloseEvent
 
itemStack() - Method in record class me.hsgamer.hscore.minestom.gui.object.MinestomItem
Returns the value of the itemStack record component.

M

me.hsgamer.hscore.minestom.gui - package me.hsgamer.hscore.minestom.gui
Contains the base classes for UI modules in Minestom
me.hsgamer.hscore.minestom.gui.event - package me.hsgamer.hscore.minestom.gui.event
Contains the Minestom implementation of the me.hsgamer.hscore.minecraft.gui.event
me.hsgamer.hscore.minestom.gui.inventory - package me.hsgamer.hscore.minestom.gui.inventory
Contains the inventories used by MinestomGUIDisplay
me.hsgamer.hscore.minestom.gui.object - package me.hsgamer.hscore.minestom.gui.object
Contains the Minestom implementation of me.hsgamer.hscore.minecraft.gui.object
MinestomCancellableEvent - Interface in me.hsgamer.hscore.minestom.gui.event
The cancellable event for Minestom
MinestomClickEvent - Class in me.hsgamer.hscore.minestom.gui.event
The click event for Minestom
MinestomClickEvent(InventoryPreClickEvent) - Constructor for class me.hsgamer.hscore.minestom.gui.event.MinestomClickEvent
Create a new event
MinestomCloseEvent - Class in me.hsgamer.hscore.minestom.gui.event
The close event for Minestom
MinestomCloseEvent(InventoryCloseEvent) - Constructor for class me.hsgamer.hscore.minestom.gui.event.MinestomCloseEvent
Create a new event
MinestomEvent<T extends net.minestom.server.event.Event> - Class in me.hsgamer.hscore.minestom.gui.event
The base event for Minestom
MinestomEvent(T) - Constructor for class me.hsgamer.hscore.minestom.gui.event.MinestomEvent
Create a new event
MinestomGUIDisplay - Class in me.hsgamer.hscore.minestom.gui
The GUIDisplay for Minestom
MinestomGUIDisplay(UUID, MinestomGUIHolder) - Constructor for class me.hsgamer.hscore.minestom.gui.MinestomGUIDisplay
Create a new display
MinestomGUIHolder - Class in me.hsgamer.hscore.minestom.gui
The GUIHolder for Minestom
MinestomGUIHolder() - Constructor for class me.hsgamer.hscore.minestom.gui.MinestomGUIHolder
 
MinestomInventorySize - Class in me.hsgamer.hscore.minestom.gui.object
The InventorySize of Inventory
MinestomInventorySize(Inventory) - Constructor for class me.hsgamer.hscore.minestom.gui.object.MinestomInventorySize
Create a new instance
MinestomItem - Record Class in me.hsgamer.hscore.minestom.gui.object
The item for Minestom
MinestomItem(ItemStack) - Constructor for record class me.hsgamer.hscore.minestom.gui.object.MinestomItem
Creates an instance of a MinestomItem record class.
MinestomOpenEvent - Class in me.hsgamer.hscore.minestom.gui.event
The open event for Minestom
MinestomOpenEvent(InventoryOpenEvent) - Constructor for class me.hsgamer.hscore.minestom.gui.event.MinestomOpenEvent
Create a new event
MinestomViewerEvent - Interface in me.hsgamer.hscore.minestom.gui.event
The viewer event for Minestom

N

newDisplay(UUID) - Method in class me.hsgamer.hscore.minestom.gui.MinestomGUIHolder
 

O

open() - Method in class me.hsgamer.hscore.minestom.gui.MinestomGUIDisplay
 

S

setButton(int, Item) - Method in class me.hsgamer.hscore.minestom.gui.MinestomGUIDisplay
 
setButtonExecute(boolean) - Method in class me.hsgamer.hscore.minestom.gui.event.MinestomClickEvent
 
setCancelled(boolean) - Method in interface me.hsgamer.hscore.minestom.gui.event.MinestomCancellableEvent
 
setClosePredicate(Predicate<UUID>) - Method in class me.hsgamer.hscore.minestom.gui.MinestomGUIHolder
Set the close predicate
setInventoryType(InventoryType) - Method in class me.hsgamer.hscore.minestom.gui.MinestomGUIHolder
Set the inventory type
setRemoveDisplay(boolean) - Method in class me.hsgamer.hscore.minestom.gui.event.MinestomCloseEvent
 
setTitle(Component) - Method in class me.hsgamer.hscore.minestom.gui.MinestomGUIHolder
Set the title
setTitleFunction(Function<UUID, Component>) - Method in class me.hsgamer.hscore.minestom.gui.MinestomGUIHolder
Set the title function
stop() - Method in class me.hsgamer.hscore.minestom.gui.inventory.DelegatingInventory
 

T

toString() - Method in record class me.hsgamer.hscore.minestom.gui.object.MinestomItem
Returns a string representation of this record class.
C D E G H I M N O S T 
All Classes and Interfaces|All Packages