public class NebulaSmallGenPlugin extends java.lang.Object implements TerrainGenPlugin
Modifier and Type | Field and Description |
---|---|
static float |
WIDTH_PLANET |
static float |
WIDTH_STAR |
Constructor and Description |
---|
NebulaSmallGenPlugin() |
Modifier and Type | Method and Description |
---|---|
StarSystemGenerator.GenResult |
generate(TerrainGenDataSpec terrainData,
StarSystemGenerator.GenContext context) |
boolean |
wantsToHandle(TerrainGenDataSpec terrainData,
StarSystemGenerator.GenContext context) |
public static final float WIDTH_PLANET
public static final float WIDTH_STAR
public StarSystemGenerator.GenResult generate(TerrainGenDataSpec terrainData, StarSystemGenerator.GenContext context)
generate
in interface TerrainGenPlugin
public boolean wantsToHandle(TerrainGenDataSpec terrainData, StarSystemGenerator.GenContext context)
wantsToHandle
in interface TerrainGenPlugin
Copyright © 2013 Fractal Softworks, LLC. All Rights Reserved.