Record Class MessageArgumentType.SignedMessage

java.lang.Object
java.lang.Record
net.minecraft.command.argument.MessageArgumentType.SignedMessage
Record Components:
plain -
signature -
signedPreview -
Enclosing class:
MessageArgumentType

public static record MessageArgumentType.SignedMessage(Text plain, ChatMessageSignature signature, boolean signedPreview) extends Record
Mappings:
Namespace Name
official ef$a
intermediary net/minecraft/class_2196$class_7515
named net/minecraft/command/argument/MessageArgumentType$SignedMessage
official a
intermediary comp_855
named plain
official b
intermediary comp_856
named signature
official c
intermediary comp_857
named signedPreview
  • Field Details

    • plain

      private final Text plain
      The field for the plain record component.
    • signature

      private final ChatMessageSignature signature
      The field for the signature record component.
    • signedPreview

      private final boolean signedPreview
      The field for the signedPreview record component.
  • Constructor Details

  • Method Details

    • decorate

      Mappings:
      Namespace Name Mixin selector
      official a Lef$a;a(Ldr;)Ljava/util/concurrent/CompletableFuture;
      intermediary method_44262 Lnet/minecraft/class_2196$class_7515;method_44262(Lnet/minecraft/class_2168;)Ljava/util/concurrent/CompletableFuture;
      named decorate Lnet/minecraft/command/argument/MessageArgumentType$SignedMessage;decorate(Lnet/minecraft/server/command/ServerCommandSource;)Ljava/util/concurrent/CompletableFuture;
    • logInvalidSignatureWarning

      private FilteredMessage<SignedChatMessage> logInvalidSignatureWarning(ServerCommandSource source, FilteredMessage<SignedChatMessage> decorated)
      Mappings:
      Namespace Name Mixin selector
      official a Lef$a;a(Ldr;Lagd;)Lagd;
      intermediary method_44263 Lnet/minecraft/class_2196$class_7515;method_44263(Lnet/minecraft/class_2168;Lnet/minecraft/class_5837;)Lnet/minecraft/class_5837;
      named logInvalidSignatureWarning Lnet/minecraft/command/argument/MessageArgumentType$SignedMessage;logInvalidSignatureWarning(Lnet/minecraft/server/command/ServerCommandSource;Lnet/minecraft/server/filter/FilteredMessage;)Lnet/minecraft/server/filter/FilteredMessage;
    • filter

      private CompletableFuture<FilteredMessage<Text>> filter(ServerCommandSource source, Text message)
      Mappings:
      Namespace Name Mixin selector
      official a Lef$a;a(Ldr;Lrm;)Ljava/util/concurrent/CompletableFuture;
      intermediary method_44264 Lnet/minecraft/class_2196$class_7515;method_44264(Lnet/minecraft/class_2168;Lnet/minecraft/class_2561;)Ljava/util/concurrent/CompletableFuture;
      named filter Lnet/minecraft/command/argument/MessageArgumentType$SignedMessage;filter(Lnet/minecraft/server/command/ServerCommandSource;Lnet/minecraft/text/Text;)Ljava/util/concurrent/CompletableFuture;
    • toString

      public final String toString()
      Returns a string representation of this record class. The representation contains the name of the class, followed by the name and value of each of the record components.
      Specified by:
      toString in class Record
      Returns:
      a string representation of this object
    • hashCode

      public final int hashCode()
      Returns a hash code value for this object. The value is derived from the hash code of each of the record components.
      Specified by:
      hashCode in class Record
      Returns:
      a hash code value for this object
    • equals

      public final boolean equals(Object object)
      Indicates whether some other object is "equal to" this one. The objects are equal if the other object is of the same class and if all the record components are equal. Reference components are compared with Objects::equals(Object,Object); primitive components are compared with '=='.
      Specified by:
      equals in class Record
      Parameters:
      object - the object with which to compare
      Returns:
      true if this object is the same as the object argument; false otherwise.
    • plain

      public Text plain()
      Returns the value of the plain record component.
      Returns:
      the value of the plain record component
    • signature

      public ChatMessageSignature signature()
      Returns the value of the signature record component.
      Returns:
      the value of the signature record component
    • signedPreview

      public boolean signedPreview()
      Returns the value of the signedPreview record component.
      Returns:
      the value of the signedPreview record component