Uses of Class
net.minecraft.client.session.telemetry.WorldSession
-
Uses of WorldSession in net.minecraft.client.network
Modifier and TypeFieldDescriptionprivate final WorldSession
ClientAdvancementManager.worldSession
protected final WorldSession
ClientCommonNetworkHandler.worldSession
private final WorldSession
ClientConnectionState.worldSession
The field for theworldSession
record component.Modifier and TypeMethodDescriptionClientConnectionState.worldSession()
Returns the value of theworldSession
record component.ModifierConstructorDescriptionClientAdvancementManager
(MinecraftClient client, WorldSession worldSession) ClientConnectionState
(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.session.telemetry
Modifier and TypeMethodDescriptionTelemetryManager.createWorldSession
(boolean newWorld, @Nullable Duration worldLoadTime, @Nullable String minigameName)