Uses of Class
net.minecraft.client.util.telemetry.WorldSession
Packages that use WorldSession
Package
Description
The base package for all Minecraft classes.
-
Uses of WorldSession in net.minecraft
Fields in net.minecraft declared as WorldSessionModifier and TypeFieldDescriptionprotected final WorldSessionclass_8673.field_45592private final WorldSessionclass_8675.telemetryManagerThe field for thetelemetryManagerrecord component.Methods in net.minecraft that return WorldSessionModifier and TypeMethodDescriptionclass_8675.telemetryManager()Returns the value of thetelemetryManagerrecord component.Constructors in net.minecraft with parameters of type WorldSessionModifierConstructorDescriptionclass_8675(com.mojang.authlib.GameProfile gameProfile, WorldSession worldSession, DynamicRegistryManager.Immutable immutable, FeatureSet featureSet, @Nullable String string, @Nullable ServerInfo serverInfo, @Nullable Screen screen) -
Uses of WorldSession in net.minecraft.client.network
Fields in net.minecraft.client.network declared as WorldSessionModifier and TypeFieldDescriptionprivate final WorldSessionClientAdvancementManager.worldSessionConstructors in net.minecraft.client.network with parameters of type WorldSessionModifierConstructorDescriptionClientAdvancementManager(MinecraftClient client, WorldSession worldSession) -
Uses of WorldSession in net.minecraft.client.util.telemetry
Methods in net.minecraft.client.util.telemetry that return WorldSessionModifier and TypeMethodDescriptionTelemetryManager.createWorldSession(boolean newWorld, @Nullable Duration worldLoadTime, @Nullable String minigameName)