Class NetworkSummaryEvent
java.lang.Object
jdk.internal.event.Event
jdk.jfr.Event
net.minecraft.util.profiling.jfr.event.NetworkSummaryEvent
- Mappings:
Namespace Name official net/minecraft/util/profiling/jfr/event/NetworkSummaryEvent
intermediary net/minecraft/util/profiling/jfr/event/NetworkSummaryEvent
named 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
- Mappings:
Namespace Name Mixin selector official <init>
Lnet/minecraft/util/profiling/jfr/event/NetworkSummaryEvent;<init>(Ljava/lang/String;)V
intermediary <init>
Lnet/minecraft/util/profiling/jfr/event/NetworkSummaryEvent;<init>(Ljava/lang/String;)V
named <init>
Lnet/minecraft/util/profiling/jfr/event/NetworkSummaryEvent;<init>(Ljava/lang/String;)V
-