Interface ArgumentSignatureDataMap.ArgumentSigner

Enclosing class:
ArgumentSignatureDataMap
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public static interface ArgumentSignatureDataMap.ArgumentSigner
A functional interface that signs an argument of a command.
Mappings:
Namespace Name
official ds$b
intermediary net/minecraft/class_7450$class_7600
named net/minecraft/network/message/ArgumentSignatureDataMap$ArgumentSigner
  • Method Details

    • sign

      Mappings:
      Namespace Name Mixin selector
      official sign Lds$b;sign(Ljava/lang/String;)Ltd;
      intermediary sign Lnet/minecraft/class_7450$class_7600;sign(Ljava/lang/String;)Lnet/minecraft/class_7469;
      named sign Lnet/minecraft/network/message/ArgumentSignatureDataMap$ArgumentSigner;sign(Ljava/lang/String;)Lnet/minecraft/network/message/MessageSignatureData;