net.minecraft.client.telemetry.events

public abstract class AggregatedTelemetryEvent

htu
net.minecraft.client.telemetry.events.AggregatedTelemetryEvent
net.minecraft.class_7976

Field summary

Modifier and TypeField
private static final int
a
SAMPLE_INTERVAL_MS
field_41505
private static final int
b
SAMPLES_PER_EVENT
field_41506
private int
c
sampleCount
field_41507
private boolean
d
ticking
field_41508
private Instant
e
lastSampleTime
field_41509

Constructor summary

ModifierConstructor
public ()

Method summary

Modifier and TypeMethod
public void
a()
start()
method_47777()
public void
a(hto arg0)
tick(TelemetryEventSender arg0)
method_47778(class_7965 arg0)
public boolean
b()
shouldTakeSample()
method_47779()
public boolean
c()
shouldSentEvent()
method_47780()
public void
d()
stop()
method_47781()
protected int
e()
getSampleCount()
method_47782()
public abstract void
f()
takeSample()
method_47783()
public abstract void
b(hto arg0)
sendEvent(TelemetryEventSender arg0)
method_47784(class_7965 arg0)