public abstract class BaseLight<T extends BaseLight<T>>
extends java.lang.Object
Constructor and Description |
---|
BaseLight() |
Modifier and Type | Method and Description |
---|---|
T |
setColor(Color color) |
T |
setColor(float r,
float g,
float b,
float a) |