Empeld
Empeld plugin documentation.
|
Public Member Functions | |
FlatWorld (int seed, IBlockLookup BlockManager) | |
override IBlock | GetBlock (int x, int y, int z) |
Gets the type of block at a given coordinate The main engine of the world generator More... | |
Public Member Functions inherited from pluginbase.Objects.World.Generators.WorldGeneratorBase | |
Vector3d | GetOpenPointNear (int cx, int cy, int cz, int openSize=2, int maxSearch=50) |
Search an area in the world generator for an open space near a coordinate More... | |
virtual Vector3d | GetSpawn () |
Default spawn point near 0,0,0 More... | |
virtual Vector3d | GetGravity (int cx, int cy, int cz) |
Gets the direction of the gravity at a given point More... | |
Additional Inherited Members | |
Properties inherited from pluginbase.Objects.World.Generators.WorldGeneratorBase | |
string | Name [get] |
Get name of the generator as defined in the attribute More... | |
Attribute: WorldGenerator("Flat", Author="Pontoon City", Description="Completely flat world")
essentials.WorldGenerators.FlatWorld.FlatWorld | ( | int | seed, |
IBlockLookup | BlockManager | ||
) |
|
virtual |
Gets the type of block at a given coordinate The main engine of the world generator
x | The x coordinate. |
y | The y coordinate. |
z | The z coordinate. |
Implements pluginbase.Objects.World.Generators.WorldGeneratorBase.