Geyser/connector/src/main/java/org/geysermc/connector/network
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
..
session Introduce specialized maps for block state operations 2021-09-09 21:33:48 -04:00
translators Introduce specialized maps for block state operations 2021-09-09 21:33:48 -04:00
BedrockProtocol.java Update version strings to add 1.17.11 2021-08-13 13:37:06 -04:00
CIDRMatcher.java HAProxy PROXY protocol support for upstream connections (#1713) 2021-02-17 18:25:41 -05:00
ConnectorServerEventHandler.java Add world border translation (#1839) 2021-09-09 21:27:38 -04:00
LoggingPacketHandler.java Clean up a bunch 2021-06-20 21:42:22 -04:00
QueryPacketHandler.java Use instance of ThreadLocalRandom for particle offsets 2021-08-26 21:43:53 -04:00
UpstreamPacketHandler.java Bump version to try and fix deploying; other nitpicks 2021-08-30 13:55:01 -04:00