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 classGuiInPartyHandles the gui shown when a player is in a party.classGuiJoinPartyHandles the gui when a player is trying to join a party.classGuiManagePlayerHandles the gui when a leader is managing a player.classGuiMembersHandles the gui when a player is viewing the party members.classGuiNoPartyHandles 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 voidGuiHandler. registerActiveGui(Gui gui)Add aGuito the list of active GUIs.voidGuiHandler. removeActiveGui(Gui gui)Remove aGuifrom the list of active GUIs.
-