Uses of Interface
net.minecraft.util.profiler.MetricSamplerSupplier
Packages that use MetricSamplerSupplier
Package
Description
-
Uses of MetricSamplerSupplier in net.minecraft.client
Classes in net.minecraft.client that implement MetricSamplerSupplier -
Uses of MetricSamplerSupplier in net.minecraft.client.sound
Classes in net.minecraft.client.sound that implement MetricSamplerSupplier -
Uses of MetricSamplerSupplier in net.minecraft.server
Classes in net.minecraft.server that implement MetricSamplerSupplier -
Uses of MetricSamplerSupplier in net.minecraft.server.dedicated
Classes in net.minecraft.server.dedicated that implement MetricSamplerSupplier -
Uses of MetricSamplerSupplier in net.minecraft.server.integrated
Classes in net.minecraft.server.integrated that implement MetricSamplerSupplier -
Uses of MetricSamplerSupplier in net.minecraft.server.world
Classes in net.minecraft.server.world that implement MetricSamplerSupplier -
Uses of MetricSamplerSupplier in net.minecraft.test
Classes in net.minecraft.test that implement MetricSamplerSupplier -
Uses of MetricSamplerSupplier in net.minecraft.util.profiler
Fields in net.minecraft.util.profiler with type parameters of type MetricSamplerSupplierModifier and TypeFieldDescriptionprivate WeakHashMap<MetricSamplerSupplier,Void>
MetricSuppliers.samplers
Methods in net.minecraft.util.profiler with parameters of type MetricSamplerSupplier -
Uses of MetricSamplerSupplier in net.minecraft.util.thread
Classes in net.minecraft.util.thread that implement MetricSamplerSupplierModifier and TypeClassDescriptionclass
ReentrantThreadExecutor<R extends Runnable>
class
TaskExecutor<T>
class
ThreadExecutor<R extends Runnable>