Class SelectorText

java.lang.Object
net.minecraft.text.BaseText
net.minecraft.text.SelectorText
All Implemented Interfaces:
com.mojang.brigadier.Message, MutableText, ParsableText, StringVisitable, Text

public class SelectorText extends BaseText implements ParsableText
Mappings:
Namespace Name
official pb
intermediary net/minecraft/class_2579
named net/minecraft/text/SelectorText
  • Field Details

    • LOGGER

      private static final Logger LOGGER
      Mappings:
      Namespace Name Mixin selector
      official e Lpb;e:Lorg/apache/logging/log4j/Logger;
      intermediary field_11791 Lnet/minecraft/class_2579;field_11791:Lorg/apache/logging/log4j/Logger;
      named LOGGER Lnet/minecraft/text/SelectorText;LOGGER:Lorg/apache/logging/log4j/Logger;
    • pattern

      private final String pattern
      Mappings:
      Namespace Name Mixin selector
      official f Lpb;f:Ljava/lang/String;
      intermediary field_11789 Lnet/minecraft/class_2579;field_11789:Ljava/lang/String;
      named pattern Lnet/minecraft/text/SelectorText;pattern:Ljava/lang/String;
    • selector

      @Nullable private final @Nullable EntitySelector selector
      Mappings:
      Namespace Name Mixin selector
      official g Lpb;g:Lfm;
      intermediary field_11790 Lnet/minecraft/class_2579;field_11790:Lnet/minecraft/class_2300;
      named selector Lnet/minecraft/text/SelectorText;selector:Lnet/minecraft/command/EntitySelector;
    • separator

      protected final Optional<Text> separator
      Mappings:
      Namespace Name Mixin selector
      official d Lpb;d:Ljava/util/Optional;
      intermediary field_33540 Lnet/minecraft/class_2579;field_33540:Ljava/util/Optional;
      named separator Lnet/minecraft/text/SelectorText;separator:Ljava/util/Optional;
  • Constructor Details

    • SelectorText

      public SelectorText(String pattern, Optional<Text> separator)
      Mappings:
      Namespace Name Mixin selector
      official <init> Lpb;<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/SelectorText;<init>(Ljava/lang/String;Ljava/util/Optional;)V
  • Method Details

    • getPattern

      public String getPattern()
      Mappings:
      Namespace Name Mixin selector
      official h Lpb;h()Ljava/lang/String;
      intermediary method_10932 Lnet/minecraft/class_2579;method_10932()Ljava/lang/String;
      named getPattern Lnet/minecraft/text/SelectorText;getPattern()Ljava/lang/String;
    • getSelector

      @Nullable public @Nullable EntitySelector getSelector()
      Mappings:
      Namespace Name Mixin selector
      official i Lpb;i()Lfm;
      intermediary method_36138 Lnet/minecraft/class_2579;method_36138()Lnet/minecraft/class_2300;
      named getSelector Lnet/minecraft/text/SelectorText;getSelector()Lnet/minecraft/command/EntitySelector;
    • getSeparator

      public Optional<Text> getSeparator()
      Mappings:
      Namespace Name Mixin selector
      official j Lpb;j()Ljava/util/Optional;
      intermediary method_36339 Lnet/minecraft/class_2579;method_36339()Ljava/util/Optional;
      named getSeparator Lnet/minecraft/text/SelectorText;getSeparator()Ljava/util/Optional;
    • parse

      public MutableText parse(@Nullable @Nullable ServerCommandSource source, @Nullable @Nullable Entity sender, int depth) throws com.mojang.brigadier.exceptions.CommandSyntaxException
      Specified by:
      parse in interface ParsableText
      Throws:
      com.mojang.brigadier.exceptions.CommandSyntaxException
      Mappings:
      Namespace Name Mixin selector
      official a Lou;a(Ldl;Latf;I)Loy;
      intermediary method_10890 Lnet/minecraft/class_2566;method_10890(Lnet/minecraft/class_2168;Lnet/minecraft/class_1297;I)Lnet/minecraft/class_5250;
      named parse Lnet/minecraft/text/ParsableText;parse(Lnet/minecraft/server/command/ServerCommandSource;Lnet/minecraft/entity/Entity;I)Lnet/minecraft/text/MutableText;
    • asString

      public String asString()
      Returns the string representation of this text itself, excluding siblings.
      Specified by:
      asString in interface Text
      Overrides:
      asString in class BaseText
      Mappings:
      Namespace Name Mixin selector
      official a Los;a()Ljava/lang/String;
      intermediary method_10851 Lnet/minecraft/class_2561;method_10851()Ljava/lang/String;
      named asString Lnet/minecraft/text/Text;asString()Ljava/lang/String;
    • copy

      public SelectorText copy()
      Description copied from interface: Text
      Copies the text itself, excluding the styles or siblings.
      Specified by:
      copy in interface Text
      Specified by:
      copy in class BaseText
      Mappings:
      Namespace Name Mixin selector
      official k Lpb;k()Lpb;
      intermediary method_10931 Lnet/minecraft/class_2579;method_10931()Lnet/minecraft/class_2579;
      named copy Lnet/minecraft/text/SelectorText;copy()Lnet/minecraft/text/SelectorText;
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class BaseText
      Mappings:
      Namespace Name Mixin selector
      official equals Loo;equals(Ljava/lang/Object;)Z
      intermediary equals Lnet/minecraft/class_2554;equals(Ljava/lang/Object;)Z
      named equals Lnet/minecraft/text/BaseText;equals(Ljava/lang/Object;)Z
    • toString

      public String toString()
      Overrides:
      toString in class BaseText