Package dev.majek.pc.gui
Class GuiInParty
- java.lang.Object
-
- dev.majek.pc.gui.Gui
-
- dev.majek.pc.gui.GuiInParty
-
public class GuiInParty extends Gui
Handles the gui shown when a player is in a party.
-
-
Constructor Summary
Constructors Constructor Description GuiInParty()
-
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
-
-