Package net.minecraft.util.profiler.log
Interface MultiValueDebugSampleLog
- All Known Implementing Classes:
 MultiValueDebugSampleLogImpl
public interface MultiValueDebugSampleLog
- Mappings:
 Namespace Name named net/minecraft/util/profiler/log/MultiValueDebugSampleLogintermediary net/minecraft/class_9194official blv
- 
Method Details
- 
getDimension
int getDimension()- Mappings:
 Namespace Name Mixin selector named getDimensionLnet/minecraft/util/profiler/log/MultiValueDebugSampleLog;getDimension()Iintermediary method_56662Lnet/minecraft/class_9194;method_56662()Iofficial cLblv;c()I
 - 
getLength
int getLength()- Mappings:
 Namespace Name Mixin selector named getLengthLnet/minecraft/util/profiler/log/MultiValueDebugSampleLog;getLength()Iintermediary method_56663Lnet/minecraft/class_9194;method_56663()Iofficial dLblv;d()I
 - 
get
long get(int index) - Mappings:
 Namespace Name Mixin selector named getLnet/minecraft/util/profiler/log/MultiValueDebugSampleLog;get(I)Jintermediary method_56659Lnet/minecraft/class_9194;method_56659(I)Jofficial aLblv;a(I)J
 - 
get
long get(int index, int dimension) - Mappings:
 Namespace Name Mixin selector named getLnet/minecraft/util/profiler/log/MultiValueDebugSampleLog;get(II)Jintermediary method_56660Lnet/minecraft/class_9194;method_56660(II)Jofficial aLblv;a(II)J
 - 
clear
void clear()- Mappings:
 Namespace Name Mixin selector named clearLnet/minecraft/util/profiler/log/MultiValueDebugSampleLog;clear()Vintermediary method_56664Lnet/minecraft/class_9194;method_56664()Vofficial eLblv;e()V
 
 -