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 -
Method Summary
Modifier and TypeMethodDescriptionnet.minecraft.client.gui.font.TextRenderable.StyledcreateGlyph(float x, float y, int color, int shadowColor, net.minecraft.network.chat.Style style, float boldOffset, float shadowOffset) com.mojang.blaze3d.font.GlyphInfoinfo()
-
Constructor Details
-
EmojiGlyph
-
-
Method Details
-
info
public com.mojang.blaze3d.font.GlyphInfo info()- Specified by:
infoin interfacenet.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:
createGlyphin interfacenet.minecraft.client.gui.font.glyphs.BakedGlyph
-