Add generic object sky/block light
This commit is contained in:
+8
@@ -47,4 +47,12 @@ public interface IDhApiRenderableBoxGroup extends List<DhApiRenderableBox>
|
||||
*/
|
||||
void triggerBoxChange();
|
||||
|
||||
/** Only accepts values between 0 and 15 */
|
||||
void setSkyLight(int skyLight);
|
||||
int getSkyLight();
|
||||
|
||||
/** Only accepts values between 0 and 15 */
|
||||
void setBlockLight(int blockLight);
|
||||
int getBlockLight();
|
||||
|
||||
}
|
||||
|
||||
-3
@@ -22,9 +22,6 @@ public class DhApiRenderableBox
|
||||
|
||||
public Color color;
|
||||
|
||||
/* TODO */
|
||||
//public boolean fullBright = false;
|
||||
|
||||
|
||||
|
||||
//==============//
|
||||
|
||||
Reference in New Issue
Block a user