Class EmojiFontHelper.CharacterProcessor

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

public static class EmojiFontHelper.CharacterProcessor extends Object implements net.minecraft.util.FormattedCharSequence
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    final int
     
    final int
     
    final net.minecraft.network.chat.Style
     

    Fields inherited from interface net.minecraft.util.FormattedCharSequence

    EMPTY
  • Constructor Summary

    Constructors
    Constructor
    Description
    CharacterProcessor(int pos, net.minecraft.network.chat.Style style, int character)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    accept(net.minecraft.util.FormattedCharSink iCharacterConsumer)
     

    Methods inherited from class java.lang.Object

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

    • pos

      public final int pos
    • style

      public final net.minecraft.network.chat.Style style
    • character

      public final int character
  • Constructor Details

    • CharacterProcessor

      public CharacterProcessor(int pos, net.minecraft.network.chat.Style style, int character)
  • Method Details

    • accept

      public boolean accept(net.minecraft.util.FormattedCharSink iCharacterConsumer)
      Specified by:
      accept in interface net.minecraft.util.FormattedCharSequence