Uses of Record Class
net.minecraft.class_7608
Packages that use class_7608
-
Uses of class_7608 in net.minecraft.network.message
Fields in net.minecraft.network.message declared as class_7608Modifier and TypeFieldDescriptionprivate final class_7608SignedMessage.signedBodyThe field for thesignedBodyrecord component.Methods in net.minecraft.network.message that return class_7608Modifier and TypeMethodDescriptionSignedMessage.signedBody()Returns the value of thesignedBodyrecord component.Methods in net.minecraft.network.message with parameters of type class_7608Modifier and TypeMethodDescriptionbooleanMessageSignature.method_44843(SignatureVerifier signatureVerifier, class_7614 class_7614, class_7608 class_7608) Constructors in net.minecraft.network.message with parameters of type class_7608ModifierConstructorDescriptionSignedMessage(class_7614 class_7614, MessageSignature messageSignature, class_7608 class_7608, Optional<Text> optional)