Uses of Class
net.jeqo.bloons.gui.GUIClickableItem
Packages that use GUIClickableItem
Package
Description
-
Uses of GUIClickableItem in net.jeqo.bloons.gui
Fields in net.jeqo.bloons.gui with type parameters of type GUIClickableItemModifier and TypeFieldDescriptionstatic HashMap<String, GUIClickableItem> GUIClickableItem.itemDataA map of all clickable items in the GUIMethods in net.jeqo.bloons.gui that return GUIClickableItemModifier and TypeMethodDescriptionabstract GUIClickableItemGUI.borderItem(int slot) The border item that is used to create a border around the GUIabstract GUIClickableItemGUI.cantPickup(NBTItem item, int slot) The item that is displayed in the GUI but can't be picked upabstract GUIClickableItemGUI.fillerItem(int slot) The filler item that is used to fill empty slots in the GUIMethods in net.jeqo.bloons.gui with parameters of type GUIClickableItemModifier and TypeMethodDescriptionvoidGUI.addItem(GUIClickableItem item) Adds an item to the GUIvoidGUI.addItem(GUIClickableItem item, int slot) Adds an item to the GUI at a specific slot -
Uses of GUIClickableItem in net.jeqo.bloons.gui.item.border
Methods in net.jeqo.bloons.gui.item.border that return GUIClickableItemModifier and TypeMethodDescriptionstatic GUIClickableItemBlackGlassPaneBorder.getItem(int slot) A method to create a black glass pane border item -
Uses of GUIClickableItem in net.jeqo.bloons.gui.item.filler
Methods in net.jeqo.bloons.gui.item.filler that return GUIClickableItemModifier and TypeMethodDescriptionstatic GUIClickableItemBlackGlassPaneFillerItem.getItem(int slot) A method to create a black glass pane filler item