Add generic object sky/block light

This commit is contained in:
James Seibel
2024-06-30 17:45:50 -05:00
parent 6c8060fa87
commit 4a025de9d6
5 changed files with 93 additions and 21 deletions
@@ -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();
}
@@ -22,9 +22,6 @@ public class DhApiRenderableBox
public Color color;
/* TODO */
//public boolean fullBright = false;
//==============//