类 MetricSampler.ValueIncreasedByPercentage
java.lang.Object
net.minecraft.util.profiling.metrics.MetricSampler.ValueIncreasedByPercentage
- 所有已实现的接口:
MetricSampler.ThresholdTest
- 封闭类:
MetricSampler
public static class MetricSampler.ValueIncreasedByPercentage
extends Object
implements MetricSampler.ThresholdTest
-
字段概要
字段 -
构造器概要
构造器 -
方法概要
-
字段详细资料
-
percentageIncreaseThreshold
private final float percentageIncreaseThreshold -
previousValue
private double previousValue
-
-
构造器详细资料
-
ValueIncreasedByPercentage
public ValueIncreasedByPercentage(float p_146064_)
-
-
方法详细资料
-
test
public boolean test(double p_146066_) - 指定者:
test
在接口中MetricSampler.ThresholdTest
-