Package net.minecraft.util.profiler
Interface PerformanceLog
- All Known Implementing Classes:
class_9187,class_9191,class_9193
public interface PerformanceLog
- Mappings:
Namespace Name official bilintermediary net/minecraft/class_8743named net/minecraft/util/profiler/PerformanceLog
-
Method Summary
Modifier and TypeMethodDescriptionvoidmethod_56650(long[] long2) voidpush(long value) voidpush(long value, int column)
-
Method Details
-
method_56650
void method_56650(long[] long2) - Mappings:
Namespace Name Mixin selector official aLbil;a([J)Vintermediary method_56650Lnet/minecraft/class_8743;method_56650([J)Vnamed method_56650Lnet/minecraft/util/profiler/PerformanceLog;method_56650([J)V
-
push
void push(long value) - Mappings:
Namespace Name Mixin selector official aLbil;a(J)Vintermediary method_53066Lnet/minecraft/class_8743;method_53066(J)Vnamed pushLnet/minecraft/util/profiler/PerformanceLog;push(J)V
-
push
void push(long value, int column) - Mappings:
Namespace Name Mixin selector official aLbil;a(JI)Vintermediary method_56535Lnet/minecraft/class_8743;method_56535(JI)Vnamed pushLnet/minecraft/util/profiler/PerformanceLog;push(JI)V
-