Package zombie.core.Styles
Class TransparentStyle
java.lang.Object
zombie.core.Styles.AbstractStyle
zombie.core.Styles.TransparentStyle
- All Implemented Interfaces:
Style
public class TransparentStyle extends AbstractStyle
-
Field Summary
Fields Modifier and Type Field Description static TransparentStyleinstance -
Constructor Summary
Constructors Constructor Description TransparentStyle() -
Method Summary
Modifier and Type Method Description AlphaOpgetAlphaOp()booleangetRenderSprite()intgetStyleID()voidresetState()voidsetupState()Methods inherited from class zombie.core.Styles.AbstractStyle
build, renderMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
instance
-
-
Constructor Details
-
TransparentStyle
public TransparentStyle()
-
-
Method Details
-
setupState
public void setupState()- Specified by:
setupStatein interfaceStyle- Overrides:
setupStatein classAbstractStyle
-
resetState
public void resetState()- Specified by:
resetStatein interfaceStyle- Overrides:
resetStatein classAbstractStyle
-
getAlphaOp
- Specified by:
getAlphaOpin interfaceStyle- Overrides:
getAlphaOpin classAbstractStyle
-
getStyleID
public int getStyleID()- Specified by:
getStyleIDin interfaceStyle- Overrides:
getStyleIDin classAbstractStyle
-
getRenderSprite
public boolean getRenderSprite()- Specified by:
getRenderSpritein interfaceStyle- Overrides:
getRenderSpritein classAbstractStyle
-