Package net.minecraft.client.telemetry
Class WorldSessionTelemetryManager
java.lang.Object
net.minecraft.client.telemetry.WorldSessionTelemetryManager
- 
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final TelemetryEventSenderprivate final PerformanceMetricsEventprivate final WorldLoadEventprivate final WorldLoadTimesEventprivate final UUIDprivate final WorldUnloadEvent - 
Constructor Summary
ConstructorsConstructorDescriptionWorldSessionTelemetryManager(TelemetryEventSender p_286529_, boolean p_286429_, Duration p_286727_, String p_286633_)  - 
Method Summary
Modifier and TypeMethodDescriptionvoidonAdvancementDone(Level p_286825_, Advancement p_286627_) voidvoidonPlayerInfoReceived(GameType p_261768_, boolean p_261669_) voidonServerBrandReceived(String p_261520_) voidsetTime(long p_261878_) voidtick()void 
- 
Field Details
- 
worldSessionId
 - 
eventSender
 - 
worldLoadEvent
 - 
worldUnloadEvent
 - 
performanceMetricsEvent
 - 
worldLoadTimesEvent
 
 - 
 - 
Constructor Details
- 
WorldSessionTelemetryManager
public WorldSessionTelemetryManager(TelemetryEventSender p_286529_, boolean p_286429_, @Nullable Duration p_286727_, @Nullable String p_286633_)  
 - 
 - 
Method Details
- 
tick
public void tick() - 
onPlayerInfoReceived
 - 
onServerBrandReceived
 - 
setTime
public void setTime(long p_261878_)  - 
worldSessionStart
public void worldSessionStart() - 
onDisconnect
public void onDisconnect() - 
onAdvancementDone
 
 -