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 UIFBOStyle
instance
-
Constructor Summary
Constructors Constructor Description UIFBOStyle()
-
Method Summary
Modifier and Type Method Description AlphaOp
getAlphaOp()
boolean
getRenderSprite()
int
getStyleID()
void
setupState()
Methods inherited from class zombie.core.Styles.AbstractStyle
build, render, resetState
Methods 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:
setupState
in interfaceStyle
- Overrides:
setupState
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
-