Uses of Interface
net.minecraft.client.renderer.feature.TextFeatureRenderer.Content
Packages that use TextFeatureRenderer.Content
-
Uses of TextFeatureRenderer.Content in net.minecraft.client.renderer
Methods in net.minecraft.client.renderer with parameters of type TextFeatureRenderer.ContentModifier and TypeMethodDescriptionprivate static booleanSubmitNodeCollection.canRenderAsSolid(TextFeatureRenderer.Content content) private voidSubmitNodeCollection.submitTextPart(PoseStack poseStack, Font.DisplayMode displayMode, int lightCoords, TextFeatureRenderer.Content content) -
Uses of TextFeatureRenderer.Content in net.minecraft.client.renderer.feature
Classes in net.minecraft.client.renderer.feature that implement TextFeatureRenderer.ContentModifier and TypeClassDescriptionstatic final recordstatic final recordFields in net.minecraft.client.renderer.feature declared as TextFeatureRenderer.ContentModifier and TypeFieldDescriptionprivate final TextFeatureRenderer.ContentTextFeatureRenderer.Submit.contentThe field for thecontentrecord component.Methods in net.minecraft.client.renderer.feature that return TextFeatureRenderer.ContentModifier and TypeMethodDescriptionTextFeatureRenderer.Submit.content()Returns the value of thecontentrecord component.Constructors in net.minecraft.client.renderer.feature with parameters of type TextFeatureRenderer.ContentModifierConstructorDescriptionSubmit(Matrix4fc pose, Font.DisplayMode displayMode, int lightCoords, TextFeatureRenderer.Content content) Creates an instance of aSubmitrecord class.