JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
me.desht.pneumaticcraft.api.client
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
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method and Description
void
tickWidget
()
Called each tick by the
Screen.tick()
method.
Method Detail
tickWidget
void tickWidget()
Called each tick by the
Screen.tick()
method.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method