Uses of Enum Class
net.minecraft.client.font.TextRenderer.TextLayerType
Packages that use TextRenderer.TextLayerType
Package
Description
The base package for all Minecraft classes.
-
Uses of TextRenderer.TextLayerType in net.minecraft
Methods in net.minecraft with parameters of type TextRenderer.TextLayerTypeModifier and TypeMethodDescriptionclass_11767.method_73401(TextRenderer.TextLayerType textLayerType) voidclass_11785.method_73478(MatrixStack matrixStack, float float2, float float3, OrderedText orderedText, boolean bool, TextRenderer.TextLayerType textLayerType, int int2, int int3, int int4, int int5) voidclass_11788.method_73478(MatrixStack matrixStack, float float2, float float3, OrderedText orderedText, boolean bool, TextRenderer.TextLayerType textLayerType, int int2, int int3, int int4, int int5) -
Uses of TextRenderer.TextLayerType in net.minecraft.client.font
Methods in net.minecraft.client.font that return TextRenderer.TextLayerTypeModifier and TypeMethodDescriptionstatic TextRenderer.TextLayerTypeReturns the enum constant of this class with the specified name.static TextRenderer.TextLayerType[]TextRenderer.TextLayerType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in net.minecraft.client.font with parameters of type TextRenderer.TextLayerTypeModifier and TypeMethodDescriptionvoidTextRenderer.draw(String string, float x, float y, int color, boolean shadow, Matrix4f matrix, VertexConsumerProvider vertexConsumers, TextRenderer.TextLayerType layerType, int backgroundColor, int light) voidTextRenderer.draw(OrderedText text, float x, float y, int color, boolean shadow, Matrix4f matrix, VertexConsumerProvider vertexConsumers, TextRenderer.TextLayerType layerType, int backgroundColor, int light) voidTextRenderer.draw(Text text, float x, float y, int color, boolean shadow, Matrix4f matrix, VertexConsumerProvider vertexConsumers, TextRenderer.TextLayerType layerType, int backgroundColor, int light) static TextRenderer.GlyphDrawerTextRenderer.GlyphDrawer.drawing(VertexConsumerProvider vertexConsumers, Matrix4f matrix, TextRenderer.TextLayerType layerType, int light) TextRenderLayerSet.getRenderLayer(TextRenderer.TextLayerType layerType) BakedGlyph.DrawnGlyph.method_73401(TextRenderer.TextLayerType textLayerType) BakedGlyph.Rectangle.method_73401(TextRenderer.TextLayerType textLayerType) -
Uses of TextRenderer.TextLayerType in net.minecraft.client.render.entity.command
Fields in net.minecraft.client.render.entity.command declared as TextRenderer.TextLayerTypeModifier and TypeFieldDescriptionprivate final TextRenderer.TextLayerTypeBatchingEntityRenderCommandQueue.TextCommand.displayModeThe field for thedisplayModerecord component.Methods in net.minecraft.client.render.entity.command that return TextRenderer.TextLayerTypeModifier and TypeMethodDescriptionBatchingEntityRenderCommandQueue.TextCommand.displayMode()Returns the value of thedisplayModerecord component.Methods in net.minecraft.client.render.entity.command with parameters of type TextRenderer.TextLayerTypeModifier and TypeMethodDescriptionvoidBatchingEntityRenderCommandQueue.method_73478(MatrixStack matrixStack, float float2, float float3, OrderedText orderedText, boolean bool, TextRenderer.TextLayerType textLayerType, int int2, int int3, int int4, int int5) Constructors in net.minecraft.client.render.entity.command with parameters of type TextRenderer.TextLayerTypeModifierConstructorDescriptionTextCommand(Matrix4f matrix4f, float float2, float float3, OrderedText orderedText, boolean bool, TextRenderer.TextLayerType textLayerType, int int2, int int3, int int4, int int5) -
Uses of TextRenderer.TextLayerType in net.minecraft.client.texture
Methods in net.minecraft.client.texture with parameters of type TextRenderer.TextLayerTypeModifier and TypeMethodDescriptionSpriteAtlasGlyphs.class_11765.method_73401(TextRenderer.TextLayerType textLayerType)