Class MetricsRegistry.AggregatedMetricSampler
java.lang.Object
net.minecraft.util.profiling.metrics.MetricSampler
net.minecraft.util.profiling.metrics.MetricsRegistry.AggregatedMetricSampler
- Enclosing class:
- MetricsRegistry
- 
Nested Class SummaryNested classes/interfaces inherited from class net.minecraft.util.profiling.metrics.MetricSamplerMetricSampler.MetricSamplerBuilder<T>, MetricSampler.SamplerResult, MetricSampler.ThresholdTest, MetricSampler.ValueIncreasedByPercentage
- 
Field SummaryFieldsFields inherited from class net.minecraft.util.profiling.metrics.MetricSamplerthresholdTest
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionprivate static doubleaverageValueFromDelegates(List<MetricSampler> p_146095_) private static voidbeforeTick(List<MetricSampler> p_146093_) booleaninthashCode()private static MetricSampler.ThresholdTestthresholdTest(List<MetricSampler> p_146088_) Methods inherited from class net.minecraft.util.profiling.metrics.MetricSamplerbuilder, create, create, getCategory, getName, getSampler, onEndTick, onFinished, onStartTick, result, triggersThreshold
- 
Field Details- 
delegates
 
- 
- 
Constructor Details- 
AggregatedMetricSamplerAggregatedMetricSampler(String p_146082_, List<MetricSampler> p_146083_) 
 
- 
- 
Method Details- 
thresholdTest
- 
beforeTick
- 
averageValueFromDelegates
- 
equals- Overrides:
- equalsin class- MetricSampler
 
- 
hashCodepublic int hashCode()- Overrides:
- hashCodein class- MetricSampler
 
 
-