Geyser/core/src/main/java/org/geysermc/geyser/registry
David Choo ad5a98c859
Improve Statistics Form (#2667)
* Improve statistics form

Fix furnace minecart java identifier
Use clean Java identifier in times mined
Fix icons for statistic form

Show all generic statistics by initializing them to zero
Color every other line grey
Format numbers like on Java Edition

* Update for Java 16 and MCProtocolLib changes

* Sort all statistics alphabetically and color them.

* Update for MCProtocolLib changes

* Re-add clean java identifiers registry and properly fix block break statistics

Also translate before sorting >.>

* Use toLowerCase(Locale.ROOT)

* Use the format provided by MCProtocolLib

* Simplify condition

* Move statistics init and bump MCProtocolLib version
2021-12-07 20:05:44 -05:00
..
loader Allow for implementations to provide a custom resource loader 2021-12-03 11:01:06 -05:00
populator Improve Statistics Form (#2667) 2021-12-07 20:05:44 -05:00
type API: change player class to Connection 2021-11-22 14:52:26 -05:00
AbstractMappedRegistry.java Make this Javadoc checker happy 2021-11-30 11:27:39 -05:00
ArrayRegistry.java The Great Refactor Part 2 - org.geysermc.connector -> org.geysermc.geyser 2021-11-20 15:34:30 -06:00
BlockRegistries.java Improve Statistics Form (#2667) 2021-12-07 20:05:44 -05:00
MappedRegistry.java The Great Refactor Part 2 - org.geysermc.connector -> org.geysermc.geyser 2021-11-20 15:34:30 -06:00
PacketTranslatorRegistry.java API: change player class to Connection 2021-11-22 14:52:26 -05:00
Registries.java Improve Statistics Form (#2667) 2021-12-07 20:05:44 -05:00
Registry.java The Great Refactor Part 2 - org.geysermc.connector -> org.geysermc.geyser 2021-11-20 15:34:30 -06:00
SimpleMappedRegistry.java The Great Refactor Part 2 - org.geysermc.connector -> org.geysermc.geyser 2021-11-20 15:34:30 -06:00
SimpleRegistry.java The Great Refactor Part 2 - org.geysermc.connector -> org.geysermc.geyser 2021-11-20 15:34:30 -06:00
VersionedRegistry.java 1.18 does not have its own block palette 2021-11-28 11:03:45 -05:00