api: add hidden state to renderable
This commit is contained in:
@@ -42,4 +42,7 @@ public interface Renderable extends Node
|
||||
void setModelHeight(int modelHeight);
|
||||
|
||||
void draw(int orientation, int pitchSin, int pitchCos, int yawSin, int yawCos, int x, int y, int z, long hash);
|
||||
|
||||
void setHidden(boolean hidden);
|
||||
boolean isHidden();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user