Package net.minecraft.util.text
Interface ITargetedTextComponent
- All Known Implementing Classes:
NBTTextComponent
,NBTTextComponent.Block
,NBTTextComponent.Entity
,NBTTextComponent.Storage
,ScoreTextComponent
,SelectorTextComponent
,TranslationTextComponent
public interface ITargetedTextComponent
-
Method Summary
Modifier and TypeMethodDescriptionresolve
(CommandSource p_230535_1_, Entity p_230535_2_, int p_230535_3_)
-
Method Details
-
resolve
IFormattableTextComponent resolve(@Nullable CommandSource p_230535_1_, @Nullable Entity p_230535_2_, int p_230535_3_) throws com.mojang.brigadier.exceptions.CommandSyntaxException - Throws:
com.mojang.brigadier.exceptions.CommandSyntaxException
-