Uses of Class
dev.majek.pc.gui.Gui
-
Packages that use Gui Package Description dev.majek.pc.gui -
-
Uses of Gui in dev.majek.pc.gui
Subclasses of Gui in dev.majek.pc.gui Modifier and Type Class Description class
GuiInParty
Handles the gui shown when a player is in a party.class
GuiJoinParty
Handles the gui when a player is trying to join a party.class
GuiManagePlayer
Handles the gui when a leader is managing a player.class
GuiMembers
Handles the gui when a player is viewing the party members.class
GuiNoParty
Handles the gui when a player is not in a party.Methods in dev.majek.pc.gui with parameters of type Gui Modifier and Type Method Description void
GuiHandler. registerActiveGui(Gui gui)
Add aGui
to the list of active GUIs.void
GuiHandler. removeActiveGui(Gui gui)
Remove aGui
from the list of active GUIs.
-