public interface IGuiManager
| Modifier and Type | Method and Description |
|---|---|
void |
closeGui() |
boolean |
fadeIn(int ticks,
java.lang.Runnable after) |
boolean |
fadeOut(int ticks,
java.lang.Runnable after) |
Gui |
getGui() |
void |
openGui(Gui gui) |
void |
updateDimensions() |