Interface TickableGuiEventListener

All Superinterfaces:
net.minecraft.client.gui.components.events.GuiEventListener
All Known Implementing Classes:
AbstractSimiWidget, BooleanEntry, BoxWidget, ChapterLabel, ConfigModListScreen.ModEntry, ConfigScreenList, ConfigScreenList.Entry, ConfigScreenList.LabeledEntry, ElementWidget, EnumEntry, IconButton, Indicator, Label, NumberEntry, NumberEntry.DoubleEntry, NumberEntry.FloatEntry, NumberEntry.IntegerEntry, PonderButton, PonderProgressBar, ScrollInput, SelectionScrollInput, SubMenuEntry, TooltipArea, ValueEntry, WideIconButton

public interface TickableGuiEventListener extends net.minecraft.client.gui.components.events.GuiEventListener
  • Field Summary

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

    DOUBLE_CLICK_THRESHOLD_MS
  • Method Summary

    Modifier and Type
    Method
    Description
    void
     

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

    changeFocus, charTyped, isMouseOver, keyPressed, keyReleased, mouseClicked, mouseDragged, mouseMoved, mouseReleased, mouseScrolled
  • Method Details

    • tick

      void tick()