Uses of Interface
net.minecraft.util.profiler.Sampler.DeviationChecker
Packages that use Sampler.DeviationChecker
- 
Uses of Sampler.DeviationChecker in net.minecraft.util.profilerClasses in net.minecraft.util.profiler that implement Sampler.DeviationCheckerFields in net.minecraft.util.profiler declared as Sampler.DeviationCheckerModifier and TypeFieldDescriptionprivate @Nullable Sampler.DeviationCheckerSampler.Builder.deviationChecker(package private) final @Nullable Sampler.DeviationCheckerSampler.deviationCheckerMethods in net.minecraft.util.profiler with parameters of type Sampler.DeviationCheckerModifier and TypeMethodDescriptionSampler.Builder.deviationChecker(Sampler.DeviationChecker deviationChecker) Constructors in net.minecraft.util.profiler with parameters of type Sampler.DeviationCheckerModifierConstructorDescriptionprotectedSampler(String name, SampleType type, DoubleSupplier retriever, @Nullable Runnable startAction, @Nullable Sampler.DeviationChecker deviationChecker) 
- 
Uses of Sampler.DeviationChecker in net.minecraft.util.threadMethods in net.minecraft.util.thread that return Sampler.DeviationCheckerModifier and TypeMethodDescriptionprivate static Sampler.DeviationCheckerExecutorSampling.MergedSampler.combineDeviationCheckers(List<Sampler> delegates)