Package cc.carm.plugin.userprefix.ui
Class PrefixSelectGUI
- java.lang.Object
-
- cc.carm.lib.easyplugin.gui.GUI
-
- cc.carm.lib.easyplugin.gui.paged.PagedGUI
-
- cc.carm.lib.easyplugin.gui.paged.CommonPagedGUI
-
- cc.carm.lib.easyplugin.gui.paged.AutoPagedGUI
-
- cc.carm.plugin.userprefix.ui.PrefixSelectGUI
-
public class PrefixSelectGUI extends AutoPagedGUI
-
-
Field Summary
Fields Modifier and Type Field Description static HashSet<Player>
openingUsers
-
Fields inherited from class cc.carm.lib.easyplugin.gui.paged.AutoPagedGUI
defaultNextPage, defaultPreviousPage
-
-
Constructor Summary
Constructors Constructor Description PrefixSelectGUI(Player player)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static void
closeAll()
Player
getPlayer()
void
loadExtraIcons()
void
loadItems()
void
onClose()
static void
open(Player player)
static void
removeOpening(Player player)
-
Methods inherited from class cc.carm.lib.easyplugin.gui.paged.AutoPagedGUI
openGUI, setNextPageSlot, setNextPageUI, setPreviousPageSlot, setPreviousPageUI
-
Methods inherited from class cc.carm.lib.easyplugin.gui.paged.CommonPagedGUI
getFirstPageNumber, getLastPageNumber, goFirstPage, goLastPage, hasNextPage, hasPreviousPage
-
Methods inherited from class cc.carm.lib.easyplugin.gui.paged.PagedGUI
addItem, getItemsContainer, goNextPage, goPreviousPage, removeItem, removeItem
-
Methods inherited from class cc.carm.lib.easyplugin.gui.GUI
getFlag, getGUIName, getGUIType, getItem, getItems, getOpenedGUI, getOpenedGUIs, getPlugin, hasOpenedGUI, initialize, onDrag, rawClickListener, removeFlag, removeOpenedGUI, setCancelOnOuter, setCancelOnSelf, setCancelOnTarget, setFlag, setItem, setItem, setOpenedGUI, updateView
-
-
-
-
Constructor Detail
-
PrefixSelectGUI
public PrefixSelectGUI(Player player)
-
-