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 WorldSession
ClientAdvancementManager.worldSession
protected final WorldSession
ClientCommonNetworkHandler.worldSession
private final WorldSession
ClientConnectionState.worldSession
The field for theworldSession
record component.Methods in net.minecraft.client.network that return WorldSessionModifier and TypeMethodDescriptionClientConnectionState.worldSession()
Returns the value of theworldSession
record component.Constructors in net.minecraft.client.network with parameters of type WorldSessionModifierConstructorDescriptionClientAdvancementManager
(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, Map<Identifier, byte[]> map, ChatHud.ChatState chatState, boolean bool) -
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)