Package net.minecraft.util.profiler
Class Profiler.class_10211
java.lang.Object
net.minecraft.util.profiler.Profiler.class_10211
- All Implemented Interfaces:
Profiler
- Enclosing interface:
Profiler
- Mappings:
Namespace Name named net/minecraft/util/profiler/Profiler$class_10211intermediary net/minecraft/class_3695$class_10211official bon$a
-
Nested Class Summary
Nested classes/interfaces inherited from interface net.minecraft.util.profiler.Profiler
Profiler.class_10211 -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidendTick()voidmarkSampleType(SampleType type) voidmethod_64152(int int2) voidmethod_64153(long long2) voidmethod_64155(String string) voidpop()voidvoidvoidvoidvoidvoidIncrement the visit count for a marker.voidIncrement the visit count for a marker.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.minecraft.util.profiler.Profiler
method_64144, method_64145, visit, visit
-
Field Details
-
field_21965
- Mappings:
Namespace Name Mixin selector named field_21965Lnet/minecraft/util/profiler/Profiler$class_10211;field_21965:Lnet/minecraft/util/profiler/Profiler;intermediary field_21965Lnet/minecraft/class_3695$class_10211;field_21965:Lnet/minecraft/class_3695;official aLbon$a;a:Lbon;
-
field_21966
- Mappings:
Namespace Name Mixin selector named field_21966Lnet/minecraft/util/profiler/Profiler$class_10211;field_21966:Lnet/minecraft/util/profiler/Profiler;intermediary field_21966Lnet/minecraft/class_3695$class_10211;field_21966:Lnet/minecraft/class_3695;official cLbon$a;c:Lbon;
-
-
Constructor Details
-
class_10211
-
-
Method Details
-
startTick
public void startTick() -
endTick
public void endTick() -
push
-
push
- Specified by:
pushin interfaceProfiler- Mappings:
Namespace Name Mixin selector named pushLnet/minecraft/util/profiler/Profiler;push(Ljava/util/function/Supplier;)Vintermediary method_15400Lnet/minecraft/class_3695;method_15400(Ljava/util/function/Supplier;)Vofficial aLbon;a(Ljava/util/function/Supplier;)V
-
markSampleType
- Specified by:
markSampleTypein interfaceProfiler- Mappings:
Namespace Name Mixin selector named markSampleTypeLnet/minecraft/util/profiler/Profiler;markSampleType(Lnet/minecraft/util/profiler/SampleType;)Vintermediary method_37167Lnet/minecraft/class_3695;method_37167(Lnet/minecraft/class_5949;)Vofficial aLbon;a(Lbpv;)V
-
pop
public void pop() -
swap
-
swap
- Specified by:
swapin interfaceProfiler- Mappings:
Namespace Name Mixin selector named swapLnet/minecraft/util/profiler/Profiler;swap(Ljava/util/function/Supplier;)Vintermediary method_15403Lnet/minecraft/class_3695;method_15403(Ljava/util/function/Supplier;)Vofficial bLbon;b(Ljava/util/function/Supplier;)V
-
visit
Increment the visit count for a marker.This is useful to keep track of number of calls made to performance- wise expensive methods.
- Specified by:
visitin interfaceProfiler- Parameters:
marker- a unique marker- Mappings:
Namespace Name Mixin selector named visitLnet/minecraft/util/profiler/Profiler;visit(Ljava/lang/String;I)Vintermediary method_24270Lnet/minecraft/class_3695;method_24270(Ljava/lang/String;I)Vofficial aLbon;a(Ljava/lang/String;I)V
-
visit
Increment the visit count for a marker.This is useful to keep track of number of calls made to performance- wise expensive methods.
This method is preferred if getting the marker is costly; the supplier won't be called if the profiler is disabled.
- Specified by:
visitin interfaceProfiler- Parameters:
markerGetter- the getter for a unique marker- Mappings:
Namespace Name Mixin selector named visitLnet/minecraft/util/profiler/Profiler;visit(Ljava/util/function/Supplier;I)Vintermediary method_24271Lnet/minecraft/class_3695;method_24271(Ljava/util/function/Supplier;I)Vofficial aLbon;a(Ljava/util/function/Supplier;I)V
-
method_64155
- Specified by:
method_64155in interfaceProfiler- Mappings:
Namespace Name Mixin selector named method_64155Lnet/minecraft/util/profiler/Profiler;method_64155(Ljava/lang/String;)Vintermediary method_64155Lnet/minecraft/class_3695;method_64155(Ljava/lang/String;)Vofficial eLbon;e(Ljava/lang/String;)V
-
method_64153
public void method_64153(long long2) - Specified by:
method_64153in interfaceProfiler- Mappings:
Namespace Name Mixin selector named method_64153Lnet/minecraft/util/profiler/Profiler;method_64153(J)Vintermediary method_64153Lnet/minecraft/class_3695;method_64153(J)Vofficial aLbon;a(J)V
-
method_64152
public void method_64152(int int2) - Specified by:
method_64152in interfaceProfiler- Mappings:
Namespace Name Mixin selector named method_64152Lnet/minecraft/util/profiler/Profiler;method_64152(I)Vintermediary method_64152Lnet/minecraft/class_3695;method_64152(I)Vofficial aLbon;a(I)V
-