Uses of Class
net.minecraft.client.User
Packages that use User
Package
Description
-
Uses of User in com.mojang.realmsclient.client
Constructors in com.mojang.realmsclient.client with parameters of type UserModifierConstructorDescriptionFileUpload
(File file, long realmId, int slotId, UploadInfo uploadInfo, User user, String clientVersiob, String worldVersion, UploadStatus uploadStatus) -
Uses of User in net.minecraft.client
Fields in net.minecraft.client declared as UserMethods in net.minecraft.client that return User -
Uses of User in net.minecraft.client.main
Fields in net.minecraft.client.main declared as UserConstructors in net.minecraft.client.main with parameters of type User -
Uses of User in net.minecraft.client.multiplayer
Methods in net.minecraft.client.multiplayer with parameters of type UserModifier and TypeMethodDescriptionstatic ProfileKeyPairManager
ProfileKeyPairManager.create
(com.mojang.authlib.minecraft.UserApiService userApiService, User user, Path gameDirectory) -
Uses of User in net.minecraft.client.resources
Fields in net.minecraft.client.resources declared as UserConstructors in net.minecraft.client.resources with parameters of type User -
Uses of User in net.minecraft.client.resources.server
Methods in net.minecraft.client.resources.server with parameters of type UserModifier and TypeMethodDescriptionprivate PackDownloader
DownloadedPackSource.createDownloader
(DownloadQueue downloadQueue, Executor executor, User user, Proxy proxy) -
Uses of User in net.minecraft.client.telemetry
Constructors in net.minecraft.client.telemetry with parameters of type UserModifierConstructorDescriptionClientTelemetryManager
(Minecraft minecraft, com.mojang.authlib.minecraft.UserApiService userApiService, User user)