public class SectorProcGen extends java.lang.Object implements SectorProcGenPlugin
| Modifier and Type | Field and Description |
|---|---|
static float |
CELL_SIZE |
static int |
CONSTELLATION_CELLS |
| Constructor and Description |
|---|
SectorProcGen() |
| Modifier and Type | Method and Description |
|---|---|
static void |
blotOut(boolean[][] cells,
int x,
int y,
int c) |
static void |
clearAbyssalHyperspaceAndSetSystemTags() |
void |
generate(CharacterCreationData data,
SectorGenProgress progress) |
static java.util.List<StarSystemGenerator.CustomConstellationParams> |
getCustomConstellations() |
static int[] |
getIndex(org.lwjgl.util.vector.Vector2f loc) |
void |
prepare(CharacterCreationData data) |
public static final float CELL_SIZE
public static final int CONSTELLATION_CELLS
public SectorProcGen()
public void prepare(CharacterCreationData data)
prepare in interface SectorProcGenPluginpublic void generate(CharacterCreationData data, SectorGenProgress progress)
generate in interface SectorProcGenPluginpublic static void clearAbyssalHyperspaceAndSetSystemTags()
public static void blotOut(boolean[][] cells, int x, int y, int c)
public static int[] getIndex(org.lwjgl.util.vector.Vector2f loc)
public static java.util.List<StarSystemGenerator.CustomConstellationParams> getCustomConstellations()