Package net.minecraft.text
Class NbtText.BlockNbtText
java.lang.Object
net.minecraft.text.BaseText
net.minecraft.text.NbtText
net.minecraft.text.NbtText.BlockNbtText
- All Implemented Interfaces:
com.mojang.brigadier.Message,MutableText,ParsableText,StringVisitable,Text
- Enclosing class:
- NbtText
public static class NbtText.BlockNbtText extends NbtText
- Mappings:
Namespace Name official oq$aintermediary net/minecraft/class_2574$class_2575named net/minecraft/text/NbtText$BlockNbtText
-
Nested Class Summary
Nested classes/interfaces inherited from class net.minecraft.text.NbtText
NbtText.BlockNbtText, NbtText.EntityNbtText, NbtText.StorageNbtTextNested 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 @Nullable PosArgumentposprivate StringrawPosFields inherited from interface net.minecraft.text.StringVisitable
EMPTY, TERMINATE_VISIT -
Constructor Summary
Constructors Modifier Constructor Description BlockNbtText(String rawPath, boolean rawJson, String rawPos)privateBlockNbtText(String rawPath, NbtPathArgumentType.NbtPath path, boolean interpret, String rawPos, @Nullable PosArgument pos) -
Method Summary
Modifier and Type Method Description NbtText.BlockNbtTextcopy()Copies the text itself, excluding the styles or siblings.booleanequals(Object obj)@Nullable StringgetPos()private @Nullable PosArgumentparsePos(String rawPos)protected Stream<CompoundTag>toNbt(ServerCommandSource source)StringtoString()Methods inherited from class net.minecraft.text.NbtText
getPath, parse, shouldInterpretMethods inherited from class net.minecraft.text.BaseText
append, asOrderedText, asString, getSiblings, getStyle, hashCode, setStyle, shallowCopyMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Field Details
-
rawPos
- Mappings:
Namespace Name Mixin selector official gLoq$a;g:Ljava/lang/String;intermediary field_11780Lnet/minecraft/class_2574$class_2575;field_11780:Ljava/lang/String;named rawPosLnet/minecraft/text/NbtText$BlockNbtText;rawPos:Ljava/lang/String;
-
pos
- Mappings:
Namespace Name Mixin selector official hLoq$a;h:Lem;intermediary field_16408Lnet/minecraft/class_2574$class_2575;field_16408:Lnet/minecraft/class_2267;named posLnet/minecraft/text/NbtText$BlockNbtText;pos:Lnet/minecraft/command/argument/PosArgument;
-
-
Constructor Details
-
BlockNbtText
- Mappings:
Namespace Name Mixin selector official <init>Loq$a;<init>(Ljava/lang/String;ZLjava/lang/String;)Vintermediary <init>Lnet/minecraft/class_2574$class_2575;<init>(Ljava/lang/String;ZLjava/lang/String;)Vnamed <init>Lnet/minecraft/text/NbtText$BlockNbtText;<init>(Ljava/lang/String;ZLjava/lang/String;)V
-
BlockNbtText
private BlockNbtText(String rawPath, @Nullable NbtPathArgumentType.NbtPath path, boolean interpret, String rawPos, @Nullable @Nullable PosArgument pos)- Mappings:
Namespace Name Mixin selector official <init>Loq$a;<init>(Ljava/lang/String;Ldr$g;ZLjava/lang/String;Lem;)Vintermediary <init>Lnet/minecraft/class_2574$class_2575;<init>(Ljava/lang/String;Lnet/minecraft/class_2203$class_2209;ZLjava/lang/String;Lnet/minecraft/class_2267;)Vnamed <init>Lnet/minecraft/text/NbtText$BlockNbtText;<init>(Ljava/lang/String;Lnet/minecraft/command/argument/NbtPathArgumentType$NbtPath;ZLjava/lang/String;Lnet/minecraft/command/argument/PosArgument;)V
-
-
Method Details
-
parsePos
- Mappings:
Namespace Name Mixin selector official dLoq$a;d(Ljava/lang/String;)Lem;intermediary method_16121Lnet/minecraft/class_2574$class_2575;method_16121(Ljava/lang/String;)Lnet/minecraft/class_2267;named parsePosLnet/minecraft/text/NbtText$BlockNbtText;parsePos(Ljava/lang/String;)Lnet/minecraft/command/argument/PosArgument;
-
getPos
- Mappings:
Namespace Name Mixin selector official jLoq$a;j()Ljava/lang/String;intermediary method_10922Lnet/minecraft/class_2574$class_2575;method_10922()Ljava/lang/String;named getPosLnet/minecraft/text/NbtText$BlockNbtText;getPos()Ljava/lang/String;
-
copy
Description copied from interface:TextCopies the text itself, excluding the styles or siblings.- Specified by:
copyin interfaceText- Specified by:
copyin classBaseText- Mappings:
Namespace Name Mixin selector official kLoq$a;k()Loq$a;intermediary method_10850Lnet/minecraft/class_2574$class_2575;method_10850()Lnet/minecraft/class_2574$class_2575;named copyLnet/minecraft/text/NbtText$BlockNbtText;copy()Lnet/minecraft/text/NbtText$BlockNbtText;
-
toNbt
- Specified by:
toNbtin classNbtText- Mappings:
Namespace Name Mixin selector official aLoq;a(Ldb;)Ljava/util/stream/Stream;intermediary method_10916Lnet/minecraft/class_2574;method_10916(Lnet/minecraft/class_2168;)Ljava/util/stream/Stream;named toNbtLnet/minecraft/text/NbtText;toNbt(Lnet/minecraft/server/command/ServerCommandSource;)Ljava/util/stream/Stream;
-
equals
-
toString
-