-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
The statistics HUD is semi-ready. You are able to add and remove entries, but there's no feature for "live" HUD stat updates yet. Once that is done, the release will be finished. Also the "Done" button on the HUD screen is missing for now.
- Loading branch information
Showing
8 changed files
with
84 additions
and
16 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
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
15 changes: 15 additions & 0 deletions
15
...ava/io/github/thecsdev/betterstats/client/gui/screen/hud/BetterStatsHudScreenWrapper.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,15 @@ | ||
package io.github.thecsdev.betterstats.client.gui.screen.hud; | ||
|
||
import org.jetbrains.annotations.ApiStatus.Internal; | ||
|
||
import io.github.thecsdev.tcdcommons.api.client.gui.screen.TScreenWrapper; | ||
import net.minecraft.client.gui.screen.StatsListener; | ||
|
||
@Internal class BetterStatsHudScreenWrapper extends TScreenWrapper<BetterStatsHudScreen> implements StatsListener | ||
{ | ||
// ================================================== | ||
public BetterStatsHudScreenWrapper(BetterStatsHudScreen target) { super(target); } | ||
// -------------------------------------------------- | ||
public final @Override void onStatsReady() { this.target.refresh(); } | ||
// ================================================== | ||
} |
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
Binary file renamed
BIN
+395 KB
...jarjar/tcdcommons-3.0.0+fabric-1.20.1.jar → ...tcdcommons-3.0.0-beta.2+fabric-1.20.1.jar
Binary file not shown.