Uses of Interface
net.minecraft.util.profiling.metrics.ProfilerMeasured
Packages that use ProfilerMeasured
Package
Description
-
Uses of ProfilerMeasured in net.minecraft.client
Classes in net.minecraft.client that implement ProfilerMeasured -
Uses of ProfilerMeasured in net.minecraft.client.server
Classes in net.minecraft.client.server that implement ProfilerMeasured -
Uses of ProfilerMeasured in net.minecraft.client.sounds
Classes in net.minecraft.client.sounds that implement ProfilerMeasured -
Uses of ProfilerMeasured in net.minecraft.gametest.framework
Classes in net.minecraft.gametest.framework that implement ProfilerMeasured -
Uses of ProfilerMeasured in net.minecraft.server
Classes in net.minecraft.server that implement ProfilerMeasured -
Uses of ProfilerMeasured in net.minecraft.server.dedicated
Classes in net.minecraft.server.dedicated that implement ProfilerMeasured -
Uses of ProfilerMeasured in net.minecraft.server.level
Classes in net.minecraft.server.level that implement ProfilerMeasuredModifier and TypeClassDescription(package private) final class
-
Uses of ProfilerMeasured in net.minecraft.util.profiling.metrics
Fields in net.minecraft.util.profiling.metrics with type parameters of type ProfilerMeasuredModifier and TypeFieldDescriptionprivate final WeakHashMap<ProfilerMeasured,
Void> MetricsRegistry.measuredInstances
Methods in net.minecraft.util.profiling.metrics with parameters of type ProfilerMeasured -
Uses of ProfilerMeasured in net.minecraft.util.thread
Classes in net.minecraft.util.thread that implement ProfilerMeasuredModifier and TypeClassDescriptionclass
BlockableEventLoop<R extends Runnable>
class
class
ReentrantBlockableEventLoop<R extends Runnable>