Fixing up invisible widgets and redstone enum changes.

This commit is contained in:
AlgorithmX2
2014-01-05 02:41:03 -06:00
parent f1b32b4dfa
commit 803e62fcc7
4 changed files with 29 additions and 12 deletions
+5
View File
@@ -42,4 +42,9 @@ public interface ITooltip
*/
int getHeight();
/**
* @return true if button being drawn
*/
boolean isVisible();
}