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) |
ISpecialCursor |
getCursor() |
Gui |
getGui() |
java.util.List<GuiComponent> |
getOnScreenComponents() |
void |
initOnScreenComponents() |
void |
openGui(Gui gui) |
void |
updateDimensions() |
@ApiInternal void updateDimensions()
@ApiInternal void initOnScreenComponents()
java.util.List<GuiComponent> getOnScreenComponents()
void openGui(Gui gui)
void closeGui()
Gui getGui()
boolean fadeOut(int ticks,
java.lang.Runnable after)
boolean fadeIn(int ticks,
java.lang.Runnable after)
ISpecialCursor getCursor()