|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface LightManager
Light manager interface.
Field Summary | |
---|---|
static boolean |
DEFAULT_LIGHTNING_STATUS
The default lightning status. |
Method Summary | |
---|---|
Light |
getLight(int i)
Return the i-th light. |
int |
getLightNumber()
Return the number of available light. |
boolean |
isLightningEnable()
Return the lightning status. |
void |
setLightningEnable(boolean isLightningEnable)
Set the lightning status. |
Field Detail |
---|
static final boolean DEFAULT_LIGHTNING_STATUS
Method Detail |
---|
int getLightNumber()
Light getLight(int i)
null
is returned if i is not a valid index.
i
- the given index.
void setLightningEnable(boolean isLightningEnable)
isLightningEnable
- the new lightning status.boolean isLightningEnable()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |