Uses of Class
net.minecraft.client.session.telemetry.WorldSession
Packages that use WorldSession
-
Uses of WorldSession in net.minecraft.client.network
Fields in net.minecraft.client.network declared as WorldSessionModifier and TypeFieldDescriptionprivate final WorldSessionClientAdvancementManager.worldSessionprotected final WorldSessionClientCommonNetworkHandler.worldSessionprivate final WorldSessionClientConnectionState.worldSessionThe field for theworldSessionrecord component.Methods in net.minecraft.client.network that return WorldSessionModifier and TypeMethodDescriptionClientConnectionState.worldSession()Returns the value of theworldSessionrecord component.Constructors in net.minecraft.client.network with parameters of type WorldSessionModifierConstructorDescriptionClientAdvancementManager(MinecraftClient client, WorldSession worldSession) ClientConnectionState(ClientChunkLoadProgress levelLoadTracker, com.mojang.authlib.GameProfile localGameProfile, WorldSession telemetryManager, DynamicRegistryManager.Immutable receivedRegistries, FeatureSet enabledFeatures, @Nullable String serverBrand, @Nullable ServerInfo serverData, @Nullable Screen postDisconnectScreen, Map<Identifier, byte[]> serverCookies, ChatHud.ChatState chatState, Map<String, String> customReportDetails, ServerLinks serverLinks, Map<UUID, PlayerListEntry> seenPlayers, boolean seenInsecureChatWarning) -
Uses of WorldSession in net.minecraft.client.session.telemetry
Methods in net.minecraft.client.session.telemetry that return WorldSessionModifier and TypeMethodDescriptionTelemetryManager.createWorldSession(boolean newWorld, @Nullable Duration worldLoadTime, @Nullable String minigameName)