Package zombie.core.Styles
Class AbstractStyle
java.lang.Object
zombie.core.Styles.AbstractStyle
- All Implemented Interfaces:
Style
- Direct Known Subclasses:
AdditiveStyle
,LightingStyle
,TransparentStyle
public abstract class AbstractStyle extends java.lang.Object implements Style
-
Constructor Summary
Constructors Constructor Description AbstractStyle()
-
Method Summary
Modifier and Type Method Description GeometryData
build()
AlphaOp
getAlphaOp()
boolean
getRenderSprite()
int
getStyleID()
void
render(int int1, int int2)
void
resetState()
void
setupState()
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
AbstractStyle
public AbstractStyle()
-
-
Method Details
-
getRenderSprite
public boolean getRenderSprite()- Specified by:
getRenderSprite
in interfaceStyle
-
getAlphaOp
- Specified by:
getAlphaOp
in interfaceStyle
-
getStyleID
public int getStyleID()- Specified by:
getStyleID
in interfaceStyle
-
resetState
public void resetState()- Specified by:
resetState
in interfaceStyle
-
setupState
public void setupState()- Specified by:
setupState
in interfaceStyle
-
build
-
render
public void render(int int1, int int2)
-