Renamed setEnabled() method in GuiElementInterface to setElementEnabled() to workaround this Forge Bug: http://www.minecraftforge.net/forum/index.php/topic,32063
This commit is contained in:
@@ -17,6 +17,6 @@ public interface GuiElement {
|
||||
|
||||
void tick(Minecraft mc);
|
||||
|
||||
void setEnabled(boolean enabled);
|
||||
void setElementEnabled(boolean enabled);
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user