Uses of Interface
com.comphenix.protocol.events.PacketOutputHandler
Packages that use PacketOutputHandler
-
Uses of PacketOutputHandler in com.comphenix.protocol.events
Classes in com.comphenix.protocol.events that implement PacketOutputHandlerModifier and TypeClassDescriptionclassRepresents an adapter version of the output handler interface.Methods in com.comphenix.protocol.events that return types with arguments of type PacketOutputHandlerModifier and TypeMethodDescriptionNetworkMarker.getOutputHandlers()Retrieve every registered output handler in no particular order.Methods in com.comphenix.protocol.events with parameters of type PacketOutputHandlerModifier and TypeMethodDescriptionbooleanNetworkMarker.addOutputHandler(PacketOutputHandler handler)Enqueue the given output handler for managing how the current packet will be written to the network stream.booleanNetworkMarker.removeOutputHandler(PacketOutputHandler handler)Remove a given output handler from the serialization queue.