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 dp
intermediary net/minecraft/class_7448
named net/minecraft/network/encryption/CommandArgumentSigner
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final record
A 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 boolean
method_44250
(String string)
-
Field Details
-
NONE
- Mappings:
Namespace Name Mixin selector official a
Ldp;a:Ldp;
intermediary field_39182
Lnet/minecraft/class_7448;field_39182:Lnet/minecraft/class_7448;
named NONE
Lnet/minecraft/network/encryption/CommandArgumentSigner;NONE:Lnet/minecraft/network/encryption/CommandArgumentSigner;
-
-
Method Details
-
getArgumentSignature
-
method_44250
- Mappings:
Namespace Name Mixin selector official a
Ldp;a(Ljava/lang/String;)Z
intermediary method_44250
Lnet/minecraft/class_7448;method_44250(Ljava/lang/String;)Z
named method_44250
Lnet/minecraft/network/encryption/CommandArgumentSigner;method_44250(Ljava/lang/String;)Z
-