generated from QuiltMC/quilt-template-mod
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
rename subprojects to a new theme & reorganize classes
- Loading branch information
Showing
172 changed files
with
651 additions
and
630 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
8 changes: 0 additions & 8 deletions
8
heart/src/main/java/net/pixaurora/kit_tunes/impl/ui/Drawable.java
This file was deleted.
Oops, something went wrong.
10 changes: 0 additions & 10 deletions
10
heart/src/main/java/net/pixaurora/kit_tunes/impl/ui/screen/align/AlignmentStrategy.java
This file was deleted.
Oops, something went wrong.
5 changes: 0 additions & 5 deletions
5
heart/src/main/java/net/pixaurora/kit_tunes/impl/ui/sound/Sound.java
This file was deleted.
Oops, something went wrong.
24 changes: 0 additions & 24 deletions
24
heart/src/main/java/net/pixaurora/kit_tunes/impl/ui/toast/KitTunesToastData.java
This file was deleted.
Oops, something went wrong.
18 changes: 0 additions & 18 deletions
18
heart/src/main/java/net/pixaurora/kit_tunes/impl/ui/toast/Toast.java
This file was deleted.
Oops, something went wrong.
7 changes: 0 additions & 7 deletions
7
heart/src/main/java/net/pixaurora/kit_tunes/impl/ui/widget/Widget.java
This file was deleted.
Oops, something went wrong.
7 changes: 0 additions & 7 deletions
7
heart/src/main/java/net/pixaurora/kit_tunes/impl/ui/widget/surface/ClickableSurface.java
This file was deleted.
Oops, something went wrong.
7 changes: 0 additions & 7 deletions
7
heart/src/main/java/net/pixaurora/kit_tunes/impl/ui/widget/surface/WidgetSurface.java
This file was deleted.
Oops, something went wrong.
17 changes: 0 additions & 17 deletions
17
heart/src/main/java/net/pixaurora/kit_tunes/impl/ui/widget/text/TextBox.java
This file was deleted.
Oops, something went wrong.
2 changes: 0 additions & 2 deletions
2
.../main/resources/META-INF/services/net.pixaurora.kit_tunes.api.listener.MusicEventListener
This file was deleted.
Oops, something went wrong.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
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
File renamed without changes.
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
18 changes: 9 additions & 9 deletions
18
...ra/kit_tunes/impl/ui/MinecraftClient.java → ...ora/kitten_cube/impl/MinecraftClient.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
2 changes: 1 addition & 1 deletion
2
...xaurora/kit_tunes/impl/ui/math/Point.java → ...ixaurora/kitten_cube/impl/math/Point.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
2 changes: 1 addition & 1 deletion
2
...ora/kit_tunes/impl/ui/math/PointImpl.java → ...rora/kitten_cube/impl/math/PointImpl.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
2 changes: 1 addition & 1 deletion
2
...ixaurora/kit_tunes/impl/ui/math/Size.java → ...pixaurora/kitten_cube/impl/math/Size.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
2 changes: 1 addition & 1 deletion
2
...rora/kit_tunes/impl/ui/math/SizeImpl.java → ...urora/kitten_cube/impl/math/SizeImpl.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
2 changes: 1 addition & 1 deletion
2
...urora/kit_tunes/impl/ui/math/Vec2Int.java → ...aurora/kitten_cube/impl/math/Vec2Int.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
2 changes: 1 addition & 1 deletion
2
...xaurora/kit_tunes/impl/ui/text/Color.java → ...ixaurora/kitten_cube/impl/text/Color.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
4 changes: 2 additions & 2 deletions
4
...ora/kit_tunes/impl/ui/text/Component.java → ...rora/kitten_cube/impl/text/Component.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
8 changes: 4 additions & 4 deletions
8
...kit_tunes/impl/ui/text/TextProcessor.java → .../kitten_cube/impl/text/TextProcessor.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
8 changes: 8 additions & 0 deletions
8
kitten-heart/src/main/java/net/pixaurora/kitten_cube/impl/ui/Drawable.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,8 @@ | ||
package net.pixaurora.kitten_cube.impl.ui; | ||
|
||
import net.pixaurora.kitten_cube.impl.math.Point; | ||
import net.pixaurora.kitten_cube.impl.ui.display.GuiDisplay; | ||
|
||
public interface Drawable { | ||
public void draw(GuiDisplay gui, Point mousePos); | ||
} |
12 changes: 6 additions & 6 deletions
12
...es/impl/ui/display/AlignedGuiDisplay.java → ...be/impl/ui/display/AlignedGuiDisplay.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
16 changes: 8 additions & 8 deletions
16
...kit_tunes/impl/ui/display/GuiDisplay.java → ...tten_cube/impl/ui/display/GuiDisplay.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
12 changes: 6 additions & 6 deletions
12
...es/impl/ui/display/WrappedGuiDisplay.java → ...be/impl/ui/display/WrappedGuiDisplay.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
4 changes: 2 additions & 2 deletions
4
...mpl/ui/screen/ReturnToPreviousScreen.java → ...mpl/ui/screen/ReturnToPreviousScreen.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
8 changes: 4 additions & 4 deletions
8
...rora/kit_tunes/impl/ui/screen/Screen.java → ...ra/kitten_cube/impl/ui/screen/Screen.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
16 changes: 8 additions & 8 deletions
16
..._tunes/impl/ui/screen/ScreenTemplate.java → ...n_cube/impl/ui/screen/ScreenTemplate.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
Oops, something went wrong.