Commit Graph

16 Commits

Author SHA1 Message Date
rtm516 812a3d82b2 Move back to internal sha256 hashing 2020-06-03 01:40:17 +01:00
rtm516 ddd21aef25 Merge branch 'master' into resources 2020-06-03 00:11:50 +01:00
RednedEpic 6b68bbb413 Large refactoring to item translator and registry/util classes
- Merged ItemTranslator and ItemStackTranslator together.
- Split ItemTranslator into two classes: ItemTranslator and ItemRegistry. The registry is where items are registered, and the translator class is where item translation takes place.
- Made most of ItemTranslator's methods static and removed the initialization in Toolbox.
- Moved a handful of registry classes previously ending with 'Utils' to a 'Registry' class to be more fitting for the term.
- Moved inventory and block entity registration out of Translators.
- Renamed Translators to PacketTranslatorRegistry.
- Yeeted Toolbox.
- Minor cleanups and small refactors.
2020-05-24 20:07:05 -05:00
rtm516 9a250c6687 Merge branch 'master' into resources 2020-04-28 20:43:25 +01:00
EOT3000 8ac199b027 use separately generated hashes 2020-04-28 10:45:10 -04:00
RednedEpic e8bf8ff2a0 Fix javadoc related errors 2020-04-22 01:03:46 -05:00
rtm516 1b15f3058f
Javadoc a bit of Geyser (#392)
* A bunch of javadoc comments

* Cleaned up javadocs
2020-04-21 00:28:44 -05:00
EOT3000 b92450ede6 Merge branch 'master' of https://github.com/GeyserMC/Geyser 2020-04-13 18:16:56 -04:00
EOT3000 e36285f20c send resource packs
A lot of this code is nukkit-credits in the classes
2020-04-13 18:16:12 -04:00
rtm516 2cd5472ff0 Started work on the locale fetching and loading system 2020-04-08 21:11:56 +01:00
RednedEpic e8a1e0dae1 Add velocity platform support 2020-02-08 13:43:50 -06:00
RednedEpic 52b23950ea Merge branch 'master' into plugin (should fix building) 2020-01-18 16:46:07 -06:00
RednedEpic dc594ee22c Update license headers
Certain headers for classes that are to be removed (e.g. plugin api) were not updated to prevent merge conflicts.
2020-01-08 21:05:42 -06:00
RednedEpic 70fd9867f5 Add Sponge platform bootstrap 2019-12-21 16:18:34 -06:00
EOT3000 202e3e584c new remapper (: 2019-08-05 21:59:54 -04:00
Blue Kelp 168778026a refactor file utils for reuse 2019-08-01 21:16:17 -07:00