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 7a5e7a7 commit 71c79ecCopy full SHA for 71c79ec
src/main/java/me/tom/sparse/spigot/chat/menu/element/GroupElement.java
@@ -14,6 +14,7 @@ public class GroupElement extends Element implements IElementContainer
14
/**
15
* Constructs an element at the given x and y coordinates.
16
*
17
+ * @param parent The parent element of this group. Usually a {@code ChatMenu} or another {@code GroupElement}
18
* @param x the x coordinate to put this element at
19
* @param y the y coordinate to put this element at
20
*/
src/main/resources/plugin.yml
@@ -1,4 +1,4 @@
1
name: ChatMenuAPI
2
-version: 1
+version: 1.1
3
author: Tom
4
main: me.tom.sparse.spigot.chat.menu.CMPlugin
0 commit comments