Geyser/connector/src/main/java/org/geysermc/connector/network/translators
Camotoy 93f5298ee3
Introduce specialized maps for block state operations
By introducing fixed maps, we are able to reduce the overhead of needing to store arbitrary numbers; fixed maps start at one number and must be sequential. This commit also reduces some overhead of lecterns in block updating as we are able to utilize our own maps to reduce object boxing and removing the function of Map#compute of trying to re-insert a value.
2021-09-09 21:33:48 -04:00
..
bedrock Add world border translation (#1839) 2021-09-09 21:27:38 -04:00
chat Allow single quotes to appear in translations in chat 2021-09-08 19:24:30 -04:00
collision Smooth Pistons (#1542) 2021-09-09 21:20:25 -04:00
effect Implement a new registry system (#2306) 2021-07-12 21:19:40 -04:00
inventory Merge branch 'feature/optimizations' into master 2021-07-21 21:44:49 -05:00
item Refactor lodestones to be more memory efficient 2021-08-31 19:49:55 -04:00
java Introduce specialized maps for block state operations 2021-09-09 21:33:48 -04:00
sound Fix powder snow and fish buckets (#2437) 2021-08-01 22:20:15 -04:00
world Introduce specialized maps for block state operations 2021-09-09 21:33:48 -04:00
ItemRemapper.java Update copyright to 2021 (#1772) 2021-01-01 10:10:36 -05:00
PacketTranslator.java Bump version to try and fix deploying; other nitpicks 2021-08-30 13:55:01 -04:00
PacketTranslatorRegistry.java Bump version to try and fix deploying; other nitpicks 2021-08-30 13:55:01 -04:00
Translator.java Update copyright to 2021 (#1772) 2021-01-01 10:10:36 -05:00