| Constructor and Description |
|---|
Gui(@NotNull GuiType guiType,
@NotNull String title)
Main constructor that takes a
GuiType instead of rows |
Gui(int rows,
@NotNull String title)
Main constructor for the GUI
|
Gui(@NotNull org.bukkit.plugin.Plugin plugin,
@NotNull GuiType guiType,
@NotNull String title)
Deprecated.
No longer requires the plugin's instance to be passed use
Gui(GuiType, String) instead |
Gui(@NotNull org.bukkit.plugin.Plugin plugin,
int rows,
@NotNull String title)
Deprecated.
No longer requires the plugin's instance to be passed use
Gui(int, String) instead |
Gui(@NotNull org.bukkit.plugin.Plugin plugin,
@NotNull String title)
Deprecated.
No longer requires the plugin's instance to be passed use
Gui(String) instead |
Gui(@NotNull String title)
Alternative constructor that defaults to 1 row
|
addItem, addSlotAction, addSlotAction, close, getFiller, getGuiItem, getGuiItems, getInventory, getRows, isUpdating, open, removeItem, removeItem, setCloseGuiAction, setDefaultClickAction, setDefaultTopClickAction, setDragAction, setItem, setItem, setItem, setOpenGuiAction, setOutsideClickAction, setRows, setUpdating, update, updateItem, updateItem, updateItem, updateItem, updateTitlepublic Gui(int rows,
@NotNull
@NotNull String title)
rows - The amount of rows the GUI should havetitle - The GUI's titlepublic Gui(@NotNull
@NotNull String title)
title - The GUI's titlepublic Gui(@NotNull
@NotNull GuiType guiType,
@NotNull
@NotNull String title)
GuiType instead of rowsguiType - The GuiType to be usedtitle - The GUI's title@Deprecated public Gui(@NotNull @NotNull org.bukkit.plugin.Plugin plugin, int rows, @NotNull @NotNull String title)
Gui(int, String) insteadplugin - The plugin's instancerows - The amount of rows the GUI should havetitle - The GUI's title@Deprecated public Gui(@NotNull @NotNull org.bukkit.plugin.Plugin plugin, @NotNull @NotNull String title)
Gui(String) insteadplugin - The plugin's instancestitle - The GUI's title@Deprecated public Gui(@NotNull @NotNull org.bukkit.plugin.Plugin plugin, @NotNull @NotNull GuiType guiType, @NotNull @NotNull String title)
Gui(GuiType, String) insteadplugin - The plugin's InstancesguiType - The amount of rows the GUI should havetitle - The GUI's titleCopyright © 2020. All rights reserved.