ProtocolLib/ProtocolLib
Kristian S. Stangeland 7ed0bc82dd Make it possible for threads to delay packet transmission.
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().
2012-10-10 04:41:07 +02:00
..
.settings Initial commit. 2012-09-12 19:04:53 +02:00
lib Initial commit. 2012-09-12 19:04:53 +02:00
src Make it possible for threads to delay packet transmission. 2012-10-10 04:41:07 +02:00
test/com/comphenix/protocol Refactored the SortedCopyOnWriteArray out into a separate package. 2012-09-15 13:07:44 +02:00
.classpath Adding "support" for Spout by proxying it's NetServerHandler. 2012-10-05 01:41:17 +02:00
.project Initial commit. 2012-09-12 19:04:53 +02:00
Java.xml Initial commit. 2012-09-12 19:04:53 +02:00