Class DebrisPiece
java.lang.Object
com.fs.starfarer.api.impl.campaign.terrain.DebrisPiece
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected float
static final float
protected float
protected FaderUtil
protected DebrisFieldTerrainPlugin
protected SpriteAPI
protected FaderUtil
protected FaderUtil
protected float
protected FaderUtil
protected org.lwjgl.util.vector.Vector2f
protected float
protected SpriteAPI
protected SpriteAPI
protected float
protected org.lwjgl.util.vector.Vector2f
protected float
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
advance
(float days) boolean
boolean
isDone()
void
render
(float alphaMult) void
renderIndicator
(float alphaMult) void
-
Field Details
-
CELL_SIZE
public static final float CELL_SIZE- See Also:
-
shadowMask
-
sprite
-
glow
-
width
protected float width -
height
protected float height -
radius
protected float radius -
field
-
loc
protected org.lwjgl.util.vector.Vector2f loc -
vel
protected org.lwjgl.util.vector.Vector2f vel -
timeLeft
protected float timeLeft -
facing
protected float facing -
angVel
protected float angVel -
fader
-
glowBounce
-
glowFader
-
indFader
-
-
Constructor Details
-
DebrisPiece
-
-
Method Details
-
render
public void render(float alphaMult) -
renderIndicator
public void renderIndicator(float alphaMult) -
advance
public void advance(float days) -
showIndicator
public void showIndicator() -
hasIndicator
public boolean hasIndicator() -
isDone
public boolean isDone() -
getGlowFader
-