Interface ComponentContents
- All Known Subinterfaces:
PlainTextContents
- All Known Implementing Classes:
InsertingContents, KeybindContents, NbtContents, ObjectContents, PlainTextContents.LiteralContents, ScoreContents, SelectorContents, TranslatableContents
public interface ComponentContents
-
Method Summary
Modifier and TypeMethodDescriptioncom.mojang.serialization.MapCodec<? extends ComponentContents> codec()default MutableComponentresolve(@Nullable CommandSourceStack source, @Nullable Entity entity, int recursionDepth) default <T> Optional<T> visit(FormattedText.ContentConsumer<T> output) default <T> Optional<T> visit(FormattedText.StyledContentConsumer<T> output, Style currentStyle)
-
Method Details
-
visit
-
visit
-
resolve
default MutableComponent resolve(@Nullable CommandSourceStack source, @Nullable Entity entity, int recursionDepth) throws com.mojang.brigadier.exceptions.CommandSyntaxException - Throws:
com.mojang.brigadier.exceptions.CommandSyntaxException
-
codec
com.mojang.serialization.MapCodec<? extends ComponentContents> codec()
-