Package zombie.core.Styles
Class LightingStyle
java.lang.Object
zombie.core.Styles.AbstractStyle
zombie.core.Styles.LightingStyle
- All Implemented Interfaces:
Style
public class LightingStyle extends AbstractStyle
-
Field Summary
Fields Modifier and Type Field Description static LightingStyle
instance
-
Constructor Summary
Constructors Constructor Description LightingStyle()
-
Method Summary
Modifier and Type Method Description AlphaOp
getAlphaOp()
boolean
getRenderSprite()
int
getStyleID()
void
resetState()
void
setupState()
Methods inherited from class zombie.core.Styles.AbstractStyle
build, render
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
instance
-
-
Constructor Details
-
LightingStyle
public LightingStyle()
-
-
Method Details
-
setupState
public void setupState()- Specified by:
setupState
in interfaceStyle
- Overrides:
setupState
in classAbstractStyle
-
resetState
public void resetState()- Specified by:
resetState
in interfaceStyle
- Overrides:
resetState
in classAbstractStyle
-
getAlphaOp
- Specified by:
getAlphaOp
in interfaceStyle
- Overrides:
getAlphaOp
in classAbstractStyle
-
getStyleID
public int getStyleID()- Specified by:
getStyleID
in interfaceStyle
- Overrides:
getStyleID
in classAbstractStyle
-
getRenderSprite
public boolean getRenderSprite()- Specified by:
getRenderSprite
in interfaceStyle
- Overrides:
getRenderSprite
in classAbstractStyle
-