History - net.minecraft.util.profiler.Sampler
26.3-snapshot-3
Names
Fields
Constructors
Methods
26.3-snapshot-2
Names
Fields
Constructors
Methods
26.3-snapshot-1
Names
Fields
Constructors
Methods
26.2
Names
Fields
Sampler$Stage: samplingPhase, field_1_5771, stage
Constructors
(String, SampleType, DoubleSupplier, Runnable, Sampler$DeviationChecker)
(String, Sampler$Stage, SampleType, DoubleSupplier, Runnable, Sampler$DeviationChecker)
Methods
Sampler (String, SampleType, DoubleSupplier): create, method_34776, create
Sampler (String, SampleType, DoubleSupplier): create, method_34776, endTick
<T> Sampler (String, SampleType, T, ToDoubleFunction<T>): create, method_34778, create
Sampler (String, SampleType, DoubleSupplier): createExtractSampler, method_34778, extract
Sampler$Stage (): samplingPhase, method_1_4983, getStage
26.1.2
Names
Fields
Constructors
Methods
26.1.1
Names
Fields
Constructors
Methods
26.1
Names
Fields
Constructors
Methods
1.21.11_unobfuscated
Names
net.minecraft.util.profiling.metrics.MetricSampler
net.minecraft.class_5965
net.minecraft.util.profiler.Sampler
Fields
String: name, field_33882, name
SampleType: category, field_29598, type
DoubleSupplier: sampler, field_29599, retriever
io.netty.buffer.ByteBuf: ticks, field_33883, ticksBuffer
io.netty.buffer.ByteBuf: values, field_29600, valueBuffer
boolean: isRunning, field_29601, active
Runnable: beforeTick, field_29602, startAction
Sampler$DeviationChecker: thresholdTest, field_29603, deviationChecker
double: currentValue, field_33884, currentSample
Constructors
(String, SampleType, DoubleSupplier, Runnable, Sampler$DeviationChecker)
Methods
Sampler (String, SampleType, DoubleSupplier): create, method_34776, create
<T> Sampler (String, SampleType, T, ToDoubleFunction<T>): create, method_34778, create
<T> Sampler$Builder<T> (String, SampleType, ToDoubleFunction<T>, T): builder, method_34779, builder
void (): onStartTick, method_34780, start
void (int): onEndTick, method_34781, sample
void (): onFinished, method_34782, stop
void (): verifyRunning, method_34786, ensureActive
DoubleSupplier (): getSampler, method_37170, getRetriever
String (): getName, method_37171, getName
SampleType (): getCategory, method_37172, getType
Sampler$Data (): result, method_37173, collectData
boolean (): triggersThreshold, method_37174, hasDeviated