Uses of Record Class
net.minecraft.class_7822
Packages that use class_7822
Package
Description
The base package for all Minecraft classes.
-
Uses of class_7822 in net.minecraft
Fields in net.minecraft declared as class_7822Methods in net.minecraft that return class_7822Modifier and TypeMethodDescriptionclass_7818.method_46275()class_7822.class_7823.method_46300(com.mojang.authlib.GameProfile gameProfile, SignatureVerifier signatureVerifier, Duration duration) -
Uses of class_7822 in net.minecraft.client.network
Fields in net.minecraft.client.network declared as class_7822Methods in net.minecraft.client.network that return class_7822Modifier and TypeMethodDescriptionprivate class_7822ClientPlayNetworkHandler.method_45723(class_7822.class_7823 class_7823, com.mojang.authlib.GameProfile gameProfile) PlayerListEntry.method_45741()Methods in net.minecraft.client.network with parameters of type class_7822Modifier and TypeMethodDescriptionprotected voidPlayerListEntry.method_45740(@Nullable class_7822 class_7822) -
Uses of class_7822 in net.minecraft.server
Methods in net.minecraft.server with parameters of type class_7822Modifier and TypeMethodDescriptionPlayerManager.createPlayer(com.mojang.authlib.GameProfile profile, class_7822 class_7822) -
Uses of class_7822 in net.minecraft.server.network
Fields in net.minecraft.server.network declared as class_7822Methods in net.minecraft.server.network that return class_7822Modifier and TypeMethodDescriptionprivate static class_7822ServerLoginNetworkHandler.getVerifiedPublicKey(class_7822.class_7823 class_7823, com.mojang.authlib.GameProfile gameProfile, SignatureVerifier servicesSignatureVerifier, boolean shouldThrowOnMissingKey) ServerPlayerEntity.method_45163()Constructors in net.minecraft.server.network with parameters of type class_7822ModifierConstructorDescriptionServerPlayerEntity(MinecraftServer server, ServerWorld serverWorld, com.mojang.authlib.GameProfile profile, class_7822 class_7822)