Uses of Enum Class
net.minecraft.util.profiling.metrics.MetricSampler.SamplingPhase
Packages that use MetricSampler.SamplingPhase
Package
Description
-
Uses of MetricSampler.SamplingPhase in net.minecraft.util.profiling.metrics
Subclasses with type arguments of type MetricSampler.SamplingPhase in net.minecraft.util.profiling.metricsFields in net.minecraft.util.profiling.metrics declared as MetricSampler.SamplingPhaseModifier and TypeFieldDescriptionprivate MetricSampler.SamplingPhaseMetricSampler.MetricSamplerBuilder.samplingPhaseprivate final MetricSampler.SamplingPhaseMetricSampler.samplingPhaseMethods in net.minecraft.util.profiling.metrics that return MetricSampler.SamplingPhaseModifier and TypeMethodDescriptionMetricSampler.samplingPhase()static MetricSampler.SamplingPhaseReturns the enum constant of this class with the specified name.static MetricSampler.SamplingPhase[]MetricSampler.SamplingPhase.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in net.minecraft.util.profiling.metrics with parameters of type MetricSampler.SamplingPhaseModifier and TypeMethodDescriptionMetricSampler.MetricSamplerBuilder.withSamplingPhase(MetricSampler.SamplingPhase samplingPhase) Constructors in net.minecraft.util.profiling.metrics with parameters of type MetricSampler.SamplingPhaseModifierConstructorDescriptionprotectedMetricSampler(String name, MetricSampler.SamplingPhase samplingPhase, MetricCategory category, DoubleSupplier sampler, @Nullable Runnable beforeTick, @Nullable MetricSampler.ThresholdTest thresholdTest) -
Uses of MetricSampler.SamplingPhase in net.minecraft.util.profiling.metrics.profiling
Methods in net.minecraft.util.profiling.metrics.profiling with parameters of type MetricSampler.SamplingPhaseModifier and TypeMethodDescriptionprivate voidActiveMetricsRecorder.sample(MetricSampler.SamplingPhase samplingPhase)