Uses of Interface
net.minecraft.text.Contents
Packages that use Contents
-
Uses of Contents in net.minecraft
Classes in net.minecraft that implement ContentsFields in net.minecraft with type parameters of type ContentsModifier and TypeFieldDescriptionstatic final com.mojang.serialization.MapCodec<Contents> class_11884.field_62498private static final Codecs.IdMapper<String, com.mojang.serialization.MapCodec<? extends Contents>> class_11884.field_62499 -
Uses of Contents in net.minecraft.text
Classes in net.minecraft.text that implement ContentsFields in net.minecraft.text declared as ContentsModifier and TypeFieldDescriptionprivate final ContentsObjectTextContent.contentsThe field for thecontentsrecord component.Methods in net.minecraft.text that return ContentsModifier and TypeMethodDescriptionObjectTextContent.contents()Returns the value of thecontentsrecord component.Methods in net.minecraft.text that return types with arguments of type ContentsModifier and TypeMethodDescriptioncom.mojang.serialization.MapCodec<? extends Contents> Contents.method_74067()Methods in net.minecraft.text with parameters of type ContentsConstructors in net.minecraft.text with parameters of type ContentsModifierConstructorDescriptionObjectTextContent(Contents contents) Creates an instance of aObjectTextContentrecord class.