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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description IFormattableTextComponent
resolve(CommandSource p_230535_1_, Entity p_230535_2_, int p_230535_3_)
-
-
-
Method Detail
-
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
-
-