Package zombie.core.Styles
Class UIFBOStyle
java.lang.Object
zombie.core.Styles.AbstractStyle
zombie.core.Styles.UIFBOStyle
- All Implemented Interfaces:
Style
public final class UIFBOStyle extends AbstractStyle
-
Field Summary
Fields Modifier and Type Field Description static UIFBOStyleinstance -
Constructor Summary
Constructors Constructor Description UIFBOStyle() -
Method Summary
Modifier and Type Method Description AlphaOpgetAlphaOp()booleangetRenderSprite()intgetStyleID()voidsetupState()Methods inherited from class zombie.core.Styles.AbstractStyle
build, render, resetStateMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
instance
-
-
Constructor Details
-
UIFBOStyle
public UIFBOStyle()
-
-
Method Details
-
setupState
public void setupState()- Specified by:
setupStatein interfaceStyle- Overrides:
setupStatein 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
-