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