Class EmojiGlyph

java.lang.Object
com.hrznstudio.emojiful.render.EmojiGlyph
All Implemented Interfaces:
net.minecraft.client.gui.font.glyphs.BakedGlyph

public final class EmojiGlyph extends Object implements net.minecraft.client.gui.font.glyphs.BakedGlyph
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    net.minecraft.client.gui.font.TextRenderable.Styled
    createGlyph(float x, float y, int color, int shadowColor, net.minecraft.network.chat.Style style, float boldOffset, float shadowOffset)
     
    com.mojang.blaze3d.font.GlyphInfo
     

    Methods inherited from class Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • EmojiGlyph

      public EmojiGlyph(Emoji emoji)
  • Method Details

    • info

      public com.mojang.blaze3d.font.GlyphInfo info()
      Specified by:
      info in interface net.minecraft.client.gui.font.glyphs.BakedGlyph
    • createGlyph

      public net.minecraft.client.gui.font.TextRenderable.Styled createGlyph(float x, float y, int color, int shadowColor, net.minecraft.network.chat.Style style, float boldOffset, float shadowOffset)
      Specified by:
      createGlyph in interface net.minecraft.client.gui.font.glyphs.BakedGlyph