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 ok
intermediary net/minecraft/class_2566
named net/minecraft/text/ParsableText
-
Method Summary
Modifier and Type Method Description MutableText
parse(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 a
Lok;a(Ldb;Laqv;I)Loo;
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;
-