public class GuiPlatformImpl
extends java.lang.Object
implements cc.polyfrost.oneconfig.platform.GuiPlatform
| Constructor and Description |
|---|
GuiPlatformImpl() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
getCurrentScreen() |
boolean |
isInChat() |
boolean |
isInDebug() |
void |
playClickSound() |
void |
setCurrentScreen(java.lang.Object screen) |
public java.lang.Object getCurrentScreen()
getCurrentScreen in interface cc.polyfrost.oneconfig.platform.GuiPlatformpublic void setCurrentScreen(java.lang.Object screen)
setCurrentScreen in interface cc.polyfrost.oneconfig.platform.GuiPlatformpublic boolean isInChat()
isInChat in interface cc.polyfrost.oneconfig.platform.GuiPlatformpublic boolean isInDebug()
isInDebug in interface cc.polyfrost.oneconfig.platform.GuiPlatformpublic void playClickSound()
playClickSound in interface cc.polyfrost.oneconfig.platform.GuiPlatform