Uses of Record Class
net.minecraft.network.message.ArgumentSignatureDataMap
Package
Description
-
Uses of ArgumentSignatureDataMap in net.minecraft.client.network
Modifier and TypeMethodDescriptionprivate ArgumentSignatureDataMap
ClientPlayerEntity.signArguments
(MessageMetadata signer, com.mojang.brigadier.ParseResults<CommandSource> parseResults, @Nullable Text preview, LastSeenMessageList lastSeenMessages) Signs the command arguments. -
Uses of ArgumentSignatureDataMap in net.minecraft.network.message
Modifier and TypeFieldDescriptionstatic final ArgumentSignatureDataMap
ArgumentSignatureDataMap.EMPTY
Modifier and TypeMethodDescriptionstatic ArgumentSignatureDataMap
ArgumentSignatureDataMap.sign
(DecoratableArgumentList<?> arguments, ArgumentSignatureDataMap.ArgumentSigner signer) Returns the signature map witharguments
signed withsigner
. -
Uses of ArgumentSignatureDataMap in net.minecraft.network.packet.c2s.play
Modifier and TypeFieldDescriptionprivate final ArgumentSignatureDataMap
CommandExecutionC2SPacket.argumentSignatures
The field for theargumentSignatures
record component.Modifier and TypeMethodDescriptionCommandExecutionC2SPacket.argumentSignatures()
Returns the value of theargumentSignatures
record component.ModifierConstructorDescriptionCommandExecutionC2SPacket
(String command, Instant timestamp, long salt, ArgumentSignatureDataMap argumentSignatures, boolean signedPreview, LastSeenMessageList.Acknowledgment acknowledgment) Creates an instance of aCommandExecutionC2SPacket
record class.