Interface SignedCommandArguments

All Known Implementing Classes:
SignedCommandArguments.Impl

public interface SignedCommandArguments
An interface wrapping ArgumentSignatureDataMap with metadata attached.
Mappings:
Namespace Name
official dp
intermediary net/minecraft/class_7448
named net/minecraft/network/message/SignedCommandArguments
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Interface
    Description
    static final record 
    A signature for command arguments, consisting of the sender, the timestamp, and the signature datas for the arguments.
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    createSignature(String argumentName)
     
  • Field Details

    • field_39901

      static final SignedCommandArguments field_39901
      Mappings:
      Namespace Name Mixin selector
      official a Ldp;a:Ldp;
      intermediary field_39901 Lnet/minecraft/class_7448;field_39901:Lnet/minecraft/class_7448;
      named field_39901 Lnet/minecraft/network/message/SignedCommandArguments;field_39901:Lnet/minecraft/network/message/SignedCommandArguments;
  • Method Details

    • createSignature

      @Nullable @Nullable SignedMessage createSignature(String argumentName)
      Mappings:
      Namespace Name Mixin selector
      official a Ldp;a(Ljava/lang/String;)Lsb;
      intermediary method_44907 Lnet/minecraft/class_7448;method_44907(Ljava/lang/String;)Lnet/minecraft/class_7471;
      named createSignature Lnet/minecraft/network/message/SignedCommandArguments;createSignature(Ljava/lang/String;)Lnet/minecraft/network/message/SignedMessage;