Class NetworkSummaryEvent.Recorder
java.lang.Object
net.minecraft.util.profiling.jfr.event.NetworkSummaryEvent.Recorder
- Enclosing class:
- NetworkSummaryEvent
- Mappings:
- Namespace - Name - named - net/minecraft/util/profiling/jfr/event/NetworkSummaryEvent$Recorder- intermediary - net/minecraft/util/profiling/jfr/event/NetworkSummaryEvent$class_6779- official - net/minecraft/util/profiling/jfr/event/NetworkSummaryEvent$b
- 
Field SummaryFieldsModifier and TypeFieldDescriptionprivate final NetworkSummaryEventprivate final AtomicLongprivate final AtomicIntegerprivate final AtomicLongprivate final AtomicInteger
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionvoidaddReceivedPacket(int bytes) voidaddSentPacket(int bytes) voidcommit()
- 
Field Details- 
sentBytes- Mappings:
- Namespace - Name - Mixin selector - named - sentBytes- Lnet/minecraft/util/profiling/jfr/event/NetworkSummaryEvent$Recorder;sentBytes:Ljava/util/concurrent/atomic/AtomicLong;- intermediary - field_35647- Lnet/minecraft/util/profiling/jfr/event/NetworkSummaryEvent$class_6779;field_35647:Ljava/util/concurrent/atomic/AtomicLong;- official - a- Lnet/minecraft/util/profiling/jfr/event/NetworkSummaryEvent$b;a:Ljava/util/concurrent/atomic/AtomicLong;
 
- 
sentPackets- Mappings:
- Namespace - Name - Mixin selector - named - sentPackets- Lnet/minecraft/util/profiling/jfr/event/NetworkSummaryEvent$Recorder;sentPackets:Ljava/util/concurrent/atomic/AtomicInteger;- intermediary - field_35648- Lnet/minecraft/util/profiling/jfr/event/NetworkSummaryEvent$class_6779;field_35648:Ljava/util/concurrent/atomic/AtomicInteger;- official - b- Lnet/minecraft/util/profiling/jfr/event/NetworkSummaryEvent$b;b:Ljava/util/concurrent/atomic/AtomicInteger;
 
- 
receivedBytes- Mappings:
- Namespace - Name - Mixin selector - named - receivedBytes- Lnet/minecraft/util/profiling/jfr/event/NetworkSummaryEvent$Recorder;receivedBytes:Ljava/util/concurrent/atomic/AtomicLong;- intermediary - field_35649- Lnet/minecraft/util/profiling/jfr/event/NetworkSummaryEvent$class_6779;field_35649:Ljava/util/concurrent/atomic/AtomicLong;- official - c- Lnet/minecraft/util/profiling/jfr/event/NetworkSummaryEvent$b;c:Ljava/util/concurrent/atomic/AtomicLong;
 
- 
receivedPackets- Mappings:
- Namespace - Name - Mixin selector - named - receivedPackets- Lnet/minecraft/util/profiling/jfr/event/NetworkSummaryEvent$Recorder;receivedPackets:Ljava/util/concurrent/atomic/AtomicInteger;- intermediary - field_35650- Lnet/minecraft/util/profiling/jfr/event/NetworkSummaryEvent$class_6779;field_35650:Ljava/util/concurrent/atomic/AtomicInteger;- official - d- Lnet/minecraft/util/profiling/jfr/event/NetworkSummaryEvent$b;d:Ljava/util/concurrent/atomic/AtomicInteger;
 
- 
event- Mappings:
- Namespace - Name - Mixin selector - named - event- Lnet/minecraft/util/profiling/jfr/event/NetworkSummaryEvent$Recorder;event:Lnet/minecraft/util/profiling/jfr/event/NetworkSummaryEvent;- intermediary - field_35651- Lnet/minecraft/util/profiling/jfr/event/NetworkSummaryEvent$class_6779;field_35651:Lnet/minecraft/util/profiling/jfr/event/NetworkSummaryEvent;- official - e- Lnet/minecraft/util/profiling/jfr/event/NetworkSummaryEvent$b;e:Lnet/minecraft/util/profiling/jfr/event/NetworkSummaryEvent;
 
 
- 
- 
Constructor Details- 
Recorder- Mappings:
- Namespace - Name - Mixin selector - named - <init>- Lnet/minecraft/util/profiling/jfr/event/NetworkSummaryEvent$Recorder;<init>(Ljava/lang/String;)V- intermediary - <init>- Lnet/minecraft/util/profiling/jfr/event/NetworkSummaryEvent$class_6779;<init>(Ljava/lang/String;)V- official - <init>- Lnet/minecraft/util/profiling/jfr/event/NetworkSummaryEvent$b;<init>(Ljava/lang/String;)V
 
 
- 
- 
Method Details- 
addSentPacketpublic void addSentPacket(int bytes) - Mappings:
- Namespace - Name - Mixin selector - named - addSentPacket- Lnet/minecraft/util/profiling/jfr/event/NetworkSummaryEvent$Recorder;addSentPacket(I)V- intermediary - method_39495- Lnet/minecraft/util/profiling/jfr/event/NetworkSummaryEvent$class_6779;method_39495(I)V- official - a- Lnet/minecraft/util/profiling/jfr/event/NetworkSummaryEvent$b;a(I)V
 
- 
addReceivedPacketpublic void addReceivedPacket(int bytes) - Mappings:
- Namespace - Name - Mixin selector - named - addReceivedPacket- Lnet/minecraft/util/profiling/jfr/event/NetworkSummaryEvent$Recorder;addReceivedPacket(I)V- intermediary - method_39496- Lnet/minecraft/util/profiling/jfr/event/NetworkSummaryEvent$class_6779;method_39496(I)V- official - b- Lnet/minecraft/util/profiling/jfr/event/NetworkSummaryEvent$b;b(I)V
 
- 
commitpublic void commit()- Mappings:
- Namespace - Name - Mixin selector - named - commit- Lnet/minecraft/util/profiling/jfr/event/NetworkSummaryEvent$Recorder;commit()V- intermediary - method_39494- Lnet/minecraft/util/profiling/jfr/event/NetworkSummaryEvent$class_6779;method_39494()V- official - a- Lnet/minecraft/util/profiling/jfr/event/NetworkSummaryEvent$b;a()V
 
 
-