ViaVersion/common/src/main/java/com/viaversion/viaversion/protocols/protocol1_13to1_12_2
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
..
blockconnections Make packet send methods use the current thread by default 2021-06-01 10:13:49 +02:00
data Reformat imports 2021-04-27 13:42:36 +02:00
metadata Make Metadata fully type safe, remove "Discontinued" meta types 2021-05-26 16:36:47 +02:00
packets Make packet send methods use the current thread by default 2021-06-01 10:13:49 +02:00
providers Make packet send methods use the current thread by default 2021-06-01 10:13:49 +02:00
storage Make packet send methods use the current thread by default 2021-06-01 10:13:49 +02:00
types Make ChunkSection an interface, don't allocate light arrays if not needed 2021-05-20 18:32:28 +02:00
ChatRewriter.java Fix legacy hover deserialization, add snapshot suffix to version 2021-05-14 10:59:43 +02:00
ClientboundPackets1_13.java Rename PacketType methods 2021-05-02 11:14:38 +02:00
Protocol1_13To1_12_2.java Make packet send methods use the current thread by default 2021-06-01 10:13:49 +02:00
ServerboundPackets1_13.java Correct packet id comment (#2501) 2021-05-27 15:42:51 +02:00
TabCompleteThread.java Don't require UserConnection holding class in stored objects 2021-05-26 21:35:28 +02:00