|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectzombie.core.Styles.AbstractStyle
zombie.core.Styles.LightingStyle
public class LightingStyle
Field Summary | |
---|---|
static LightingStyle |
instance
|
Constructor Summary | |
---|---|
LightingStyle()
|
Method Summary | |
---|---|
AlphaOp |
getAlphaOp()
|
boolean |
getRenderSprite()
Whether to actually render a sprite when using this Style. |
int |
getStyleID()
|
void |
resetState()
Called to reset GL rendering state after actual drawing is done. |
void |
setupState()
Called to set up GL rendering state before actual drawing is done. |
Methods inherited from class zombie.core.Styles.AbstractStyle |
---|
build, render |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static LightingStyle instance
Constructor Detail |
---|
public LightingStyle()
Method Detail |
---|
public void setupState()
Style
setupState
in interface Style
setupState
in class AbstractStyle
public void resetState()
Style
resetState
in interface Style
resetState
in class AbstractStyle
public AlphaOp getAlphaOp()
getAlphaOp
in interface Style
getAlphaOp
in class AbstractStyle
public int getStyleID()
getStyleID
in interface Style
getStyleID
in class AbstractStyle
public boolean getRenderSprite()
Style
getRenderSprite
in interface Style
getRenderSprite
in class AbstractStyle
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |