Skip to content

Commit 1a2766b

Browse files
committed
docs(hashitem): Added Javadoc.
1 parent f26804b commit 1a2766b

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

src/main/java/fr/hashtek/spigot/hashitem/HashItem.java

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,14 @@ public HashItem(ItemStack item)
106106
}
107107

108108

109+
/**
110+
* Creates a Separator, a Stained Glass Pane of a certain color
111+
* that does nothing, just for decoration.
112+
*
113+
* @param glassColor Stained Glass Pane color
114+
* @param guiManager Gui manager
115+
* @return Created HashItem
116+
*/
109117
public static HashItem separator(Byte glassColor, HashGuiManager guiManager)
110118
{
111119
return new HashItem(Material.STAINED_GLASS_PANE, 1, glassColor)

0 commit comments

Comments
 (0)