Uses of Class
com.coderyo.coderyogui.api.GUIItemBuilder
Packages that use GUIItemBuilder
-
Uses of GUIItemBuilder in com.coderyo.coderyogui.api
Methods in com.coderyo.coderyogui.api that return GUIItemBuilderModifier and TypeMethodDescriptionSets the list of actions for the GUI item.Adds a custom action to the GUI item.GUIItemBuilder.addCloseAction()Adds an action to close the player's GUI.GUIItemBuilder.addCommandAction(String command, boolean asConsole) Adds a command action to the GUI item.Adds a single line to the GUI item's lore.GUIItemBuilder.addMessageAction(String message) Adds a message action to send a chat message to the player.GUIItemBuilder.addSoundAction(String sound, float volume, float pitch) Adds a sound action to play a sound for the player.Sets the lore (description) of the GUI item.Sets the material of the GUI item.Sets the display name of the GUI item.GUIItemBuilder.takeable(boolean takeable) Sets whether the GUI item can be taken by players.