Modifier and Type | Field and Description |
---|---|
FontRenderer |
Minecraft.fontRenderer |
Modifier and Type | Field and Description |
---|---|
private FontRenderer |
CommandSuggestionHelper.field_228096_e_ |
Modifier and Type | Method and Description |
---|---|
FontRenderer |
IngameGui.getFontRenderer() |
Modifier and Type | Method and Description |
---|---|
void |
AbstractGui.drawCenteredString(FontRenderer p_drawCenteredString_1_,
java.lang.String p_drawCenteredString_2_,
int p_drawCenteredString_3_,
int p_drawCenteredString_4_,
int p_drawCenteredString_5_) |
void |
AbstractGui.drawRightAlignedString(FontRenderer p_drawRightAlignedString_1_,
java.lang.String p_drawRightAlignedString_2_,
int p_drawRightAlignedString_3_,
int p_drawRightAlignedString_4_,
int p_drawRightAlignedString_5_) |
void |
AbstractGui.drawString(FontRenderer p_drawString_1_,
java.lang.String p_drawString_2_,
int p_drawString_3_,
int p_drawString_4_,
int p_drawString_5_) |
protected void |
IngameGui.renderTextBackground(FontRenderer fontRendererIn,
int yIn,
int stringWidthIn) |
static java.util.List<ITextComponent> |
RenderComponentsUtil.splitText(ITextComponent textComponent,
int maxTextLenght,
FontRenderer fontRendererIn,
boolean trimSpace,
boolean forceTextColor) |
Constructor and 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_) |
Modifier and Type | Field and Description |
---|---|
private FontRenderer |
TextInputUtil.fontRenderer |
Modifier and Type | Field and Description |
---|---|
private java.util.Map<ResourceLocation,FontRenderer> |
FontResourceManager.fontRenderers |
Modifier and Type | Method and Description |
---|---|
FontRenderer |
FontResourceManager.getFontRenderer(ResourceLocation id) |
Modifier and Type | Field and Description |
---|---|
private FontRenderer |
DebugOverlayGui.fontRenderer |
Modifier and Type | Field and Description |
---|---|
protected FontRenderer |
Screen.font |
Modifier and Type | Method and Description |
---|---|
void |
Screen.renderTooltip(java.util.List<java.lang.String> p_renderTooltip_1_,
int p_renderTooltip_2_,
int p_renderTooltip_3_,
FontRenderer font) |
Modifier and Type | Field and Description |
---|---|
private FontRenderer |
TextFieldWidget.fontRenderer |
Constructor and Description |
---|
TextFieldWidget(FontRenderer fontIn,
int xIn,
int yIn,
int widthIn,
int heightIn,
java.lang.String msg) |
TextFieldWidget(FontRenderer fontIn,
int xIn,
int yIn,
int widthIn,
int heightIn,
TextFieldWidget p_i51138_6_,
java.lang.String msg) |
Modifier and Type | Method and Description |
---|---|
void |
ItemRenderer.renderItemOverlayIntoGUI(FontRenderer fr,
ItemStack stack,
int xPosition,
int yPosition,
java.lang.String text) |
void |
ItemRenderer.renderItemOverlays(FontRenderer fr,
ItemStack stack,
int xPosition,
int yPosition) |
Modifier and Type | Field and Description |
---|---|
private FontRenderer |
EntityRendererManager.textRenderer |
Modifier and Type | Method and Description |
---|---|
FontRenderer |
EntityRendererManager.getFontRenderer() |
FontRenderer |
EntityRenderer.getFontRendererFromRenderManager() |
Constructor and Description |
---|
EntityRendererManager(TextureManager textureManagerIn,
ItemRenderer itemRendererIn,
IReloadableResourceManager resourceManagerIn,
FontRenderer fontRendererIn,
GameSettings gameSettingsIn) |
Modifier and Type | Field and Description |
---|---|
FontRenderer |
TileEntityRendererDispatcher.fontRenderer |
Modifier and Type | Method and Description |
---|---|
FontRenderer |
TileEntityRendererDispatcher.getFontRenderer() |
Modifier and Type | Method and Description |
---|---|
void |
TileEntityRendererDispatcher.prepare(World worldIn,
TextureManager textureManagerIn,
FontRenderer fontRendererIn,
ActiveRenderInfo activeRenderInfoIn,
RayTraceResult rayTraceResultIn) |
Modifier and Type | Method and Description |
---|---|
FontRenderer |
RealmsScreenProxy.getFont() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
EnchantmentNameParts.generateNewRandomName(FontRenderer fontRendererIn,
int length) |
Modifier and Type | Method and Description |
---|---|
static void |
ForgeHooksClient.renderMainMenu(MainMenuScreen gui,
FontRenderer font,
int width,
int height) |
Modifier and Type | Field and Description |
---|---|
protected FontRenderer |
RenderTooltipEvent.fr |
Modifier and Type | Method and Description |
---|---|
FontRenderer |
RenderTooltipEvent.getFontRenderer() |
Modifier and Type | Method and Description |
---|---|
void |
RenderTooltipEvent.Pre.setFontRenderer(FontRenderer fr)
Sets the
FontRenderer to be used to render text. |
Constructor and Description |
---|
Color(ItemStack stack,
java.util.List<java.lang.String> textLines,
int x,
int y,
FontRenderer fr,
int background,
int borderStart,
int borderEnd) |
Post(ItemStack stack,
java.util.List<java.lang.String> textLines,
int x,
int y,
FontRenderer fr,
int width,
int height) |
PostBackground(ItemStack stack,
java.util.List<java.lang.String> textLines,
int x,
int y,
FontRenderer fr,
int width,
int height) |
PostText(ItemStack stack,
java.util.List<java.lang.String> textLines,
int x,
int y,
FontRenderer fr,
int width,
int height) |
Pre(ItemStack stack,
java.util.List<java.lang.String> lines,
int x,
int y,
int screenWidth,
int screenHeight,
int maxWidth,
FontRenderer fr) |
RenderTooltipEvent(ItemStack stack,
java.util.List<java.lang.String> lines,
int x,
int y,
FontRenderer fr) |
Modifier and Type | Field and Description |
---|---|
private FontRenderer |
ForgeIngameGui.fontrenderer |
Modifier and Type | Class and Description |
---|---|
class |
SimpleModelFontRenderer |
Modifier and Type | Method and Description |
---|---|
default FontRenderer |
IForgeItem.getFontRenderer(ItemStack stack)
Returns the font renderer used to render tooltips and overlays for this item.
|
Modifier and Type | Method and Description |
---|---|
static void |
GuiUtils.drawHoveringText(ItemStack stack,
java.util.List<java.lang.String> textLines,
int mouseX,
int mouseY,
int screenWidth,
int screenHeight,
int maxTextWidth,
FontRenderer font) |
static void |
GuiUtils.drawHoveringText(ItemStack stack,
java.util.List<java.lang.String> 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(java.util.List<java.lang.String> textLines,
int mouseX,
int mouseY,
int screenWidth,
int screenHeight,
int maxTextWidth,
FontRenderer font) |
static void |
GuiUtils.drawHoveringText(java.util.List<java.lang.String> 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.
|
Modifier and Type | Method and Description |
---|---|
FontRenderer |
ModListScreen.getFontRenderer() |
Modifier and Type | Method and Description |
---|---|
private void |
LoadingErrorScreen.drawMultiLineCenteredString(FontRenderer fr,
java.lang.String str,
int x,
int y) |