Uses of Interface
net.minecraft.util.profiler.MetricSamplerSupplier
-
Uses of MetricSamplerSupplier in net.minecraft.client
Classes in net.minecraft.client that implement MetricSamplerSupplier Modifier and Type Class Description class
MinecraftClient
Represents a logical Minecraft client. -
Uses of MetricSamplerSupplier in net.minecraft.client.sound
Classes in net.minecraft.client.sound that implement MetricSamplerSupplier Modifier and Type Class Description class
SoundExecutor
-
Uses of MetricSamplerSupplier in net.minecraft.server
Classes in net.minecraft.server that implement MetricSamplerSupplier Modifier and Type Class Description class
MinecraftServer
Represents a logical Minecraft server. -
Uses of MetricSamplerSupplier in net.minecraft.server.dedicated
Classes in net.minecraft.server.dedicated that implement MetricSamplerSupplier Modifier and Type Class Description class
MinecraftDedicatedServer
-
Uses of MetricSamplerSupplier in net.minecraft.server.integrated
Classes in net.minecraft.server.integrated that implement MetricSamplerSupplier Modifier and Type Class Description class
IntegratedServer
-
Uses of MetricSamplerSupplier in net.minecraft.server.world
Classes in net.minecraft.server.world that implement MetricSamplerSupplier Modifier and Type Class Description (package private) class
ServerChunkManager.MainThreadExecutor
-
Uses of MetricSamplerSupplier in net.minecraft.test
Classes in net.minecraft.test that implement MetricSamplerSupplier Modifier and Type Class Description class
TestServer
-
Uses of MetricSamplerSupplier in net.minecraft.util.profiler
Fields in net.minecraft.util.profiler with type parameters of type MetricSamplerSupplier Modifier and Type Field Description private WeakHashMap<MetricSamplerSupplier,Void>
MetricSuppliers. samplers
Methods in net.minecraft.util.profiler with parameters of type MetricSamplerSupplier Modifier and Type Method Description void
MetricSuppliers. add(MetricSamplerSupplier supplier)
-
Uses of MetricSamplerSupplier in net.minecraft.util.thread
Classes in net.minecraft.util.thread that implement MetricSamplerSupplier Modifier and Type Class Description class
ReentrantThreadExecutor<R extends Runnable>
class
TaskExecutor<T>
class
ThreadExecutor<R extends Runnable>