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