Class EmojiSuggestionHelper

java.lang.Object
com.hrznstudio.emojiful.gui.IDrawableGuiListener
com.hrznstudio.emojiful.gui.EmojiSuggestionHelper
All Implemented Interfaces:
net.minecraft.client.gui.components.events.GuiEventListener, net.minecraft.client.gui.components.TabOrderedElement

public class EmojiSuggestionHelper extends IDrawableGuiListener
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Class
    Description
    class 
     
  • Field Summary

    Fields inherited from interface net.minecraft.client.gui.components.events.GuiEventListener

    DOUBLE_CLICK_THRESHOLD_MS
  • Constructor Summary

    Constructors
    Constructor
    Description
    EmojiSuggestionHelper(net.minecraft.client.gui.screens.ChatScreen screen)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
     
    boolean
    keyPressed(int keyCode, int scanCode, int modifiers)
     
    void
    render(net.minecraft.client.gui.GuiGraphics matrixStack)
     
    void
     
    void
    updateSuggestionList(boolean skip)
     

    Methods inherited from class com.hrznstudio.emojiful.gui.IDrawableGuiListener

    isFocused, setFocused

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface net.minecraft.client.gui.components.events.GuiEventListener

    charTyped, getCurrentFocusPath, getRectangle, isMouseOver, keyReleased, mouseClicked, mouseDragged, mouseMoved, mouseReleased, mouseScrolled, nextFocusPath

    Methods inherited from interface net.minecraft.client.gui.components.TabOrderedElement

    getTabOrderGroup
  • Constructor Details

    • EmojiSuggestionHelper

      public EmojiSuggestionHelper(net.minecraft.client.gui.screens.ChatScreen screen)
  • Method Details

    • keyPressed

      public boolean keyPressed(int keyCode, int scanCode, int modifiers)
    • updateSuggestionList

      public void updateSuggestionList(boolean skip)
    • showSuggestions

      public void showSuggestions()
    • render

      public void render(net.minecraft.client.gui.GuiGraphics matrixStack)
    • checkTextUpdate

      public void checkTextUpdate()