Uses of Package
de.themoep.inventorygui
-
ClassDescriptionRepresents an element in a guiA functional interface for specifying how clicking on the element should be treated by implementing the
GuiElement.Action.onClick(Click)
method.A state that theGuiStateElement
can have.Define what should happen when the state of the element' state changes to this stateThe main library class that lets you create and manage your GUIsA functional interface for specifying how closing the inventory should be treated by implementing theInventoryGui.CloseAction.onClose(Close)
method.Represents a simple element in a gui to which an action can be assigned.