Uses of Class
net.minecraft.client.gui.FontRenderer
-
-
Uses of FontRenderer in net.minecraft.client
Fields in net.minecraft.client declared as FontRenderer Modifier and Type Field Description FontRenderer
Minecraft. font
-
Uses of FontRenderer in net.minecraft.client.gui
Fields in net.minecraft.client.gui declared as FontRenderer Modifier and Type Field Description private FontRenderer
CommandSuggestionHelper. font
Methods in net.minecraft.client.gui that return FontRenderer Modifier and Type Method Description FontRenderer
IngameGui. getFont()
Methods in net.minecraft.client.gui with parameters of type FontRenderer Modifier and Type Method Description static IBidiRenderer
IBidiRenderer. create(FontRenderer p_243260_0_, ITextComponent... p_243260_1_)
static IBidiRenderer
IBidiRenderer. create(FontRenderer p_243258_0_, ITextProperties p_243258_1_, int p_243258_2_)
static IBidiRenderer
IBidiRenderer. create(FontRenderer p_243259_0_, ITextProperties p_243259_1_, int p_243259_2_, int p_243259_3_)
static IBidiRenderer
IBidiRenderer. createFixed(FontRenderer p_243262_0_, java.util.List<IBidiRenderer.Entry> p_243262_1_)
protected void
IngameGui. drawBackdrop(MatrixStack p_238448_1_, FontRenderer p_238448_2_, int p_238448_3_, int p_238448_4_, int p_238448_5_)
static void
AbstractGui. drawCenteredString(MatrixStack p_238471_0_, FontRenderer p_238471_1_, java.lang.String p_238471_2_, int p_238471_3_, int p_238471_4_, int p_238471_5_)
static void
AbstractGui. drawCenteredString(MatrixStack p_238472_0_, FontRenderer p_238472_1_, ITextComponent p_238472_2_, int p_238472_3_, int p_238472_4_, int p_238472_5_)
static void
AbstractGui. drawString(MatrixStack p_238476_0_, FontRenderer p_238476_1_, java.lang.String p_238476_2_, int p_238476_3_, int p_238476_4_, int p_238476_5_)
static void
AbstractGui. drawString(MatrixStack p_238475_0_, FontRenderer p_238475_1_, ITextComponent p_238475_2_, int p_238475_3_, int p_238475_4_, int p_238475_5_)
static java.util.List<IReorderingProcessor>
RenderComponentsUtil. wrapComponents(ITextProperties p_238505_0_, int p_238505_1_, FontRenderer p_238505_2_)
Constructors in net.minecraft.client.gui with parameters of type FontRenderer Constructor Description CommandSuggestionHelper(Minecraft p_i225919_1_, Screen p_i225919_2_, TextFieldWidget p_i225919_3_, FontRenderer p_i225919_4_, boolean p_i225919_5_, boolean p_i225919_6_, int p_i225919_7_, int p_i225919_8_, boolean p_i225919_9_, int p_i225919_10_)
-
Uses of FontRenderer in net.minecraft.client.gui.fonts
Methods in net.minecraft.client.gui.fonts that return FontRenderer Modifier and Type Method Description FontRenderer
FontResourceManager. createFont()
-
Uses of FontRenderer in net.minecraft.client.gui.overlay
Fields in net.minecraft.client.gui.overlay declared as FontRenderer Modifier and Type Field Description private FontRenderer
DebugOverlayGui. font
-
Uses of FontRenderer in net.minecraft.client.gui.screen
Fields in net.minecraft.client.gui.screen declared as FontRenderer Modifier and Type Field Description protected FontRenderer
Screen. font
private FontRenderer
WorldOptionsScreen. font
Methods in net.minecraft.client.gui.screen with parameters of type FontRenderer Modifier and Type Method Description int
EditBookScreen.BookPage. getIndexAtPosition(FontRenderer p_238789_1_, EditBookScreen.Point p_238789_2_)
void
WorldOptionsScreen. init(CreateWorldScreen p_239048_1_, Minecraft p_239048_2_, FontRenderer p_239048_3_)
void
Screen. renderToolTip(MatrixStack p_238654_1_, java.util.List<? extends IReorderingProcessor> p_238654_2_, int p_238654_3_, int p_238654_4_, FontRenderer font)
void
Screen. renderWrappedToolTip(MatrixStack matrixStack, java.util.List<? extends ITextProperties> tooltips, int mouseX, int mouseY, FontRenderer font)
-
Uses of FontRenderer in net.minecraft.client.gui.widget
Fields in net.minecraft.client.gui.widget declared as FontRenderer Modifier and Type Field Description private FontRenderer
TextFieldWidget. font
Constructors in net.minecraft.client.gui.widget with parameters of type FontRenderer Constructor Description TextFieldWidget(FontRenderer p_i232259_1_, int p_i232259_2_, int p_i232259_3_, int p_i232259_4_, int p_i232259_5_, TextFieldWidget p_i232259_6_, ITextComponent p_i232259_7_)
TextFieldWidget(FontRenderer p_i232260_1_, int p_i232260_2_, int p_i232260_3_, int p_i232260_4_, int p_i232260_5_, ITextComponent p_i232260_6_)
-
Uses of FontRenderer in net.minecraft.client.renderer
Methods in net.minecraft.client.renderer with parameters of type FontRenderer Modifier and Type Method Description void
ItemRenderer. renderGuiItemDecorations(FontRenderer p_175030_1_, ItemStack p_175030_2_, int p_175030_3_, int p_175030_4_)
void
ItemRenderer. renderGuiItemDecorations(FontRenderer p_180453_1_, ItemStack p_180453_2_, int p_180453_3_, int p_180453_4_, java.lang.String p_180453_5_)
-
Uses of FontRenderer in net.minecraft.client.renderer.entity
Fields in net.minecraft.client.renderer.entity declared as FontRenderer Modifier and Type Field Description private FontRenderer
EntityRendererManager. font
Methods in net.minecraft.client.renderer.entity that return FontRenderer Modifier and Type Method Description FontRenderer
EntityRenderer. getFont()
FontRenderer
EntityRendererManager. getFont()
Constructors in net.minecraft.client.renderer.entity with parameters of type FontRenderer Constructor Description EntityRendererManager(TextureManager p_i226034_1_, ItemRenderer p_i226034_2_, IReloadableResourceManager p_i226034_3_, FontRenderer p_i226034_4_, GameSettings p_i226034_5_)
-
Uses of FontRenderer in net.minecraft.client.renderer.tileentity
Fields in net.minecraft.client.renderer.tileentity declared as FontRenderer Modifier and Type Field Description FontRenderer
TileEntityRendererDispatcher. font
Methods in net.minecraft.client.renderer.tileentity that return FontRenderer Modifier and Type Method Description FontRenderer
TileEntityRendererDispatcher. getFont()
Methods in net.minecraft.client.renderer.tileentity with parameters of type FontRenderer Modifier and Type Method Description void
TileEntityRendererDispatcher. prepare(World p_217665_1_, TextureManager p_217665_2_, FontRenderer p_217665_3_, ActiveRenderInfo p_217665_4_, RayTraceResult p_217665_5_)
-
Uses of FontRenderer in net.minecraft.util
Methods in net.minecraft.util with parameters of type FontRenderer Modifier and Type Method Description ITextProperties
EnchantmentNameParts. getRandomName(FontRenderer p_238816_1_, int p_238816_2_)
-
Uses of FontRenderer in net.minecraftforge.client
Methods in net.minecraftforge.client with parameters of type FontRenderer Modifier and Type Method Description static void
ForgeHooksClient. renderMainMenu(MainMenuScreen gui, MatrixStack mStack, FontRenderer font, int width, int height)
Deprecated.static void
ForgeHooksClient. renderMainMenu(MainMenuScreen gui, MatrixStack mStack, FontRenderer font, int width, int height, int alpha)
-
Uses of FontRenderer in net.minecraftforge.client.event
Fields in net.minecraftforge.client.event declared as FontRenderer Modifier and Type Field Description protected FontRenderer
RenderTooltipEvent. fr
Methods in net.minecraftforge.client.event that return FontRenderer Modifier and Type Method Description FontRenderer
RenderTooltipEvent. getFontRenderer()
Methods in net.minecraftforge.client.event with parameters of type FontRenderer Modifier and Type Method Description void
RenderTooltipEvent.Pre. setFontRenderer(FontRenderer fr)
Sets theFontRenderer
to be used to render text.Constructors in net.minecraftforge.client.event with parameters of type FontRenderer Constructor Description Color(ItemStack stack, java.util.List<? extends ITextProperties> textLines, MatrixStack matrixStack, int x, int y, FontRenderer fr, int background, int borderStart, int borderEnd)
Post(ItemStack stack, java.util.List<? extends ITextProperties> textLines, MatrixStack matrixStack, int x, int y, FontRenderer fr, int width, int height)
PostBackground(ItemStack stack, java.util.List<? extends ITextProperties> textLines, MatrixStack matrixStack, int x, int y, FontRenderer fr, int width, int height)
PostText(ItemStack stack, java.util.List<? extends ITextProperties> textLines, MatrixStack matrixStack, int x, int y, FontRenderer fr, int width, int height)
Pre(ItemStack stack, java.util.List<? extends ITextProperties> lines, MatrixStack matrixStack, int x, int y, int screenWidth, int screenHeight, int maxWidth, FontRenderer fr)
RenderTooltipEvent(ItemStack stack, java.util.List<? extends ITextProperties> lines, MatrixStack matrixStack, int x, int y, FontRenderer fr)
-
Uses of FontRenderer in net.minecraftforge.client.gui
Fields in net.minecraftforge.client.gui declared as FontRenderer Modifier and Type Field Description private FontRenderer
ForgeIngameGui. fontrenderer
-
Uses of FontRenderer in net.minecraftforge.common.extensions
Methods in net.minecraftforge.common.extensions that return FontRenderer Modifier and Type Method Description default FontRenderer
IForgeItem. getFontRenderer(ItemStack stack)
Returns the font renderer used to render tooltips and overlays for this item. -
Uses of FontRenderer in net.minecraftforge.fml.client.gui
Methods in net.minecraftforge.fml.client.gui with parameters of type FontRenderer Modifier and Type Method Description static void
GuiUtils. drawHoveringText(MatrixStack mStack, java.util.List<? extends ITextProperties> textLines, int mouseX, int mouseY, int screenWidth, int screenHeight, int maxTextWidth, int backgroundColor, int borderColorStart, int borderColorEnd, FontRenderer font)
Draws a tooltip box on the screen with text in it.static void
GuiUtils. drawHoveringText(MatrixStack mStack, java.util.List<? extends ITextProperties> textLines, int mouseX, int mouseY, int screenWidth, int screenHeight, int maxTextWidth, FontRenderer font)
static void
GuiUtils. drawHoveringText(ItemStack stack, MatrixStack mStack, java.util.List<? extends ITextProperties> textLines, int mouseX, int mouseY, int screenWidth, int screenHeight, int maxTextWidth, int backgroundColor, int borderColorStart, int borderColorEnd, FontRenderer font)
Use this version if calling from somewhere where ItemStack context is available.static void
GuiUtils. drawHoveringText(ItemStack stack, MatrixStack mStack, java.util.List<? extends ITextProperties> textLines, int mouseX, int mouseY, int screenWidth, int screenHeight, int maxTextWidth, FontRenderer font)
-
Uses of FontRenderer in net.minecraftforge.fml.client.gui.screen
Methods in net.minecraftforge.fml.client.gui.screen that return FontRenderer Modifier and Type Method Description FontRenderer
ModListScreen. getFontRenderer()
Methods in net.minecraftforge.fml.client.gui.screen with parameters of type FontRenderer Modifier and Type Method Description private void
LoadingErrorScreen. drawMultiLineCenteredString(MatrixStack mStack, FontRenderer fr, ITextComponent str, int x, int y)
-