Package com.hrznstudio.emojiful.gui
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
-
Nested Class Summary
Nested Classes -
Field Summary
Fields inherited from interface net.minecraft.client.gui.components.events.GuiEventListener
DOUBLE_CLICK_THRESHOLD_MS -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidbooleankeyPressed(int keyCode, int scanCode, int modifiers) voidrender(net.minecraft.client.gui.GuiGraphics matrixStack) voidvoidupdateSuggestionList(boolean skip) Methods inherited from class com.hrznstudio.emojiful.gui.IDrawableGuiListener
isFocused, setFocusedMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.minecraft.client.gui.components.events.GuiEventListener
charTyped, getCurrentFocusPath, getRectangle, isMouseOver, keyReleased, mouseClicked, mouseDragged, mouseMoved, mouseReleased, mouseScrolled, nextFocusPathMethods 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()
-