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$Markerintermediary net/minecraft/class_10212$class_10213official brq$a
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
plot
private final com.mojang.jtracy.Plot plot- Mappings:
Namespace Name Mixin selector named plotLnet/minecraft/util/profiler/TracyProfiler$Marker;plot:Lcom/mojang/jtracy/Plot;intermediary field_54223Lnet/minecraft/class_10212$class_10213;field_54223:Lcom/mojang/jtracy/Plot;official aLbrq$a;a:Lcom/mojang/jtracy/Plot;
-
count
private int count- Mappings:
Namespace Name Mixin selector named countLnet/minecraft/util/profiler/TracyProfiler$Marker;count:Iintermediary field_54224Lnet/minecraft/class_10212$class_10213;field_54224:Iofficial bLbrq$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;)Vintermediary <init>Lnet/minecraft/class_10212$class_10213;<init>(Ljava/lang/String;)Vofficial <init>Lbrq$a;<init>(Ljava/lang/String;)V
-
-
Method Details
-
setCount
void setCount(int count) - Mappings:
Namespace Name Mixin selector named setCountLnet/minecraft/util/profiler/TracyProfiler$Marker;setCount(I)Vintermediary method_64160Lnet/minecraft/class_10212$class_10213;method_64160(I)Vofficial aLbrq$a;a(I)V
-
increment
void increment(int count) - Mappings:
Namespace Name Mixin selector named incrementLnet/minecraft/util/profiler/TracyProfiler$Marker;increment(I)Vintermediary method_64161Lnet/minecraft/class_10212$class_10213;method_64161(I)Vofficial bLbrq$a;b(I)V
-