Package net.minecraft.util.profiler
Class PerformanceLog
java.lang.Object
net.minecraft.util.profiler.PerformanceLog
- Mappings:
Namespace Name official auy
intermediary net/minecraft/class_8743
named net/minecraft/util/profiler/PerformanceLog
-
Field Summary
Modifier and TypeFieldDescriptionprivate int
private final long[]
private int
static final int
-
Constructor Summary
-
Method Summary
-
Field Details
-
SIZE
public static final int SIZE- See Also:
- Mappings:
Namespace Name Mixin selector official a
Lauy;a:I
intermediary field_45719
Lnet/minecraft/class_8743;field_45719:I
named SIZE
Lnet/minecraft/util/profiler/PerformanceLog;SIZE:I
-
data
private final long[] data- Mappings:
Namespace Name Mixin selector official b
Lauy;b:[J
intermediary field_45720
Lnet/minecraft/class_8743;field_45720:[J
named data
Lnet/minecraft/util/profiler/PerformanceLog;data:[J
-
currentIndex
private int currentIndex- Mappings:
Namespace Name Mixin selector official c
Lauy;c:I
intermediary field_45721
Lnet/minecraft/class_8743;field_45721:I
named currentIndex
Lnet/minecraft/util/profiler/PerformanceLog;currentIndex:I
-
maxIndex
private int maxIndex- Mappings:
Namespace Name Mixin selector official d
Lauy;d:I
intermediary field_45722
Lnet/minecraft/class_8743;field_45722:I
named maxIndex
Lnet/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 a
Lauy;a(J)V
intermediary method_53066
Lnet/minecraft/class_8743;method_53066(J)V
named push
Lnet/minecraft/util/profiler/PerformanceLog;push(J)V
-
size
public int size()- Mappings:
Namespace Name Mixin selector official a
Lauy;a()I
intermediary method_53064
Lnet/minecraft/class_8743;method_53064()I
named size
Lnet/minecraft/util/profiler/PerformanceLog;size()I
-
getMaxIndex
public int getMaxIndex()- Mappings:
Namespace Name Mixin selector official b
Lauy;b()I
intermediary method_53067
Lnet/minecraft/class_8743;method_53067()I
named getMaxIndex
Lnet/minecraft/util/profiler/PerformanceLog;getMaxIndex()I
-
get
public long get(int index) - Mappings:
Namespace Name Mixin selector official a
Lauy;a(I)J
intermediary method_53065
Lnet/minecraft/class_8743;method_53065(I)J
named get
Lnet/minecraft/util/profiler/PerformanceLog;get(I)J
-
wrap
private int wrap(int index) - Mappings:
Namespace Name Mixin selector official b
Lauy;b(I)I
intermediary method_53068
Lnet/minecraft/class_8743;method_53068(I)I
named wrap
Lnet/minecraft/util/profiler/PerformanceLog;wrap(I)I
-
reset
public void reset()- Mappings:
Namespace Name Mixin selector official c
Lauy;c()V
intermediary method_53069
Lnet/minecraft/class_8743;method_53069()V
named reset
Lnet/minecraft/util/profiler/PerformanceLog;reset()V
-