Package net.minecraft.command.argument
Record Class MessageArgumentType.SignedMessage
java.lang.Object
java.lang.Record
net.minecraft.command.argument.MessageArgumentType.SignedMessage
- Record Components:
plain-formatted-signedArgument-
- Enclosing class:
MessageArgumentType
public static record MessageArgumentType.SignedMessage(String plain, Text formatted, SignedCommandArguments.class_7622 signedArgument)
extends Record
- Mappings:
Namespace Name official ef$aintermediary net/minecraft/class_2196$class_7515named net/minecraft/command/argument/MessageArgumentType$SignedMessageofficial aintermediary comp_855named plainofficial bintermediary comp_861named formattedofficial cintermediary comp_954named signedArgument
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final TextThe field for theformattedrecord component.private final StringThe field for theplainrecord component.private final SignedCommandArguments.class_7622The field for thesignedArgumentrecord component. -
Constructor Summary
ConstructorsConstructorDescriptionSignedMessage(String string, Text text, SignedCommandArguments.class_7622 class_7622) -
Method Summary
Modifier and TypeMethodDescriptionvoiddecorate(ServerCommandSource serverCommandSource, Consumer<FilteredMessage<SignedMessage>> consumer) private CompletableFuture<FilteredMessage<SignedMessage>>decorate(ServerCommandSource source, FilteredMessage<String> filtered, FilteredMessage<Text> formatted) final booleanIndicates whether some other object is "equal to" this one.private CompletableFuture<FilteredMessage<String>>filterText(ServerCommandSource source, String text) format(ServerCommandSource source, String filteredText) Returns the parsed and formattedfilteredText, ornullif it fails.private FilteredMessage<Text>format(ServerCommandSource source, FilteredMessage<String> message) Returns the formattedmessage.Returns the value of theformattedrecord component.final inthashCode()Returns a hash code value for this object.plain()Returns the value of theplainrecord component.voidsendHeader(ServerCommandSource source) Sends the message's header to all players.Returns the value of thesignedArgumentrecord component.final StringtoString()Returns a string representation of this record class.
-
Field Details
-
plain
The field for theplainrecord component. -
formatted
The field for theformattedrecord component. -
signedArgument
The field for thesignedArgumentrecord component.
-
-
Constructor Details
-
SignedMessage
-
-
Method Details
-
decorate
public void decorate(ServerCommandSource serverCommandSource, Consumer<FilteredMessage<SignedMessage>> consumer) - Mappings:
Namespace Name Mixin selector official aLef$a;a(Ldr;Ljava/util/function/Consumer;)Vintermediary method_44262Lnet/minecraft/class_2196$class_7515;method_44262(Lnet/minecraft/class_2168;Ljava/util/function/Consumer;)Vnamed decorateLnet/minecraft/command/argument/MessageArgumentType$SignedMessage;decorate(Lnet/minecraft/server/command/ServerCommandSource;Ljava/util/function/Consumer;)V
-
format
Returns the formattedmessage.If the message contains a filtered part, that part is formatted by
format(ServerCommandSource, String).- Returns:
- the formatted
message - Mappings:
Namespace Name Mixin selector official aLef$a;a(Ldr;Lagr;)Lagr;intermediary method_44802Lnet/minecraft/class_2196$class_7515;method_44802(Lnet/minecraft/class_2168;Lnet/minecraft/class_5837;)Lnet/minecraft/class_5837;named formatLnet/minecraft/command/argument/MessageArgumentType$SignedMessage;format(Lnet/minecraft/server/command/ServerCommandSource;Lnet/minecraft/server/filter/FilteredMessage;)Lnet/minecraft/server/filter/FilteredMessage;
-
format
Returns the parsed and formattedfilteredText, ornullif it fails.- Returns:
- the parsed and formatted
filteredText, ornullif it fails - Mappings:
Namespace Name Mixin selector official aLef$a;a(Ldr;Ljava/lang/String;)Lro;intermediary method_44804Lnet/minecraft/class_2196$class_7515;method_44804(Lnet/minecraft/class_2168;Ljava/lang/String;)Lnet/minecraft/class_2561;named formatLnet/minecraft/command/argument/MessageArgumentType$SignedMessage;format(Lnet/minecraft/server/command/ServerCommandSource;Ljava/lang/String;)Lnet/minecraft/text/Text;
-
decorate
private CompletableFuture<FilteredMessage<SignedMessage>> decorate(ServerCommandSource source, FilteredMessage<String> filtered, FilteredMessage<Text> formatted) - Mappings:
Namespace Name Mixin selector official aLef$a;a(Ldr;Lagr;Lagr;)Ljava/util/concurrent/CompletableFuture;intermediary method_44803Lnet/minecraft/class_2196$class_7515;method_44803(Lnet/minecraft/class_2168;Lnet/minecraft/class_5837;Lnet/minecraft/class_5837;)Ljava/util/concurrent/CompletableFuture;named decorateLnet/minecraft/command/argument/MessageArgumentType$SignedMessage;decorate(Lnet/minecraft/server/command/ServerCommandSource;Lnet/minecraft/server/filter/FilteredMessage;Lnet/minecraft/server/filter/FilteredMessage;)Ljava/util/concurrent/CompletableFuture;
-
filterText
private CompletableFuture<FilteredMessage<String>> filterText(ServerCommandSource source, String text) - Mappings:
Namespace Name Mixin selector official bLef$a;b(Ldr;Ljava/lang/String;)Ljava/util/concurrent/CompletableFuture;intermediary method_44808Lnet/minecraft/class_2196$class_7515;method_44808(Lnet/minecraft/class_2168;Ljava/lang/String;)Ljava/util/concurrent/CompletableFuture;named filterTextLnet/minecraft/command/argument/MessageArgumentType$SignedMessage;filterText(Lnet/minecraft/server/command/ServerCommandSource;Ljava/lang/String;)Ljava/util/concurrent/CompletableFuture;
-
sendHeader
Sends the message's header to all players.This should be called if the message could not be sent due to an exception. See
MessageCommandfor an example.- Mappings:
Namespace Name Mixin selector official aLef$a;a(Ldr;)Vintermediary method_44806Lnet/minecraft/class_2196$class_7515;method_44806(Lnet/minecraft/class_2168;)Vnamed sendHeaderLnet/minecraft/command/argument/MessageArgumentType$SignedMessage;sendHeader(Lnet/minecraft/server/command/ServerCommandSource;)V
-
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. -
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. -
equals
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. All components in this record class are compared withObjects::equals(Object,Object). -
plain
Returns the value of theplainrecord component.- Returns:
- the value of the
plainrecord component
-
formatted
Returns the value of theformattedrecord component.- Returns:
- the value of the
formattedrecord component
-
signedArgument
Returns the value of thesignedArgumentrecord component.- Returns:
- the value of the
signedArgumentrecord component
-