package net.minecraft.client.telemetry; public interface TelemetryEventLogger { void log(TelemetryEventInstance event); }