Uses of Record Class
net.minecraft.class_8791
Packages that use class_8791
Package
Description
The base package for all Minecraft classes.
-
Uses of class_8791 in net.minecraft
Fields in net.minecraft declared as class_8791Modifier and TypeFieldDescriptionprivate final class_8791class_8792.clientInformationThe field for theclientInformationrecord component.Methods in net.minecraft that return class_8791Modifier and TypeMethodDescriptionclass_8792.clientInformation()Returns the value of theclientInformationrecord component.static class_8791class_8791.method_53821()Constructors in net.minecraft with parameters of type class_8791ModifierConstructorDescriptionclass_8792(com.mojang.authlib.GameProfile gameProfile, int int2, class_8791 class_8791) -
Uses of class_8791 in net.minecraft.client.option
Methods in net.minecraft.client.option that return class_8791 -
Uses of class_8791 in net.minecraft.network.packet.c2s.play
Fields in net.minecraft.network.packet.c2s.play declared as class_8791Modifier and TypeFieldDescriptionprivate final class_8791ClientSettingsC2SPacket.informationThe field for theinformationrecord component.Methods in net.minecraft.network.packet.c2s.play that return class_8791Modifier and TypeMethodDescriptionClientSettingsC2SPacket.information()Returns the value of theinformationrecord component.Constructors in net.minecraft.network.packet.c2s.play with parameters of type class_8791 -
Uses of class_8791 in net.minecraft.server
Methods in net.minecraft.server with parameters of type class_8791Modifier and TypeMethodDescriptionPlayerManager.createPlayer(com.mojang.authlib.GameProfile profile, class_8791 class_8791) -
Uses of class_8791 in net.minecraft.server.network
Fields in net.minecraft.server.network declared as class_8791Modifier and TypeFieldDescriptionprivate class_8791ServerConfigurationNetworkHandler.field_46157Methods in net.minecraft.server.network that return class_8791Methods in net.minecraft.server.network with parameters of type class_8791Modifier and TypeMethodDescriptionprotected class_8792ServerCommonNetworkHandler.method_53825(class_8791 class_8791) voidServerPlayerEntity.setClientSettings(class_8791 packet) Constructors in net.minecraft.server.network with parameters of type class_8791ModifierConstructorDescriptionServerPlayerEntity(MinecraftServer server, ServerWorld world, com.mojang.authlib.GameProfile profile, class_8791 class_8791)