Revert "Add support for disposing GUIs"
This reverts commit 9bc79e940e.
This commit is contained in:
@@ -47,8 +47,6 @@ 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