Package net.minecraft.client.util
Class ClientSamplerSource
java.lang.Object
net.minecraft.client.util.ClientSamplerSource
- All Implemented Interfaces:
- SamplerSource
- Mappings:
- Namespace - Name - official - fjd- intermediary - net/minecraft/class_6412- named - net/minecraft/client/util/ClientSamplerSource
- 
Field SummaryFields
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionprivate voidgetSamplers(Supplier<ReadableProfiler> profilerSupplier) 
- 
Field Details- 
renderer- Mappings:
- Namespace - Name - Mixin selector - official - a- Lfjd;a:Lfjv;- intermediary - field_33959- Lnet/minecraft/class_6412;field_33959:Lnet/minecraft/class_761;- named - renderer- Lnet/minecraft/client/util/ClientSamplerSource;renderer:Lnet/minecraft/client/render/WorldRenderer;
 
- 
samplers- Mappings:
- Namespace - Name - Mixin selector - official - b- Lfjd;b:Ljava/util/Set;- intermediary - field_33960- Lnet/minecraft/class_6412;field_33960:Ljava/util/Set;- named - samplers- Lnet/minecraft/client/util/ClientSamplerSource;samplers:Ljava/util/Set;
 
- 
factory- Mappings:
- Namespace - Name - Mixin selector - official - c- Lfjd;c:Lbca;- intermediary - field_33961- Lnet/minecraft/class_6412;field_33961:Lnet/minecraft/class_6401;- named - factory- Lnet/minecraft/client/util/ClientSamplerSource;factory:Lnet/minecraft/util/profiler/SamplerFactory;
 
 
- 
- 
Constructor Details- 
ClientSamplerSource- Mappings:
- Namespace - Name - Mixin selector - official - <init>- Lfjd;<init>(Ljava/util/function/LongSupplier;Lfjv;)V- intermediary - <init>- Lnet/minecraft/class_6412;<init>(Ljava/util/function/LongSupplier;Lnet/minecraft/class_761;)V- named - <init>- Lnet/minecraft/client/util/ClientSamplerSource;<init>(Ljava/util/function/LongSupplier;Lnet/minecraft/client/render/WorldRenderer;)V
 
 
- 
- 
Method Details- 
addInfoSamplersprivate void addInfoSamplers()- Mappings:
- Namespace - Name - Mixin selector - official - a- Lfjd;a()V- intermediary - method_37309- Lnet/minecraft/class_6412;method_37309()V- named - addInfoSamplers- Lnet/minecraft/client/util/ClientSamplerSource;addInfoSamplers()V
 
- 
getSamplers- Specified by:
- getSamplersin interface- SamplerSource
- Mappings:
- Namespace - Name - Mixin selector - official - a- Lbbu;a(Ljava/util/function/Supplier;)Ljava/util/Set;- intermediary - method_37189- Lnet/minecraft/class_6400;method_37189(Ljava/util/function/Supplier;)Ljava/util/Set;- named - getSamplers- Lnet/minecraft/util/profiler/SamplerSource;getSamplers(Ljava/util/function/Supplier;)Ljava/util/Set;
 
 
-