ViaVersion/common/src/main/java/com/viaversion/viaversion/protocols/protocol1_16_2to1_16_1
KennyTV 37fd69fa86
Make packet send methods use the current thread by default
Defaulting to submitting to the netty event loop caused issues more often than not - this also removes the `currentThread` flag and instead provides new scheduleSend methods so it is always obvious whether the packet is sent immediately.
2021-06-01 10:13:49 +02:00
..
data More interfaces, keep ProtocolRegistry.SERVER_PROTOCOL legacy api 2021-04-27 13:25:18 +02:00
metadata Refactor entity tracking and meta handling 2021-05-25 15:37:07 +02:00
packets Make packet send methods use the current thread by default 2021-06-01 10:13:49 +02:00
types Reformat imports 2021-04-27 13:42:36 +02:00
ClientboundPackets1_16_2.java Rename PacketType methods 2021-05-02 11:14:38 +02:00
Protocol1_16_2To1_16_1.java Refactor entity tracking and meta handling 2021-05-25 15:37:07 +02:00
ServerboundPackets1_16_2.java Rename PacketType methods 2021-05-02 11:14:38 +02:00