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 classMinecraftClientRepresents 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 classSoundExecutor -
Uses of MetricSamplerSupplier in net.minecraft.server
Classes in net.minecraft.server that implement MetricSamplerSupplier Modifier and Type Class Description classMinecraftServerRepresents 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 classMinecraftDedicatedServer -
Uses of MetricSamplerSupplier in net.minecraft.server.integrated
Classes in net.minecraft.server.integrated that implement MetricSamplerSupplier Modifier and Type Class Description classIntegratedServer -
Uses of MetricSamplerSupplier in net.minecraft.server.world
Classes in net.minecraft.server.world that implement MetricSamplerSupplier Modifier and Type Class Description (package private) classServerChunkManager.MainThreadExecutor -
Uses of MetricSamplerSupplier in net.minecraft.test
Classes in net.minecraft.test that implement MetricSamplerSupplier Modifier and Type Class Description classTestServer -
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. samplersMethods in net.minecraft.util.profiler with parameters of type MetricSamplerSupplier Modifier and Type Method Description voidMetricSuppliers. 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 classReentrantThreadExecutor<R extends Runnable>classTaskExecutor<T>classThreadExecutor<R extends Runnable>