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$Recorderintermediary net/minecraft/util/profiling/jfr/event/NetworkSummaryEvent$class_6779official net/minecraft/util/profiling/jfr/event/NetworkSummaryEvent$b
- 
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final NetworkSummaryEventprivate final AtomicLongprivate final AtomicIntegerprivate final AtomicLongprivate final AtomicInteger - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionvoidaddReceivedPacket(int bytes) voidaddSentPacket(int bytes) voidcommit() 
- 
Field Details
- 
sentBytes
- Mappings:
 Namespace Name Mixin selector named sentBytesLnet/minecraft/util/profiling/jfr/event/NetworkSummaryEvent$Recorder;sentBytes:Ljava/util/concurrent/atomic/AtomicLong;intermediary field_35647Lnet/minecraft/util/profiling/jfr/event/NetworkSummaryEvent$class_6779;field_35647:Ljava/util/concurrent/atomic/AtomicLong;official aLnet/minecraft/util/profiling/jfr/event/NetworkSummaryEvent$b;a:Ljava/util/concurrent/atomic/AtomicLong;
 - 
sentPackets
- Mappings:
 Namespace Name Mixin selector named sentPacketsLnet/minecraft/util/profiling/jfr/event/NetworkSummaryEvent$Recorder;sentPackets:Ljava/util/concurrent/atomic/AtomicInteger;intermediary field_35648Lnet/minecraft/util/profiling/jfr/event/NetworkSummaryEvent$class_6779;field_35648:Ljava/util/concurrent/atomic/AtomicInteger;official bLnet/minecraft/util/profiling/jfr/event/NetworkSummaryEvent$b;b:Ljava/util/concurrent/atomic/AtomicInteger;
 - 
receivedBytes
- Mappings:
 Namespace Name Mixin selector named receivedBytesLnet/minecraft/util/profiling/jfr/event/NetworkSummaryEvent$Recorder;receivedBytes:Ljava/util/concurrent/atomic/AtomicLong;intermediary field_35649Lnet/minecraft/util/profiling/jfr/event/NetworkSummaryEvent$class_6779;field_35649:Ljava/util/concurrent/atomic/AtomicLong;official cLnet/minecraft/util/profiling/jfr/event/NetworkSummaryEvent$b;c:Ljava/util/concurrent/atomic/AtomicLong;
 - 
receivedPackets
- Mappings:
 Namespace Name Mixin selector named receivedPacketsLnet/minecraft/util/profiling/jfr/event/NetworkSummaryEvent$Recorder;receivedPackets:Ljava/util/concurrent/atomic/AtomicInteger;intermediary field_35650Lnet/minecraft/util/profiling/jfr/event/NetworkSummaryEvent$class_6779;field_35650:Ljava/util/concurrent/atomic/AtomicInteger;official dLnet/minecraft/util/profiling/jfr/event/NetworkSummaryEvent$b;d:Ljava/util/concurrent/atomic/AtomicInteger;
 - 
event
- Mappings:
 Namespace Name Mixin selector named eventLnet/minecraft/util/profiling/jfr/event/NetworkSummaryEvent$Recorder;event:Lnet/minecraft/util/profiling/jfr/event/NetworkSummaryEvent;intermediary field_35651Lnet/minecraft/util/profiling/jfr/event/NetworkSummaryEvent$class_6779;field_35651:Lnet/minecraft/util/profiling/jfr/event/NetworkSummaryEvent;official eLnet/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;)Vintermediary <init>Lnet/minecraft/util/profiling/jfr/event/NetworkSummaryEvent$class_6779;<init>(Ljava/lang/String;)Vofficial <init>Lnet/minecraft/util/profiling/jfr/event/NetworkSummaryEvent$b;<init>(Ljava/lang/String;)V
 
 - 
 - 
Method Details
- 
addSentPacket
public void addSentPacket(int bytes) - Mappings:
 Namespace Name Mixin selector named addSentPacketLnet/minecraft/util/profiling/jfr/event/NetworkSummaryEvent$Recorder;addSentPacket(I)Vintermediary method_39495Lnet/minecraft/util/profiling/jfr/event/NetworkSummaryEvent$class_6779;method_39495(I)Vofficial aLnet/minecraft/util/profiling/jfr/event/NetworkSummaryEvent$b;a(I)V
 - 
addReceivedPacket
public void addReceivedPacket(int bytes) - Mappings:
 Namespace Name Mixin selector named addReceivedPacketLnet/minecraft/util/profiling/jfr/event/NetworkSummaryEvent$Recorder;addReceivedPacket(I)Vintermediary method_39496Lnet/minecraft/util/profiling/jfr/event/NetworkSummaryEvent$class_6779;method_39496(I)Vofficial bLnet/minecraft/util/profiling/jfr/event/NetworkSummaryEvent$b;b(I)V
 - 
commit
public void commit()- Mappings:
 Namespace Name Mixin selector named commitLnet/minecraft/util/profiling/jfr/event/NetworkSummaryEvent$Recorder;commit()Vintermediary method_39494Lnet/minecraft/util/profiling/jfr/event/NetworkSummaryEvent$class_6779;method_39494()Vofficial aLnet/minecraft/util/profiling/jfr/event/NetworkSummaryEvent$b;a()V
 
 -