Package dev.majek.pc.gui
Class GuiJoinParty
- java.lang.Object
-
- dev.majek.pc.gui.Gui
-
- dev.majek.pc.gui.GuiJoinParty
-
public class GuiJoinParty extends Gui
Handles the gui when a player is trying to join a party.
-
-
Constructor Summary
Constructors Constructor Description GuiJoinParty()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected void
populateInventory(org.bukkit.entity.Player player)
-
Methods inherited from class dev.majek.pc.gui.Gui
addActionItem, addActionItem, addActionItem, addActionItem, addActionItem, addLabel, addLabel, addLabel, clone, getConfigString, getInventory, getItemStack, handler, matches, newInventory, onClose, onInventoryClosed, onItemClick, openGui, refreshInventory, setDisplayName, setItem, setItem, setLore
-
-
-
-
Method Detail
-
populateInventory
protected void populateInventory(org.bukkit.entity.Player player)
- Specified by:
populateInventory
in classGui
-
-