Package net.minecraft.text
Class NbtText.EntityNbtText
java.lang.Object
net.minecraft.text.BaseText
net.minecraft.text.NbtText
net.minecraft.text.NbtText.EntityNbtText
- All Implemented Interfaces:
com.mojang.brigadier.Message
,MutableText
,ParsableText
,StringVisitable
,Text
- Enclosing class:
- NbtText
public static class NbtText.EntityNbtText extends NbtText
- Mappings:
Namespace Name official op$b
intermediary net/minecraft/class_2574$class_2576
named net/minecraft/text/NbtText$EntityNbtText
-
Nested Class Summary
Nested classes/interfaces inherited from class net.minecraft.text.NbtText
NbtText.BlockNbtText, NbtText.EntityNbtText, NbtText.StorageNbtText
Nested classes/interfaces inherited from interface net.minecraft.text.StringVisitable
StringVisitable.StyledVisitor<T>, StringVisitable.Visitor<T>
Nested classes/interfaces inherited from interface net.minecraft.text.Text
Text.Serializer
-
Field Summary
Fields Modifier and Type Field Description private String
rawSelector
private EntitySelector
selector
Fields inherited from interface net.minecraft.text.StringVisitable
EMPTY, TERMINATE_VISIT
-
Constructor Summary
Constructors Modifier Constructor Description EntityNbtText(String rawPath, boolean interpret, String rawSelector)
private
EntityNbtText(String rawPath, NbtPathArgumentType.NbtPath path, boolean interpret, String rawSelector, EntitySelector selector)
-
Method Summary
Modifier and Type Method Description NbtText.EntityNbtText
copy()
Copies the text itself, excluding the styles or siblings.boolean
equals(Object obj)
String
getSelector()
private static EntitySelector
parseSelector(String rawSelector)
protected Stream<CompoundTag>
toNbt(ServerCommandSource source)
String
toString()
Methods inherited from class net.minecraft.text.NbtText
getPath, parse, shouldInterpret
Methods inherited from class net.minecraft.text.BaseText
append, asOrderedText, asString, getSiblings, getStyle, hashCode, setStyle, shallowCopy
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Field Details
-
rawSelector
- Mappings:
Namespace Name Mixin selector official g
Lop$b;g:Ljava/lang/String;
intermediary field_11782
Lnet/minecraft/class_2574$class_2576;field_11782:Ljava/lang/String;
named rawSelector
Lnet/minecraft/text/NbtText$EntityNbtText;rawSelector:Ljava/lang/String;
-
selector
- Mappings:
Namespace Name Mixin selector official h
Lop$b;h:Lfc;
intermediary field_11781
Lnet/minecraft/class_2574$class_2576;field_11781:Lnet/minecraft/class_2300;
named selector
Lnet/minecraft/text/NbtText$EntityNbtText;selector:Lnet/minecraft/command/EntitySelector;
-
-
Constructor Details
-
EntityNbtText
- Mappings:
Namespace Name Mixin selector official <init>
Lop$b;<init>(Ljava/lang/String;ZLjava/lang/String;)V
intermediary <init>
Lnet/minecraft/class_2574$class_2576;<init>(Ljava/lang/String;ZLjava/lang/String;)V
named <init>
Lnet/minecraft/text/NbtText$EntityNbtText;<init>(Ljava/lang/String;ZLjava/lang/String;)V
-
EntityNbtText
private EntityNbtText(String rawPath, @Nullable NbtPathArgumentType.NbtPath path, boolean interpret, String rawSelector, @Nullable EntitySelector selector)- Mappings:
Namespace Name Mixin selector official <init>
Lop$b;<init>(Ljava/lang/String;Ldr$g;ZLjava/lang/String;Lfc;)V
intermediary <init>
Lnet/minecraft/class_2574$class_2576;<init>(Ljava/lang/String;Lnet/minecraft/class_2203$class_2209;ZLjava/lang/String;Lnet/minecraft/class_2300;)V
named <init>
Lnet/minecraft/text/NbtText$EntityNbtText;<init>(Ljava/lang/String;Lnet/minecraft/command/argument/NbtPathArgumentType$NbtPath;ZLjava/lang/String;Lnet/minecraft/command/EntitySelector;)V
-
-
Method Details
-
parseSelector
- Mappings:
Namespace Name Mixin selector official d
Lop$b;d(Ljava/lang/String;)Lfc;
intermediary method_10923
Lnet/minecraft/class_2574$class_2576;method_10923(Ljava/lang/String;)Lnet/minecraft/class_2300;
named parseSelector
Lnet/minecraft/text/NbtText$EntityNbtText;parseSelector(Ljava/lang/String;)Lnet/minecraft/command/EntitySelector;
-
getSelector
- Mappings:
Namespace Name Mixin selector official j
Lop$b;j()Ljava/lang/String;
intermediary method_10924
Lnet/minecraft/class_2574$class_2576;method_10924()Ljava/lang/String;
named getSelector
Lnet/minecraft/text/NbtText$EntityNbtText;getSelector()Ljava/lang/String;
-
copy
Description copied from interface:Text
Copies the text itself, excluding the styles or siblings.- Specified by:
copy
in interfaceText
- Specified by:
copy
in classBaseText
- Mappings:
Namespace Name Mixin selector official k
Lop$b;k()Lop$b;
intermediary method_27697
Lnet/minecraft/class_2574$class_2576;method_27697()Lnet/minecraft/class_2574$class_2576;
named copy
Lnet/minecraft/text/NbtText$EntityNbtText;copy()Lnet/minecraft/text/NbtText$EntityNbtText;
-
toNbt
protected Stream<CompoundTag> toNbt(ServerCommandSource source) throws com.mojang.brigadier.exceptions.CommandSyntaxException- Specified by:
toNbt
in classNbtText
- Throws:
com.mojang.brigadier.exceptions.CommandSyntaxException
- Mappings:
Namespace Name Mixin selector official a
Lop;a(Ldb;)Ljava/util/stream/Stream;
intermediary method_10916
Lnet/minecraft/class_2574;method_10916(Lnet/minecraft/class_2168;)Ljava/util/stream/Stream;
named toNbt
Lnet/minecraft/text/NbtText;toNbt(Lnet/minecraft/server/command/ServerCommandSource;)Ljava/util/stream/Stream;
-
equals
-
toString
-