mirror of
https://github.com/dmulloy2/ProtocolLib.git
synced 2024-12-11 03:53:32 +01:00
7ed0bc82dd
Threads can now increment a shared counter indicating that a packet should not be transmitted after the default packet listener processing. This can be useful if a packet listener needs information from additional packets before it can complete. Packet listeners that whish to use this method begin by calling incrementPacketDelay(). It is then responsible for calling signalPacketTransmission() when it's done waiting. All processing on PacketEvents outside packet listeners must be synchronized with getProcessingLock(). |
||
---|---|---|
.. | ||
.settings | ||
lib | ||
src | ||
test/com/comphenix/protocol | ||
.classpath | ||
.project | ||
Java.xml |