Class NetworkSummaryEvent
java.lang.Object
jdk.internal.event.Event
jdk.jfr.Event
net.minecraft.util.profiling.jfr.event.NetworkSummaryEvent
-
Field Details
-
EVENT_NAME
- See Also:
-
TYPE
-
remoteAddress
-
sentBytes
public long sentBytes -
sentPackets
public int sentPackets -
receivedBytes
public long receivedBytes -
receivedPackets
public int receivedPackets
-
-
Constructor Details
-
NetworkSummaryEvent
-