Package net.minecraft.util.profiler
Class TracyProfiler.Marker
java.lang.Object
net.minecraft.util.profiler.TracyProfiler.Marker
- Enclosing class:
TracyProfiler
- Mappings:
Namespace Name named net/minecraft/util/profiler/TracyProfiler$Marker
intermediary net/minecraft/class_10212$class_10213
official bpw$a
-
Field Summary
-
Constructor Summary
-
Method Summary
-
Field Details
-
plot
private final com.mojang.jtracy.Plot plot- Mappings:
Namespace Name Mixin selector named plot
Lnet/minecraft/util/profiler/TracyProfiler$Marker;plot:Lcom/mojang/jtracy/Plot;
intermediary field_54223
Lnet/minecraft/class_10212$class_10213;field_54223:Lcom/mojang/jtracy/Plot;
official a
Lbpw$a;a:Lcom/mojang/jtracy/Plot;
-
count
private int count- Mappings:
Namespace Name Mixin selector named count
Lnet/minecraft/util/profiler/TracyProfiler$Marker;count:I
intermediary field_54224
Lnet/minecraft/class_10212$class_10213;field_54224:I
official b
Lbpw$a;b:I
-
-
Constructor Details
-
Marker
Marker(String name) - Mappings:
Namespace Name Mixin selector named <init>
Lnet/minecraft/util/profiler/TracyProfiler$Marker;<init>(Ljava/lang/String;)V
intermediary <init>
Lnet/minecraft/class_10212$class_10213;<init>(Ljava/lang/String;)V
official <init>
Lbpw$a;<init>(Ljava/lang/String;)V
-
-
Method Details
-
setCount
void setCount(int count) - Mappings:
Namespace Name Mixin selector named setCount
Lnet/minecraft/util/profiler/TracyProfiler$Marker;setCount(I)V
intermediary method_64160
Lnet/minecraft/class_10212$class_10213;method_64160(I)V
official a
Lbpw$a;a(I)V
-
increment
void increment(int count) - Mappings:
Namespace Name Mixin selector named increment
Lnet/minecraft/util/profiler/TracyProfiler$Marker;increment(I)V
intermediary method_64161
Lnet/minecraft/class_10212$class_10213;method_64161(I)V
official b
Lbpw$a;b(I)V
-