Added setEnabled() method to GuiElement interface and implemented it everywhere
Made GuiFileChooser a child of GuiAdvancedButton instead of GuiButton
This commit is contained in:
@@ -17,4 +17,6 @@ public interface GuiElement {
|
||||
|
||||
void tick(Minecraft mc);
|
||||
|
||||
void setEnabled(boolean enabled);
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user