Class PacketSentEvent
java.lang.Object
jdk.jfr.Event
net.minecraft.util.profiling.jfr.event.PacketEvent
net.minecraft.util.profiling.jfr.event.PacketSentEvent
-
Nested Class Summary
Nested classes/interfaces inherited from class PacketEvent
PacketEvent.Fields -
Field Summary
FieldsFields inherited from class PacketEvent
bytes, packetDirection, packetId, protocolId, remoteAddress -
Constructor Summary
ConstructorsConstructorDescriptionPacketSentEvent(String protocolId, String packetDirection, String packetId, SocketAddress remoteAddress, int writtenBytes) -
Method Summary
-
Field Details
-
NAME
- See Also:
-
TYPE
-
-
Constructor Details
-
PacketSentEvent
public PacketSentEvent(String protocolId, String packetDirection, String packetId, SocketAddress remoteAddress, int writtenBytes)
-