Geyser/connector/src
Camotoy e1085270b8
Don't use Locale class in MessageTranslator
The Minecraft Java client doesn't appear to use any specific locale function in its translating. Just passing a string saves computational time in parsing a locale that will be the same result every time.
Should this be invalid behavior, we should instead cache the Locale class for a player so it doesn't have to be repeatedly calculated.
2021-10-05 18:55:32 -04:00
..
main Don't use Locale class in MessageTranslator 2021-10-05 18:55:32 -04:00
test/java/org/geysermc/connector Introduce specialized maps for block state operations 2021-09-09 21:33:48 -04:00