Class EaglerFontRenderer

  • All Implemented Interfaces:
    IResourceManagerReloadListener

    public class EaglerFontRenderer
    extends FontRenderer
    Copyright (c) 2022-2023 LAX1DUDE. All Rights Reserved. WITH THE EXCEPTION OF PATCH FILES, MINIFIED JAVASCRIPT, AND ALL FILES NORMALLY FOUND IN AN UNMODIFIED MINECRAFT RESOURCE PACK, YOU ARE NOT ALLOWED TO SHARE, DISTRIBUTE, OR REPURPOSE ANY FILE USED BY OR PRODUCED BY THE SOFTWARE IN THIS REPOSITORY WITHOUT PRIOR PERMISSION FROM THE PROJECT AUTHOR. NOT FOR COMMERCIAL OR MALICIOUS USE (please read the 'LICENSE' file this repo's root directory for more info)
    • Method Detail

      • drawString

        public int drawString​(java.lang.String text,
                              float x,
                              float y,
                              int color,
                              boolean dropShadow)
        Description copied from class: FontRenderer
        + Draws the specified string.
        Overrides:
        drawString in class FontRenderer
      • renderStringAtPos

        protected void renderStringAtPos​(java.lang.String parString1,
                                         boolean parFlag)
        Description copied from class: FontRenderer
        + Render a single line string at the current (posX,posY) and update posX
        Overrides:
        renderStringAtPos in class FontRenderer