Package net.minecraft.util.profiler
Class PerformanceLog
java.lang.Object
net.minecraft.util.profiler.PerformanceLog
- Mappings:
Namespace Name official auyintermediary net/minecraft/class_8743named net/minecraft/util/profiler/PerformanceLog
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate intprivate final long[]private intstatic final int -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
SIZE
public static final int SIZE- See Also:
- Mappings:
Namespace Name Mixin selector official aLauy;a:Iintermediary field_45719Lnet/minecraft/class_8743;field_45719:Inamed SIZELnet/minecraft/util/profiler/PerformanceLog;SIZE:I
-
data
private final long[] data- Mappings:
Namespace Name Mixin selector official bLauy;b:[Jintermediary field_45720Lnet/minecraft/class_8743;field_45720:[Jnamed dataLnet/minecraft/util/profiler/PerformanceLog;data:[J
-
currentIndex
private int currentIndex- Mappings:
Namespace Name Mixin selector official cLauy;c:Iintermediary field_45721Lnet/minecraft/class_8743;field_45721:Inamed currentIndexLnet/minecraft/util/profiler/PerformanceLog;currentIndex:I
-
maxIndex
private int maxIndex- Mappings:
Namespace Name Mixin selector official dLauy;d:Iintermediary field_45722Lnet/minecraft/class_8743;field_45722:Inamed maxIndexLnet/minecraft/util/profiler/PerformanceLog;maxIndex:I
-
-
Constructor Details
-
PerformanceLog
public PerformanceLog()
-
-
Method Details
-
push
public void push(long value) - Mappings:
Namespace Name Mixin selector official aLauy;a(J)Vintermediary method_53066Lnet/minecraft/class_8743;method_53066(J)Vnamed pushLnet/minecraft/util/profiler/PerformanceLog;push(J)V
-
size
public int size()- Mappings:
Namespace Name Mixin selector official aLauy;a()Iintermediary method_53064Lnet/minecraft/class_8743;method_53064()Inamed sizeLnet/minecraft/util/profiler/PerformanceLog;size()I
-
getMaxIndex
public int getMaxIndex()- Mappings:
Namespace Name Mixin selector official bLauy;b()Iintermediary method_53067Lnet/minecraft/class_8743;method_53067()Inamed getMaxIndexLnet/minecraft/util/profiler/PerformanceLog;getMaxIndex()I
-
get
public long get(int index) - Mappings:
Namespace Name Mixin selector official aLauy;a(I)Jintermediary method_53065Lnet/minecraft/class_8743;method_53065(I)Jnamed getLnet/minecraft/util/profiler/PerformanceLog;get(I)J
-
wrap
private int wrap(int index) - Mappings:
Namespace Name Mixin selector official bLauy;b(I)Iintermediary method_53068Lnet/minecraft/class_8743;method_53068(I)Inamed wrapLnet/minecraft/util/profiler/PerformanceLog;wrap(I)I
-
reset
public void reset()- Mappings:
Namespace Name Mixin selector official cLauy;c()Vintermediary method_53069Lnet/minecraft/class_8743;method_53069()Vnamed resetLnet/minecraft/util/profiler/PerformanceLog;reset()V
-