Package net.jeqo.bloons.gui.item.filler
Class BlackGlassPaneFillerItem
java.lang.Object
net.jeqo.bloons.gui.item.filler.BlackGlassPaneFillerItem
An example class to represent how a premade filler item can be created
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic GUIClickableItem
getItem
(int slot) A method to create a black glass pane filler item
-
Constructor Details
-
BlackGlassPaneFillerItem
public BlackGlassPaneFillerItem()
-
-
Method Details
-
getItem
A method to create a black glass pane filler item- Parameters:
slot
- The slot of the item in the inventory, type int- Returns:
- A GUIClickableItem object that represents the black glass pane filler item, type net.jeqo.bloons.gui.GUIClickableItem
-