Add support for disposing GUIs
This commit is contained in:
@@ -47,6 +47,8 @@ public interface Context extends Updatable, Renderable, Disposable {
|
||||
|
||||
GUI newGUI();
|
||||
|
||||
void disposeGUI(GUI gui);
|
||||
|
||||
Sound createSound(String soundUid);
|
||||
|
||||
void withDatabase(UncheckedConsumer<Connection, SQLException> consumer);
|
||||
|
||||
Reference in New Issue
Block a user