Uses of Interface
net.minecraft.text.ObjectTextContent.Contents
Packages that use ObjectTextContent.Contents
-
Uses of ObjectTextContent.Contents in net.minecraft.text
Classes in net.minecraft.text that implement ObjectTextContent.ContentsFields in net.minecraft.text declared as ObjectTextContent.ContentsModifier and TypeFieldDescriptionprivate final ObjectTextContent.ContentsObjectTextContent.contentsThe field for thecontentsrecord component.Fields in net.minecraft.text with type parameters of type ObjectTextContent.ContentsModifier and TypeFieldDescriptionstatic final com.mojang.serialization.MapCodec<ObjectTextContent.Contents> ObjectTextContent.Contents.SPRITE_CODECMethods in net.minecraft.text that return ObjectTextContent.ContentsModifier and TypeMethodDescriptionObjectTextContent.contents()Returns the value of thecontentsrecord component.Constructors in net.minecraft.text with parameters of type ObjectTextContent.ContentsModifierConstructorDescriptionObjectTextContent(ObjectTextContent.Contents contents) Creates an instance of aObjectTextContentrecord class.