public interface ParsableText
Text
that needs to be parsed when it is loaded into the game.Modifier and Type | Method and Description |
---|---|
MutableText |
parse(ServerCommandSource source,
Entity sender,
int depth) |
MutableText parse(@Nullable ServerCommandSource source, @Nullable Entity sender, int depth) throws com.mojang.brigadier.exceptions.CommandSyntaxException
com.mojang.brigadier.exceptions.CommandSyntaxException