Uses of Record Class
net.minecraft.class_7428
Packages that use class_7428
Package
Description
The base package for all Minecraft classes.
-
Uses of class_7428 in net.minecraft
Fields in net.minecraft declared as class_7428Modifier and TypeFieldDescriptionprivate final class_7428class_7428.class_7429.dataThe field for thedatarecord component.private final class_7428class_7427.publicKeyThe field for thepublicKeyrecord component.Fields in net.minecraft with type parameters of type class_7428Modifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec<class_7428>class_7428.field_39050Methods in net.minecraft that return class_7428Modifier and TypeMethodDescriptionclass_7428.class_7429.data()Returns the value of thedatarecord component.class_7434.method_43603()class_7427.publicKey()Returns the value of thepublicKeyrecord component.Methods in net.minecraft that return types with arguments of type class_7428Modifier and TypeMethodDescriptionstatic Optional<class_7428>class_7428.method_43549(com.mojang.authlib.GameProfile gameProfile) Constructors in net.minecraft with parameters of type class_7428ModifierConstructorDescriptionclass_7427(PrivateKey privateKey, class_7428 class_7428, Instant instant) class_7429(PublicKey publicKey, class_7428 class_7428) -
Uses of class_7428 in net.minecraft.network.packet.c2s.login
Fields in net.minecraft.network.packet.c2s.login with type parameters of type class_7428Modifier and TypeFieldDescriptionprivate final Optional<class_7428>LoginHelloC2SPacket.publicKeyThe field for thepublicKeyrecord component.Methods in net.minecraft.network.packet.c2s.login that return types with arguments of type class_7428Modifier and TypeMethodDescriptionLoginHelloC2SPacket.publicKey()Returns the value of thepublicKeyrecord component.Constructor parameters in net.minecraft.network.packet.c2s.login with type arguments of type class_7428