Package net.minecraft.network.encryption
Interface CommandArgumentSigner
- All Known Implementing Classes:
CommandArgumentSigner.Signatures
public interface CommandArgumentSigner
- Mappings:
Namespace Name official dpintermediary net/minecraft/class_7448named net/minecraft/network/encryption/CommandArgumentSigner
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionsignArgument(com.mojang.brigadier.context.CommandContext<ServerCommandSource> context, String argumentName, Text value)
-
Field Details
-
NONE
- Mappings:
Namespace Name Mixin selector official aLdp;a:Ldp;intermediary field_39182Lnet/minecraft/class_7448;field_39182:Lnet/minecraft/class_7448;named NONELnet/minecraft/network/encryption/CommandArgumentSigner;NONE:Lnet/minecraft/network/encryption/CommandArgumentSigner;
-
-
Method Details
-
signArgument
SignedChatMessage signArgument(com.mojang.brigadier.context.CommandContext<ServerCommandSource> context, String argumentName, Text value) throws com.mojang.brigadier.exceptions.CommandSyntaxException - Throws:
com.mojang.brigadier.exceptions.CommandSyntaxException- Mappings:
Namespace Name Mixin selector official signArgumentLdp;signArgument(Lcom/mojang/brigadier/context/CommandContext;Ljava/lang/String;Lrl;)Lrt;intermediary signArgumentLnet/minecraft/class_7448;signArgument(Lcom/mojang/brigadier/context/CommandContext;Ljava/lang/String;Lnet/minecraft/class_2561;)Lnet/minecraft/class_7471;named signArgumentLnet/minecraft/network/encryption/CommandArgumentSigner;signArgument(Lcom/mojang/brigadier/context/CommandContext;Ljava/lang/String;Lnet/minecraft/text/Text;)Lnet/minecraft/network/encryption/SignedChatMessage;
-