Index
All Classes and Interfaces|All Packages|Serialized Form
S
- sendInfo(String) - Method in class Kyu.GuiAPI_Redone.Window.WindowImpl.TradeWindow.TradeWindowHolder
-
Sends a message to both players
- set(GuiItem, int) - Method in class Kyu.GuiAPI_Redone.Window.Window
- set(GuiItem, int) - Method in class Kyu.GuiAPI_Redone.Window.WindowImpl.ChestWindow
-
Places an item in the windows, without linking the item to the window, use
Window.setItem(GuiItem, int)
instead - setDisableClickEvent(boolean) - Method in class Kyu.GuiAPI_Redone.Window.Openable
-
Set whether or not InventoryClickEvent is canceled or not.
- setDisableClickEvent(boolean) - Method in class Kyu.GuiAPI_Redone.Window.WindowImpl.MultiWindow.MultiWindow
-
Set whether or not InventoryClickEvent is canceled or not.
- setDisableClickEvent(boolean) - Method in class Kyu.GuiAPI_Redone.Window.WindowImpl.TextWindow.TextWindow
-
Disabled for this window
- setIgnoreCloseEvent(boolean) - Method in class Kyu.GuiAPI_Redone.Window.Openable
- setIgnoreCloseEvent(boolean) - Method in class Kyu.GuiAPI_Redone.Window.WindowImpl.MultiWindow.MultiWindow
- setInitalLines(String...) - Method in class Kyu.GuiAPI_Redone.Window.WindowImpl.TextWindow.TextWindow
-
Set the inital content displayed when the sign opens
- setInventory(Inventory) - Method in class Kyu.GuiAPI_Redone.Window.Window
- setInventoryFullError(String) - Method in class Kyu.GuiAPI_Redone.Window.WindowImpl.TradeWindow.TradeWindowHolder
-
The error shown when someones inventory is full
- setItem(GuiItem, int) - Method in class Kyu.GuiAPI_Redone.Window.Window
-
Same as
Window.addItem(GuiItem)
but accepts a Slot - setItemNames(String, String, String, String, String) - Method in class Kyu.GuiAPI_Redone.Window.WindowImpl.TradeWindow.TradeToolbar
-
Set the item names of the toolbar, will be color translated
- setItems(ItemStack, ItemStack, ItemStack, ItemStack, ItemStack) - Method in class Kyu.GuiAPI_Redone.Window.WindowImpl.TradeWindow.TradeToolbar
-
Set the items for the toolbar
- setItems(Material, Material, Material, Material, Material) - Method in class Kyu.GuiAPI_Redone.Window.WindowImpl.TradeWindow.TradeToolbar
- setItemStack(ItemStack) - Method in class Kyu.GuiAPI_Redone.Item.GuiItem
-
Sets a new ItemStack and updates all Windows with the item
- setListener(GuiItemClickListener) - Method in class Kyu.GuiAPI_Redone.Item.GuiItem
-
Manually set the Listener for when the item is clicked
- setLore(String...) - Method in class Kyu.GuiAPI_Redone.Item.GuiItem
-
Sets the lore of the Item and updates all Windows with the item
- setName(String) - Method in class Kyu.GuiAPI_Redone.Item.GuiItem
-
Change the name of the itemstack
- setOnCancel(Consumer<Void>) - Method in class Kyu.GuiAPI_Redone.Window.WindowImpl.TradeWindow.TradeWindowHolder
-
Set a function that shall be executed when the trade has been canceled.
- setOnClose(Consumer<InventoryCloseEvent>) - Method in class Kyu.GuiAPI_Redone.Window.Openable
- setOnClose(Consumer<InventoryCloseEvent>) - Method in class Kyu.GuiAPI_Redone.Window.WindowImpl.MultiWindow.MultiWindow
- setOnClose(Consumer<InventoryCloseEvent>) - Method in class Kyu.GuiAPI_Redone.Window.WindowImpl.TextWindow.TextWindow
-
Disabled for this window, Closing the sign just calls
TextWindow.getOnSubmit()
- setOnFinish(Consumer<Void>) - Method in class Kyu.GuiAPI_Redone.Window.WindowImpl.TradeWindow.TradeWindowHolder
-
Set a function that shall be executed when the trade has been completed.
- setOnSubmit(Consumer<List<String>>) - Method in class Kyu.GuiAPI_Redone.Window.WindowImpl.TextWindow.TextWindow
-
Set the function to execute once the player submits the input
- setPreventClose(boolean) - Method in class Kyu.GuiAPI_Redone.Window.Openable
- setPreventClose(boolean) - Method in class Kyu.GuiAPI_Redone.Window.WindowImpl.MultiWindow.MultiWindow
- setSpacer() - Method in class Kyu.GuiAPI_Redone.Window.WindowImpl.TradeWindow.TradeWindow
-
Sets the spacer inbetween the trade offers
- setSpacer(ItemStack, String) - Method in class Kyu.GuiAPI_Redone.Window.WindowImpl.TradeWindow.TradeWindowHolder
-
Set the spacer separating the two sides of the trade window
- setSpacer(Material, String) - Method in class Kyu.GuiAPI_Redone.Window.WindowImpl.TradeWindow.TradeWindowHolder
- setToolbar() - Method in class Kyu.GuiAPI_Redone.Window.WindowImpl.TradeWindow.TradeWindow
-
Sets the toolbar at the bottom of the window again
- setToolbar(TradeToolbar) - Method in class Kyu.GuiAPI_Redone.Window.WindowImpl.TradeWindow.TradeWindowHolder
-
Sets a new
TradeToolbar
, keep in mind that the toolbar itself has customization as well so you don't need to set a complete new one - setToolbarItems(ItemStack, ItemStack, ItemStack) - Method in class Kyu.GuiAPI_Redone.Window.WindowImpl.MultiWindow.PaginationBar
-
Set the default toolbar Items for the Windows
- setToolbarItems(Material, Material) - Method in class Kyu.GuiAPI_Redone.Window.WindowImpl.MultiWindow.PaginationBar
-
Set the default toolbar Items for the Windows
- setToolbarItems(Material, Material, Material) - Method in class Kyu.GuiAPI_Redone.Window.WindowImpl.MultiWindow.PaginationBar
-
Set the default toolbar Items for the Windows
- setToolbarTexts(String, String, String) - Method in class Kyu.GuiAPI_Redone.Window.WindowImpl.MultiWindow.PaginationBar
-
Set the default toolbar Item Names for the Windows Names will be color translated
- setTradeCanceledError(String) - Method in class Kyu.GuiAPI_Redone.Window.WindowImpl.TradeWindow.TradeWindowHolder
-
The error shown when someone cancels the trade
- setTradeWindowFullError(String) - Method in class Kyu.GuiAPI_Redone.Window.WindowImpl.TradeWindow.TradeWindowHolder
-
The error shown when the space for Trade Items is full
- setUnregisterOnClose(boolean) - Method in class Kyu.GuiAPI_Redone.Window.Openable
- SignCompletedEvent - Class in Kyu.GuiAPI_Redone.Window.WindowImpl.TextWindow.API
- SignCompletedEvent(Player, List<String>) - Constructor for class Kyu.GuiAPI_Redone.Window.WindowImpl.TextWindow.API.SignCompletedEvent
- SignCompleteHandler - Interface in Kyu.GuiAPI_Redone.Window.WindowImpl.TextWindow.API
- SignGUIAPI - Class in Kyu.GuiAPI_Redone.Window.WindowImpl.TextWindow.API
- SignGUIAPI(SignCompleteHandler, List<String>, UUID, Plugin) - Constructor for class Kyu.GuiAPI_Redone.Window.WindowImpl.TextWindow.API.SignGUIAPI
- SlotOutOfBoundsException - Exception in Kyu.GuiAPI_Redone.Exceptions
- SlotOutOfBoundsException(int, int) - Constructor for exception Kyu.GuiAPI_Redone.Exceptions.SlotOutOfBoundsException
All Classes and Interfaces|All Packages|Serialized Form