-
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
54 changed files
with
263 additions
and
33 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
bukkit/gui/button/src/main/java/me/hsgamer/hscore/bukkit/gui/button/package-info.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
/** | ||
* Contains the pre-made {@link me.hsgamer.hscore.minecraft.gui.button.Button}s for Bukkit | ||
* Contains the pre-made {@link me.hsgamer.hscore.minecraft.gui.common.button.Button}s for Bukkit | ||
*/ | ||
package me.hsgamer.hscore.bukkit.gui.button; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 4 additions & 0 deletions
4
bukkit/gui/common/src/main/java/me/hsgamer/hscore/bukkit/gui/common/event/package-info.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
/** | ||
* The events for the Bukkit GUI | ||
*/ | ||
package me.hsgamer.hscore.bukkit.gui.common.event; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 4 additions & 0 deletions
4
.../gui/common/src/main/java/me/hsgamer/hscore/bukkit/gui/common/inventory/package-info.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
/** | ||
* The package for information about the Bukkit inventory | ||
*/ | ||
package me.hsgamer.hscore.bukkit.gui.common.inventory; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
bukkit/gui/holder/src/main/java/me/hsgamer/hscore/bukkit/gui/holder/event/package-info.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
/** | ||
* Contains the Bukkit implementation of the {@link me.hsgamer.hscore.minecraft.gui.event} | ||
* Contains the Bukkit implementation of the {@link me.hsgamer.hscore.minecraft.gui.holder.event} package | ||
*/ | ||
package me.hsgamer.hscore.bukkit.gui.holder.event; |
2 changes: 1 addition & 1 deletion
2
...t/gui/holder/src/main/java/me/hsgamer/hscore/bukkit/gui/holder/listener/package-info.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
/** | ||
* Contains the providers for the {@link me.hsgamer.hscore.bukkit.gui.BukkitGUI} | ||
* Contains the listeners for the GUI holder | ||
*/ | ||
package me.hsgamer.hscore.bukkit.gui.holder.listener; |
4 changes: 4 additions & 0 deletions
4
bukkit/gui/holder/src/main/java/me/hsgamer/hscore/bukkit/gui/holder/package-info.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
/** | ||
* The classes for the holder of the Bukkit GUI | ||
*/ | ||
package me.hsgamer.hscore.bukkit.gui.holder; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
minecraft/gui/button/src/main/java/me/hsgamer/hscore/minecraft/gui/button/package-info.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
/** | ||
* Contains the pre-made {@link me.hsgamer.hscore.minecraft.gui.button.Button}s for UI in Minecraft | ||
* Contains the pre-made {@link me.hsgamer.hscore.minecraft.gui.common.button.Button} for GUI in Minecraft | ||
*/ | ||
package me.hsgamer.hscore.minecraft.gui.button; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 4 additions & 0 deletions
4
.../gui/common/src/main/java/me/hsgamer/hscore/minecraft/gui/common/action/package-info.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
/** | ||
* Actions for the GUI | ||
*/ | ||
package me.hsgamer.hscore.minecraft.gui.common.action; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 4 additions & 0 deletions
4
.../gui/common/src/main/java/me/hsgamer/hscore/minecraft/gui/common/button/package-info.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
/** | ||
* The classes for buttons in the GUI | ||
*/ | ||
package me.hsgamer.hscore.minecraft.gui.common.button; |
9 changes: 9 additions & 0 deletions
9
...t/gui/common/src/main/java/me/hsgamer/hscore/minecraft/gui/common/element/GUIElement.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,18 @@ | ||
package me.hsgamer.hscore.minecraft.gui.common.element; | ||
|
||
/** | ||
* An element of the GUI | ||
*/ | ||
public interface GUIElement { | ||
/** | ||
* Initialize the element. Should be called before adding to the GUI. | ||
*/ | ||
default void init() { | ||
} | ||
|
||
/** | ||
* Stop the element. Should be called after removing from the GUI. | ||
*/ | ||
default void stop() { | ||
} | ||
} |
4 changes: 4 additions & 0 deletions
4
...gui/common/src/main/java/me/hsgamer/hscore/minecraft/gui/common/element/package-info.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
/** | ||
* The package for the elements of the GUI | ||
*/ | ||
package me.hsgamer.hscore.minecraft.gui.common.element; |
2 changes: 1 addition & 1 deletion
2
...aft/gui/common/src/main/java/me/hsgamer/hscore/minecraft/gui/common/event/ClickEvent.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...t/gui/common/src/main/java/me/hsgamer/hscore/minecraft/gui/common/event/package-info.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
/** | ||
* Contains the necessary classes for the events in the UI | ||
* Contains the necessary classes for the events in the GUI | ||
*/ | ||
package me.hsgamer.hscore.minecraft.gui.common.event; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 4 additions & 0 deletions
4
...i/common/src/main/java/me/hsgamer/hscore/minecraft/gui/common/inventory/package-info.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
/** | ||
* The classes for information about the inventory GUI | ||
*/ | ||
package me.hsgamer.hscore.minecraft.gui.common.inventory; |
Oops, something went wrong.