Class EmojiFontHelper.EmojiCharacterRenderer

java.lang.Object
com.hrznstudio.emojiful.render.EmojiFontHelper.EmojiCharacterRenderer
All Implemented Interfaces:
net.minecraft.util.FormattedCharSink
Enclosing class:
EmojiFontHelper

public static class EmojiFontHelper.EmojiCharacterRenderer extends Object implements net.minecraft.util.FormattedCharSink
  • Constructor Summary

    Constructors
    Constructor
    Description
    EmojiCharacterRenderer(HashMap<Integer,Emoji> emojis, net.minecraft.client.renderer.MultiBufferSource p_i232250_2_, float p_i232250_3_, float p_i232250_4_, int p_i232250_5_, boolean p_i232250_6_, org.joml.Matrix4f p_i232250_7_, boolean p_i232250_8_, int p_i232250_9_)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    accept(int pos, net.minecraft.network.chat.Style style, int charInt)
     
    float
    finish(int p_238441_1_, float p_238441_2_)
     

    Methods inherited from class java.lang.Object

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

    • EmojiCharacterRenderer

      public EmojiCharacterRenderer(HashMap<Integer,Emoji> emojis, net.minecraft.client.renderer.MultiBufferSource p_i232250_2_, float p_i232250_3_, float p_i232250_4_, int p_i232250_5_, boolean p_i232250_6_, org.joml.Matrix4f p_i232250_7_, boolean p_i232250_8_, int p_i232250_9_)
  • Method Details

    • accept

      public boolean accept(int pos, net.minecraft.network.chat.Style style, int charInt)
      Specified by:
      accept in interface net.minecraft.util.FormattedCharSink
    • finish

      public float finish(int p_238441_1_, float p_238441_2_)