Class PacketEvent
java.lang.Object
jdk.internal.event.Event
jdk.jfr.Event
net.minecraft.util.profiling.jfr.event.PacketEvent
- Direct Known Subclasses:
PacketReceivedEvent
,PacketSentEvent
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionPacketEvent
(String pProtocolId, String pPacketDirection, String pPacketId, SocketAddress pAddress, int pBytes) -
Method Summary
-
Field Details
-
protocolId
-
packetDirection
-
packetId
-
remoteAddress
-
bytes
public final int bytes
-
-
Constructor Details
-
PacketEvent
public PacketEvent(String pProtocolId, String pPacketDirection, String pPacketId, SocketAddress pAddress, int pBytes)
-