Uses of Enum Class
com.fs.starfarer.api.impl.campaign.terrain.HyperspaceTerrainPlugin.CellState
Packages that use HyperspaceTerrainPlugin.CellState
-
Uses of HyperspaceTerrainPlugin.CellState in com.fs.starfarer.api.impl.campaign.terrain
Fields in com.fs.starfarer.api.impl.campaign.terrain declared as HyperspaceTerrainPlugin.CellStateMethods in com.fs.starfarer.api.impl.campaign.terrain that return HyperspaceTerrainPlugin.CellStateModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static HyperspaceTerrainPlugin.CellState[]
HyperspaceTerrainPlugin.CellState.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.fs.starfarer.api.impl.campaign.terrain with parameters of type HyperspaceTerrainPlugin.CellStateModifier and TypeMethodDescriptionvoid
HyperspaceTerrainPlugin.setTileState
(org.lwjgl.util.vector.Vector2f loc, float radius, HyperspaceTerrainPlugin.CellState state, float waitDur, float signalDur) void
HyperspaceTerrainPlugin.setTileState
(org.lwjgl.util.vector.Vector2f loc, float radius, HyperspaceTerrainPlugin.CellState state, float waitDur, float minSignalDur, float maxSignalDur)