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