Uses of Record Class
net.minecraft.network.message.MessageSignature
Packages that use MessageSignature
Package
Description
The base package for all Minecraft classes.
-
Uses of MessageSignature in net.minecraft
Fields in net.minecraft declared as MessageSignatureModifier and TypeFieldDescriptionprivate @Nullable MessageSignatureclass_7610.field_39818private @Nullable MessageSignatureclass_7615.class_7616.field_39823private final MessageSignatureclass_7618.headerSignatureThe field for theheaderSignaturerecord component.private final MessageSignatureclass_7608.class_7609.lastSignatureThe field for thelastSignaturerecord component.private final MessageSignatureclass_7617.messageSignatureThe field for themessageSignaturerecord component.private final @Nullable MessageSignatureclass_7614.previousSignatureThe field for thepreviousSignaturerecord component.private final MessageSignatureclass_7610.class_7613.signatureThe field for thesignaturerecord component.Methods in net.minecraft that return MessageSignatureModifier and TypeMethodDescriptionclass_7618.headerSignature()Returns the value of theheaderSignaturerecord component.class_7608.class_7609.lastSignature()Returns the value of thelastSignaturerecord component.class_7617.messageSignature()Returns the value of themessageSignaturerecord component.private static MessageSignatureclass_7610.method_44876(Signer signer, ChatMessageSigner chatMessageSigner, @Nullable MessageSignature messageSignature, Text text) class_7614.previousSignature()Returns the value of thepreviousSignaturerecord component.class_7610.class_7613.signature()Returns the value of thesignaturerecord component.Methods in net.minecraft with parameters of type MessageSignatureModifier and TypeMethodDescriptionprivate static MessageSignatureclass_7610.method_44876(Signer signer, ChatMessageSigner chatMessageSigner, @Nullable MessageSignature messageSignature, Text text) private static SignedMessageclass_7610.method_44877(class_7610.class_7613 class_7613, @Nullable MessageSignature messageSignature, ChatMessageSigner chatMessageSigner, Text text) voidclass_7615.class_7616.method_44887(class_7614 class_7614, MessageSignature messageSignature, byte[] byte2) voidclass_7615.method_44887(class_7614 class_7614, MessageSignature messageSignature, byte[] byte2) private booleanclass_7615.class_7616.method_44888(class_7614 class_7614, MessageSignature messageSignature) Constructors in net.minecraft with parameters of type MessageSignatureModifierConstructorDescriptionclass_7609(UUID uUID, MessageSignature messageSignature) class_7613(MessageSignature messageSignature) class_7614(@Nullable MessageSignature messageSignature, UUID uUID) class_7617(MessageSignature messageSignature) Creates an instance of aclass_7617record class.class_7618(class_7614 class_7614, MessageSignature messageSignature, byte[] byte2) -
Uses of MessageSignature in net.minecraft.client.gui.hud
Fields in net.minecraft.client.gui.hud declared as MessageSignatureModifier and TypeFieldDescriptionprivate final @Nullable MessageSignatureChatHudLine.headerSignatureThe field for theheaderSignaturerecord component.Methods in net.minecraft.client.gui.hud that return MessageSignatureModifier and TypeMethodDescriptionChatHudLine.headerSignature()Returns the value of theheaderSignaturerecord component.Methods in net.minecraft.client.gui.hud with parameters of type MessageSignatureModifier and TypeMethodDescriptionprivate voidChatHud.addMessage(Text message, @Nullable MessageSignature messageSignature, int int2, @Nullable MessageIndicator messageIndicator, boolean bool) voidChatHud.method_44811(Text text, @Nullable MessageSignature messageSignature, @Nullable MessageIndicator messageIndicator) voidChatHud.method_44812(MessageSignature messageSignature) Constructors in net.minecraft.client.gui.hud with parameters of type MessageSignatureModifierConstructorDescriptionChatHudLine(int creationTick, Text text, @Nullable MessageSignature messageSignature, @Nullable MessageIndicator messageIndicator) -
Uses of MessageSignature in net.minecraft.client.network
Methods in net.minecraft.client.network that return MessageSignatureModifier and TypeMethodDescriptionprivate MessageSignatureClientPlayerEntity.signChatMessage(ChatMessageSigner chatMessageSigner, Text text) Signs the chat message. -
Uses of MessageSignature in net.minecraft.client.network.message
Fields in net.minecraft.client.network.message declared as MessageSignatureModifier and TypeFieldDescriptionprivate final MessageSignatureMessageHandler.class_7601.headerSignatureThe field for theheaderSignaturerecord component.Methods in net.minecraft.client.network.message that return MessageSignatureModifier and TypeMethodDescriptionMessageHandler.class_7601.headerSignature()Returns the value of theheaderSignaturerecord component.(package private) MessageSignatureMessageHandler.class_7601.method_44825()Methods in net.minecraft.client.network.message with parameters of type MessageSignatureModifier and TypeMethodDescriptionbooleanMessageHandler.method_44819(MessageSignature messageSignature) voidMessageHandler.method_44820(class_7614 class_7614, MessageSignature messageSignature, byte[] byte2) private booleanMessageHandler.method_44821(class_7614 class_7614, MessageSignature messageSignature, byte[] byte2) private voidMessageHandler.method_44822(class_7614 class_7614, MessageSignature messageSignature, byte[] byte2) Constructors in net.minecraft.client.network.message with parameters of type MessageSignatureModifierConstructorDescription(package private)class_7601(MessageSignature messageSignature, BooleanSupplier booleanSupplier) -
Uses of MessageSignature in net.minecraft.command.argument
Fields in net.minecraft.command.argument declared as MessageSignatureModifier and TypeFieldDescriptionprivate final MessageSignatureMessageArgumentType.SignedMessage.signatureThe field for thesignaturerecord component.Methods in net.minecraft.command.argument that return MessageSignatureModifier and TypeMethodDescriptionMessageArgumentType.SignedMessage.signature()Returns the value of thesignaturerecord component.Constructors in net.minecraft.command.argument with parameters of type MessageSignatureModifierConstructorDescriptionSignedMessage(String string, Text text, MessageSignature messageSignature, boolean bool) -
Uses of MessageSignature in net.minecraft.network.message
Fields in net.minecraft.network.message declared as MessageSignatureModifier and TypeFieldDescriptionstatic final MessageSignatureMessageSignature.field_39811private final MessageSignatureSignedMessage.headerSignatureThe field for theheaderSignaturerecord component.private final MessageSignatureArgumentSignatureDataMap.class_7599.signatureThe field for thesignaturerecord component.Methods in net.minecraft.network.message that return MessageSignatureModifier and TypeMethodDescriptionReturns the signature data forargumentName, ornullif the argument name is not present in this signatures.CommandArgumentSigner.getArgumentSignature(String argumentName) CommandArgumentSigner.Signatures.getArgumentSignature(String argumentName) SignedMessage.headerSignature()Returns the value of theheaderSignaturerecord component.ArgumentSignatureDataMap.class_7599.signature()Returns the value of thesignaturerecord component.Constructors in net.minecraft.network.message with parameters of type MessageSignatureModifierConstructorDescriptionclass_7599(String string, MessageSignature messageSignature) SignedMessage(class_7614 class_7614, MessageSignature messageSignature, class_7608 class_7608, Optional<Text> optional) -
Uses of MessageSignature in net.minecraft.network.packet.c2s.play
Fields in net.minecraft.network.packet.c2s.play declared as MessageSignatureModifier and TypeFieldDescriptionprivate final MessageSignatureChatMessageC2SPacket.createSignatureInstanceThe field for thecreateSignatureInstancerecord component.Methods in net.minecraft.network.packet.c2s.play that return MessageSignatureModifier and TypeMethodDescriptionChatMessageC2SPacket.createSignatureInstance()Returns the value of thecreateSignatureInstancerecord component.Constructors in net.minecraft.network.packet.c2s.play with parameters of type MessageSignatureModifierConstructorDescriptionChatMessageC2SPacket(String chatMessage, Instant instant, long long2, MessageSignature messageSignature, boolean bool) -
Uses of MessageSignature in net.minecraft.server.network
Methods in net.minecraft.server.network with parameters of type MessageSignatureModifier and TypeMethodDescriptionvoidServerPlayerEntity.method_44786(class_7614 class_7614, MessageSignature messageSignature, byte[] byte2)