net.minecraft.client.telemetry.events

public abstract class AggregatedTelemetryEvent

hhb
net.minecraft.client.telemetry.events.AggregatedTelemetryEvent
net.minecraft.class_7976
net.minecraft.client.session.telemetry.SampleEvent

Field summary

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

Constructor summary

ModifierConstructor
public ()

Method summary

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