Package com.fs.starfarer.api.combat
Interface CombatNebulaAPI.CloudAPI
- Enclosing interface:
- CombatNebulaAPI
public static interface CombatNebulaAPI.CloudAPI
-
Method Summary
Modifier and TypeMethodDescriptionorg.lwjgl.util.vector.Vector2f
float
void
setThickness
(float thickness) void
thicken
(float thicknessGain)
-
Method Details
-
thicken
void thicken(float thicknessGain) -
getLocation
org.lwjgl.util.vector.Vector2f getLocation() -
getThickness
float getThickness() -
setThickness
void setThickness(float thickness)
-