3
0
Mirror von https://github.com/ViaVersion/ViaVersion.git synchronisiert 2024-09-08 13:52:50 +02:00
ViaVersion/api
KennyTV 7b1f9c199a
Produce less overhead in packet handler registering
Instead of creating a void type reader for every single PacketHandler registered, this just directly uses the consumer-like PacketHandler.

The distinction between ValueCreator and the normal PacketHandler was unnecessary given you could also just read something in a ValueCreator instance, effectively just being a consumer of a PacketWrapper instance.
2021-06-02 22:00:20 +02:00
..
src/main/java/com/viaversion/viaversion Produce less overhead in packet handler registering 2021-06-02 22:00:20 +02:00
build.gradle.kts Only add javadoc jar to common and api 2021-05-25 09:07:06 +02:00