We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f26804b commit 1a2766bCopy full SHA for 1a2766b
src/main/java/fr/hashtek/spigot/hashitem/HashItem.java
@@ -106,6 +106,14 @@ public HashItem(ItemStack item)
106
}
107
108
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
+ */
117
public static HashItem separator(Byte glassColor, HashGuiManager guiManager)
118
{
119
return new HashItem(Material.STAINED_GLASS_PANE, 1, glassColor)
0 commit comments