Package net.minecraft.text
Class SelectorTextContent
java.lang.Object
net.minecraft.text.SelectorTextContent
- All Implemented Interfaces:
- TextContent
- Mappings:
- Namespace - Name - official - ue- intermediary - net/minecraft/class_2579- named - net/minecraft/text/SelectorTextContent
- 
Field SummaryFieldsModifier and TypeFieldDescriptionprivate static final Loggerprivate final Stringprivate final @Nullable EntitySelectorFields inherited from interface net.minecraft.text.TextContentEMPTY
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionbooleaninthashCode()parse(@Nullable ServerCommandSource source, @Nullable Entity sender, int depth) Parses this content into a basic mutable text without custom style or siblings.private static @Nullable EntitySelectorreadSelector(String pattern) toString()<T> Optional<T>visit(StringVisitable.StyledVisitor<T> visitor, Style style) Visits this content.<T> Optional<T>visit(StringVisitable.Visitor<T> visitor) Visits this content.
- 
Field Details- 
LOGGER- Mappings:
- Namespace - Name - Mixin selector - official - c- Lue;c:Lorg/slf4j/Logger;- intermediary - field_11791- Lnet/minecraft/class_2579;field_11791:Lorg/slf4j/Logger;- named - LOGGER- Lnet/minecraft/text/SelectorTextContent;LOGGER:Lorg/slf4j/Logger;
 
- 
pattern- Mappings:
- Namespace - Name - Mixin selector - official - d- Lue;d:Ljava/lang/String;- intermediary - field_11789- Lnet/minecraft/class_2579;field_11789:Ljava/lang/String;- named - pattern- Lnet/minecraft/text/SelectorTextContent;pattern:Ljava/lang/String;
 
- 
selector- Mappings:
- Namespace - Name - Mixin selector - official - e- Lue;e:Lga;- intermediary - field_11790- Lnet/minecraft/class_2579;field_11790:Lnet/minecraft/class_2300;- named - selector- Lnet/minecraft/text/SelectorTextContent;selector:Lnet/minecraft/command/EntitySelector;
 
- 
separator- Mappings:
- Namespace - Name - Mixin selector - official - b- Lue;b:Ljava/util/Optional;- intermediary - field_33540- Lnet/minecraft/class_2579;field_33540:Ljava/util/Optional;- named - separator- Lnet/minecraft/text/SelectorTextContent;separator:Ljava/util/Optional;
 
 
- 
- 
Constructor Details- 
SelectorTextContent- Mappings:
- Namespace - Name - Mixin selector - official - <init>- Lue;<init>(Ljava/lang/String;Ljava/util/Optional;)V- intermediary - <init>- Lnet/minecraft/class_2579;<init>(Ljava/lang/String;Ljava/util/Optional;)V- named - <init>- Lnet/minecraft/text/SelectorTextContent;<init>(Ljava/lang/String;Ljava/util/Optional;)V
 
 
- 
- 
Method Details- 
readSelector- Mappings:
- Namespace - Name - Mixin selector - official - a- Lue;a(Ljava/lang/String;)Lga;- intermediary - method_43486- Lnet/minecraft/class_2579;method_43486(Ljava/lang/String;)Lnet/minecraft/class_2300;- named - readSelector- Lnet/minecraft/text/SelectorTextContent;readSelector(Ljava/lang/String;)Lnet/minecraft/command/EntitySelector;
 
- 
getPattern- Mappings:
- Namespace - Name - Mixin selector - official - a- Lue;a()Ljava/lang/String;- intermediary - method_10932- Lnet/minecraft/class_2579;method_10932()Ljava/lang/String;- named - getPattern- Lnet/minecraft/text/SelectorTextContent;getPattern()Ljava/lang/String;
 
- 
getSelector- Mappings:
- Namespace - Name - Mixin selector - official - b- Lue;b()Lga;- intermediary - method_36138- Lnet/minecraft/class_2579;method_36138()Lnet/minecraft/class_2300;- named - getSelector- Lnet/minecraft/text/SelectorTextContent;getSelector()Lnet/minecraft/command/EntitySelector;
 
- 
getSeparator- Mappings:
- Namespace - Name - Mixin selector - official - c- Lue;c()Ljava/util/Optional;- intermediary - method_36339- Lnet/minecraft/class_2579;method_36339()Ljava/util/Optional;- named - getSeparator- Lnet/minecraft/text/SelectorTextContent;getSeparator()Ljava/util/Optional;
 
- 
parsepublic MutableText parse(@Nullable @Nullable ServerCommandSource source, @Nullable @Nullable Entity sender, int depth) throws com.mojang.brigadier.exceptions.CommandSyntaxException Parses this content into a basic mutable text without custom style or siblings. The resulting text may or may not have this content.- Specified by:
- parsein interface- TextContent
- Throws:
- com.mojang.brigadier.exceptions.CommandSyntaxException
- Mappings:
- Namespace - Name - Mixin selector - official - a- Lsx;a(Lds;Lbfj;I)Ltj;- intermediary - method_10890- Lnet/minecraft/class_7417;method_10890(Lnet/minecraft/class_2168;Lnet/minecraft/class_1297;I)Lnet/minecraft/class_5250;- named - parse- Lnet/minecraft/text/TextContent;parse(Lnet/minecraft/server/command/ServerCommandSource;Lnet/minecraft/entity/Entity;I)Lnet/minecraft/text/MutableText;
 
- 
visitVisits this content. Returns a value if the visitor terminates amid the visit, orOptional.empty()if it proceeds.- Specified by:
- visitin interface- TextContent
- Returns:
- Optional.empty()if the visit finished, or a terminating result from the- visitor
- See Also:
- Mappings:
- Namespace - Name - Mixin selector - official - a- Lsx;a(Lta$b;Lts;)Ljava/util/Optional;- intermediary - method_27660- Lnet/minecraft/class_7417;method_27660(Lnet/minecraft/class_5348$class_5246;Lnet/minecraft/class_2583;)Ljava/util/Optional;- named - visit- Lnet/minecraft/text/TextContent;visit(Lnet/minecraft/text/StringVisitable$StyledVisitor;Lnet/minecraft/text/Style;)Ljava/util/Optional;
 
- 
visitVisits this content. Returns a value if the visitor terminates amid the visit, orOptional.empty()if it proceeds.- Specified by:
- visitin interface- TextContent
- Returns:
- Optional.empty()if the visit finished, or a terminating result from the- visitor
- See Also:
- Mappings:
- Namespace - Name - Mixin selector - official - a- Lsx;a(Lta$a;)Ljava/util/Optional;- intermediary - method_27659- Lnet/minecraft/class_7417;method_27659(Lnet/minecraft/class_5348$class_5245;)Ljava/util/Optional;- named - visit- Lnet/minecraft/text/TextContent;visit(Lnet/minecraft/text/StringVisitable$Visitor;)Ljava/util/Optional;
 
- 
equals
- 
hashCodepublic int hashCode()
- 
toString
 
-