Uses of Record Class
net.minecraft.client.gui.render.state.TextGuiElementRenderState
Packages that use TextGuiElementRenderState
-
Uses of TextGuiElementRenderState in net.minecraft.client.font
Methods in net.minecraft.client.font with parameters of type TextGuiElementRenderStateModifier and TypeMethodDescriptionvoidBakedGlyph.addBackgroundToGui(GuiRenderState guiState, RenderLayer layer, BakedGlyph.Rectangle rect, TextGuiElementRenderState textElementState) voidBakedGlyph.addEffectToGui(GuiRenderState guiState, RenderLayer layer, BakedGlyph.Rectangle rect, boolean shadow, TextGuiElementRenderState textElementState) private voidBakedGlyph.addGlyphToGui(GuiRenderState guiState, RenderLayer layer, boolean italic, float x, float y, int color, boolean shadow, boolean bold, TextGuiElementRenderState textElementState) voidBakedGlyph.addGlyphToGui(GuiRenderState guiState, RenderLayer layer, BakedGlyph.DrawnGlyph drawnGlyph, boolean shadow, TextGuiElementRenderState textElementState) -
Uses of TextGuiElementRenderState in net.minecraft.client.gui.render.state
Fields in net.minecraft.client.gui.render.state with type parameters of type TextGuiElementRenderStateMethods in net.minecraft.client.gui.render.state with parameters of type TextGuiElementRenderStateModifier and TypeMethodDescriptionvoidGuiRenderState.addText(TextGuiElementRenderState state) voidGuiRenderState.Layer.addText(TextGuiElementRenderState state) Method parameters in net.minecraft.client.gui.render.state with type arguments of type TextGuiElementRenderStateModifier and TypeMethodDescriptionvoidGuiRenderState.forEachTextElement(Consumer<TextGuiElementRenderState> textElementStateConsumer)