Uses of Interface
com.comphenix.protocol.PacketStream
Packages that use PacketStream
Package
Description
Contains classes for retrieving the main ProtocolMananger object.
-
Uses of PacketStream in com.comphenix.protocol
Subinterfaces of PacketStream in com.comphenix.protocolModifier and TypeInterfaceDescriptioninterfaceRepresents an API for accessing the Minecraft protocol.Methods in com.comphenix.protocol that return PacketStreamModifier and TypeMethodDescriptionAsynchronousManager.getPacketStream()Retrieve the default packet stream. -
Uses of PacketStream in com.comphenix.protocol.async
Methods in com.comphenix.protocol.async that return PacketStreamModifier and TypeMethodDescriptionAsyncFilterManager.getPacketStream()AsyncMarker.getPacketStream()Retrieve the packet stream responsible for transmitting this packet.Methods in com.comphenix.protocol.async with parameters of type PacketStreamModifier and TypeMethodDescriptionvoidAsyncMarker.setPacketStream(PacketStream packetStream)Sets the output packet stream responsible for transmitting this packet. -
Uses of PacketStream in com.comphenix.protocol.events
Methods in com.comphenix.protocol.events with parameters of type PacketStreamModifier and TypeMethodDescriptionvoidScheduledPacket.schedule(PacketStream stream)Schedule the packet transmission or reception. -
Uses of PacketStream in com.comphenix.protocol.injector
Subinterfaces of PacketStream in com.comphenix.protocol.injectorModifier and TypeInterfaceDescriptioninterfaceYields access to the internal hook configuration.Classes in com.comphenix.protocol.injector that implement PacketStream