Uses of Enum Class
net.minecraft.client.font.TextRenderer.TextLayerType
Packages that use TextRenderer.TextLayerType
Package
Description
-
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) BakedGlyphImpl.DrawnGlyph.getRenderLayer(TextRenderer.TextLayerType type) BakedGlyphImpl.Rectangle.getRenderLayer(TextRenderer.TextLayerType type) PlayerHeadGlyphs.Glyph.getRenderLayer(TextRenderer.TextLayerType type) TextDrawable.getRenderLayer(TextRenderer.TextLayerType type) TextRenderLayerSet.getRenderLayer(TextRenderer.TextLayerType layerType) -
Uses of TextRenderer.TextLayerType in net.minecraft.client.render.command
Fields in net.minecraft.client.render.command declared as TextRenderer.TextLayerTypeModifier and TypeFieldDescriptionprivate final TextRenderer.TextLayerTypeOrderedRenderCommandQueueImpl.TextCommand.layerTypeThe field for thelayerTyperecord component.Methods in net.minecraft.client.render.command that return TextRenderer.TextLayerTypeModifier and TypeMethodDescriptionOrderedRenderCommandQueueImpl.TextCommand.layerType()Returns the value of thelayerTyperecord component.Methods in net.minecraft.client.render.command with parameters of type TextRenderer.TextLayerTypeModifier and TypeMethodDescriptionvoidBatchingRenderCommandQueue.submitText(MatrixStack matrices, float x, float y, OrderedText text, boolean dropShadow, TextRenderer.TextLayerType layerType, int light, int color, int backgroundColor, int outlineColor) voidOrderedRenderCommandQueueImpl.submitText(MatrixStack matrices, float x, float y, OrderedText text, boolean dropShadow, TextRenderer.TextLayerType layerType, int light, int color, int backgroundColor, int outlineColor) voidRenderCommandQueue.submitText(MatrixStack matrices, float x, float y, OrderedText text, boolean dropShadow, TextRenderer.TextLayerType layerType, int light, int color, int backgroundColor, int outlineColor) Constructors in net.minecraft.client.render.command with parameters of type TextRenderer.TextLayerTypeModifierConstructorDescriptionTextCommand(Matrix4f pose, float x, float y, OrderedText string, boolean dropShadow, TextRenderer.TextLayerType displayMode, int lightCoords, int color, int backgroundColor, int outlineColor) -
Uses of TextRenderer.TextLayerType in net.minecraft.client.texture
Methods in net.minecraft.client.texture with parameters of type TextRenderer.TextLayerTypeModifier and TypeMethodDescriptionSpriteAtlasGlyphs.Glyph.getRenderLayer(TextRenderer.TextLayerType type)