Geyser/connector/src/main/java/org/geysermc/connector/network/translators/java
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
..
entity Play sound when totem is used 2021-09-04 13:52:02 -05:00
scoreboard Bump version to try and fix deploying; other nitpicks 2021-08-30 13:55:01 -04:00
title Bump version to try and fix deploying; other nitpicks 2021-08-30 13:55:01 -04:00
window Bump version to try and fix deploying; other nitpicks 2021-08-30 13:55:01 -04:00
world Introduce specialized maps for block state operations 2021-09-09 21:33:48 -04:00
JavaAdvancementsTabTranslator.java Bump version to try and fix deploying; other nitpicks 2021-08-30 13:55:01 -04:00
JavaAdvancementsTranslator.java Bump version to try and fix deploying; other nitpicks 2021-08-30 13:55:01 -04:00
JavaBossBarTranslator.java Bump version to try and fix deploying; other nitpicks 2021-08-30 13:55:01 -04:00
JavaChatTranslator.java Bump version to try and fix deploying; other nitpicks 2021-08-30 13:55:01 -04:00
JavaDeclareCommandsTranslator.java Bump version to try and fix deploying; other nitpicks 2021-08-30 13:55:01 -04:00
JavaDeclareRecipesTranslator.java Bump version to try and fix deploying; other nitpicks 2021-08-30 13:55:01 -04:00
JavaDeclareTagsTranslator.java Bump version to try and fix deploying; other nitpicks 2021-08-30 13:55:01 -04:00
JavaDifficultyTranslator.java Bump version to try and fix deploying; other nitpicks 2021-08-30 13:55:01 -04:00
JavaDisconnectPacket.java Bump version to try and fix deploying; other nitpicks 2021-08-30 13:55:01 -04:00
JavaJoinGameTranslator.java Bump version to try and fix deploying; other nitpicks 2021-08-30 13:55:01 -04:00
JavaKeepAliveTranslator.java Bump version to try and fix deploying; other nitpicks 2021-08-30 13:55:01 -04:00
JavaLoginDisconnectTranslator.java Bump version to try and fix deploying; other nitpicks 2021-08-30 13:55:01 -04:00
JavaLoginPluginRequestTranslator.java Bump version to try and fix deploying; other nitpicks 2021-08-30 13:55:01 -04:00
JavaLoginSuccessTranslator.java Bump version to try and fix deploying; other nitpicks 2021-08-30 13:55:01 -04:00
JavaPingPacket.java Bump version to try and fix deploying; other nitpicks 2021-08-30 13:55:01 -04:00
JavaPluginMessageTranslator.java Bump version to try and fix deploying; other nitpicks 2021-08-30 13:55:01 -04:00
JavaRespawnTranslator.java Bump version to try and fix deploying; other nitpicks 2021-08-30 13:55:01 -04:00
JavaStatisticsTranslator.java Bump version to try and fix deploying; other nitpicks 2021-08-30 13:55:01 -04:00
JavaUnlockRecipesTranslator.java Bump version to try and fix deploying; other nitpicks 2021-08-30 13:55:01 -04:00