Package net.minecraft.util.profiler
Interface Recorder
- All Known Implementing Classes:
DebugRecorder
,DummyRecorder
public interface Recorder
- Mappings:
Namespace Name official bbz
intermediary net/minecraft/class_5962
named net/minecraft/util/profiler/Recorder
-
Method Summary
-
Method Details
-
stop
void stop()- Mappings:
Namespace Name Mixin selector official a
Lbbz;a()V
intermediary method_34770
Lnet/minecraft/class_5962;method_34770()V
named stop
Lnet/minecraft/util/profiler/Recorder;stop()V
-
forceStop
void forceStop()- Mappings:
Namespace Name Mixin selector official b
Lbbz;b()V
intermediary method_41320
Lnet/minecraft/class_5962;method_41320()V
named forceStop
Lnet/minecraft/util/profiler/Recorder;forceStop()V
-
startTick
void startTick()- Mappings:
Namespace Name Mixin selector official c
Lbbz;c()V
intermediary method_34771
Lnet/minecraft/class_5962;method_34771()V
named startTick
Lnet/minecraft/util/profiler/Recorder;startTick()V
-
isActive
boolean isActive()- Mappings:
Namespace Name Mixin selector official e
Lbbz;e()Z
intermediary method_34773
Lnet/minecraft/class_5962;method_34773()Z
named isActive
Lnet/minecraft/util/profiler/Recorder;isActive()Z
-
getProfiler
Profiler getProfiler()- Mappings:
Namespace Name Mixin selector official f
Lbbz;f()Lban;
intermediary method_34774
Lnet/minecraft/class_5962;method_34774()Lnet/minecraft/class_3695;
named getProfiler
Lnet/minecraft/util/profiler/Recorder;getProfiler()Lnet/minecraft/util/profiler/Profiler;
-
endTick
void endTick()- Mappings:
Namespace Name Mixin selector official d
Lbbz;d()V
intermediary method_34772
Lnet/minecraft/class_5962;method_34772()V
named endTick
Lnet/minecraft/util/profiler/Recorder;endTick()V
-