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 TypeMethodDescriptionvoidCalled each tick by theScreen.tick()method.
-
Method Details
-
tickWidget
void tickWidget()Called each tick by theScreen.tick()method.
-