Uses of Record Class
net.minecraft.network.encryption.ArgumentSignatureDataMap
Package
Description
-
Uses of ArgumentSignatureDataMap in net.minecraft.client.network
Modifier and TypeMethodDescriptionprivate ArgumentSignatureDataMap
ClientPlayerEntity.signArguments
(ChatMessageSigner signer, com.mojang.brigadier.ParseResults<CommandSource> parseResults, @Nullable Text preview) Signs the command arguments. -
Uses of ArgumentSignatureDataMap in net.minecraft.network.encryption
Modifier and TypeFieldDescriptionprivate final ArgumentSignatureDataMap
CommandArgumentSigner.Signatures.argumentSignatures
The field for theargumentSignatures
record component.Modifier and TypeMethodDescriptionCommandArgumentSigner.Signatures.argumentSignatures()
Returns the value of theargumentSignatures
record component.static ArgumentSignatureDataMap
ArgumentSignatureDataMap.empty()
Returns an empty signature data map that has no signed arguments.ModifierConstructorDescriptionSignatures
(UUID uUID, Instant instant, ArgumentSignatureDataMap argumentSignatureDataMap, boolean bool) -
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, ArgumentSignatureDataMap argumentSignatures, boolean signedPreview) Creates an instance of aCommandExecutionC2SPacket
record class.