Interface PlainTextContents
- All Superinterfaces:
- ComponentContents
- All Known Implementing Classes:
- PlainTextContents.LiteralContents
- 
Nested Class SummaryNested ClassesNested classes/interfaces inherited from interface net.minecraft.network.chat.ComponentContentsComponentContents.Type<T extends ComponentContents>
- 
Field SummaryFieldsModifier and TypeFieldDescriptionstatic final com.mojang.serialization.MapCodec<PlainTextContents>static final PlainTextContentsstatic final ComponentContents.Type<PlainTextContents>
- 
Method SummaryModifier and TypeMethodDescriptionstatic PlainTextContentstext()default ComponentContents.Type<?>type()Methods inherited from interface net.minecraft.network.chat.ComponentContentsresolve, visit, visit
- 
Field Details- 
CODEC
- 
TYPE
- 
EMPTY
 
- 
- 
Method Details- 
create
- 
textString text()
- 
type- Specified by:
- typein interface- ComponentContents
 
 
-