mixins: Login stuff

This commit is contained in:
Owain van Brakel
2020-05-28 12:58:35 +02:00
parent c0fa105d49
commit 8d45b53d71
8 changed files with 180 additions and 9 deletions

View File

@@ -2035,4 +2035,9 @@ public interface Client extends GameShell
* Sets whether the flames on the login screen should be rendered
*/
void setShouldRenderLoginScreenFire(boolean val);
/**
* Gets whether the flames on the login screen should be rendered
*/
boolean shouldRenderLoginScreenFire();
}