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
- 
sentBytespublic long sentBytes
- 
sentPacketspublic int sentPackets
- 
receivedBytespublic long receivedBytes
- 
receivedPacketspublic 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
 
 
-