Package net.minecraft.text
Interface ParsableText
- All Known Implementing Classes:
NbtText,NbtText.BlockNbtText,NbtText.EntityNbtText,NbtText.StorageNbtText,ScoreText,SelectorText,TranslatableText
public interface ParsableText
A
Text that needs to be parsed when it is loaded into the game.- Mappings:
Namespace Name official okintermediary net/minecraft/class_2566named net/minecraft/text/ParsableText
-
Method Summary
Modifier and Type Method Description MutableTextparse(ServerCommandSource source, Entity sender, int depth)
-
Method Details
-
parse
MutableText parse(@Nullable ServerCommandSource source, @Nullable Entity sender, int depth) throws com.mojang.brigadier.exceptions.CommandSyntaxException- Throws:
com.mojang.brigadier.exceptions.CommandSyntaxException- Mappings:
Namespace Name Mixin selector official aLok;a(Ldb;Laqv;I)Loo;intermediary method_10890Lnet/minecraft/class_2566;method_10890(Lnet/minecraft/class_2168;Lnet/minecraft/class_1297;I)Lnet/minecraft/class_5250;named parseLnet/minecraft/text/ParsableText;parse(Lnet/minecraft/server/command/ServerCommandSource;Lnet/minecraft/entity/Entity;I)Lnet/minecraft/text/MutableText;
-