Uses of Class
com.comphenix.protocol.async.AsyncMarker
Packages that use AsyncMarker
-
Uses of AsyncMarker in com.comphenix.protocol.async
Methods in com.comphenix.protocol.async that return AsyncMarkerModifier and TypeMethodDescriptionAsyncFilterManager.createAsyncMarker()Construct a asynchronous marker with all the default values.AsyncFilterManager.createAsyncMarker(long timeoutDelta)Construct an async marker with the given sending priority delta and timeout delta.Methods in com.comphenix.protocol.async with parameters of type AsyncMarkerModifier and TypeMethodDescriptionintAsyncMarker.compareTo(AsyncMarker o)voidAsyncFilterManager.enqueueSyncPacket(PacketEvent syncPacket, AsyncMarker asyncMarker)Enqueue a packet for asynchronous processing. -
Uses of AsyncMarker in com.comphenix.protocol.events
Methods in com.comphenix.protocol.events that return AsyncMarkerMethods in com.comphenix.protocol.events with parameters of type AsyncMarkerModifier and TypeMethodDescriptionstatic PacketEventPacketEvent.fromSynchronous(PacketEvent event, AsyncMarker marker)Create an asynchronous packet event from a synchronous event and a async marker.voidPacketEvent.setAsyncMarker(AsyncMarker asyncMarker)Set the asynchronous marker.