Package net.minecraft.network.encryption
Interface CommandArgumentSigner
- All Known Implementing Classes:
CommandArgumentSigner.Signatures
public interface CommandArgumentSigner
A signer for command arguments.
- Mappings:
Namespace Name official dpintermediary net/minecraft/class_7448named net/minecraft/network/encryption/CommandArgumentSigner
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final recordA signature for command arguments, consisting of the sender, the timestamp, and the signature datas for the arguments. -
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptiongetArgumentSignature(String string) default booleanmethod_44250(String string)
-
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
-
getArgumentSignature
-
method_44250
- Mappings:
Namespace Name Mixin selector official aLdp;a(Ljava/lang/String;)Zintermediary method_44250Lnet/minecraft/class_7448;method_44250(Ljava/lang/String;)Znamed method_44250Lnet/minecraft/network/encryption/CommandArgumentSigner;method_44250(Ljava/lang/String;)Z
-