Package net.minecraft.network.message
Interface SignedCommandArguments
- All Known Implementing Classes:
SignedCommandArguments.Impl
public interface SignedCommandArguments
An interface wrapping
ArgumentSignatureDataMap with metadata attached.- Mappings:
Namespace Name official dpintermediary net/minecraft/class_7448named net/minecraft/network/message/SignedCommandArguments
-
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
FieldsModifier and TypeFieldDescriptionstatic final SignedCommandArgumentsAn empty signed command arguments that always returnsnullforcreateSignature(java.lang.String). -
Method Summary
-
Field Details
-
EMPTY
An empty signed command arguments that always returnsnullforcreateSignature(java.lang.String).- Mappings:
Namespace Name Mixin selector official aLdp;a:Ldp;intermediary field_39901Lnet/minecraft/class_7448;field_39901:Lnet/minecraft/class_7448;named EMPTYLnet/minecraft/network/message/SignedCommandArguments;EMPTY:Lnet/minecraft/network/message/SignedCommandArguments;
-
-
Method Details
-
createSignature
- Mappings:
Namespace Name Mixin selector official aLdp;a(Ljava/lang/String;)Lsd;intermediary method_44907Lnet/minecraft/class_7448;method_44907(Ljava/lang/String;)Lnet/minecraft/class_7471;named createSignatureLnet/minecraft/network/message/SignedCommandArguments;createSignature(Ljava/lang/String;)Lnet/minecraft/network/message/SignedMessage;
-