Interface ITickableWidget

All Known Subinterfaces:
IGuiAnimatedStat
All Known Implementing Classes:
WidgetAnimatedStat

public interface ITickableWidget
A widget which will be ticked by PneumaticCraft GUI's.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Called each tick by the Screen.tick() method.
  • Method Details

    • tickWidget

      void tickWidget()
      Called each tick by the Screen.tick() method.