Geyser/connector/src/main/java/org/geysermc/connector/network/translators/world
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
..
block Introduce specialized maps for block state operations 2021-09-09 21:33:48 -04:00
chunk Biome reworkings 2021-07-27 20:29:27 -04:00
BiomeTranslator.java Handle the server sending invalid biome IDs in chunks 2021-07-31 16:34:24 -04:00
GeyserWorldManager.java Implement a new registry system (#2306) 2021-07-12 21:19:40 -04:00
WorldManager.java 21w20a support 2021-05-19 22:24:11 -04:00