Method | Description | |
---|---|---|
IsTree ( int x, int y, int height, int seed, int chunkSize, int waterLevel, int treeDensity ) : bool |
Returns whether or not there is a tree at the given location.
|
|
MakeCaves ( IMapStorage map, int x, int y, int z, int chunksize, |
Creates caves all over the chunk.
|
|
MakeCuboid ( IMapStorage map, int x, int y, int z, int sizex, int sizey, int sizez, int blocktype, int allowin, double chance, |
Creates a cuboid at the given location and using the given sizes.
|
|
MakeFlowers ( IMapStorage map, int cx, int cy, int cz, int chunksize, |
Creates some flowers all over the chunk.
|
|
MakeSmallTrees ( IMapStorage map, int cx, int cy, int cz, int chunksize, |
||
MakeTreeType1 ( IMapStorage map, int x, int y, int z, |
Creates a tree of type #1 at the given location.
|
|
MakeTreeType2 ( IMapStorage map, int x, int y, int z, |
Creates a tree of type #2 at the given location.
|
|
MakeTreeType3 ( IMapStorage map, int x, int y, int z, |
Creates a tree of type #3 at the given location.
|
|
MakeTrees ( IMapStorage map, int x, int y, int z, int chunksize, |
Creates some trees all over the chunk.
|
Method | Description | |
---|---|---|
SetBlock ( IMapStorage map, int x, int y, int z, int blocktype ) : void |
Sets a block at the given position.
|
|
SetBlockIfEmpty ( IMapStorage map, int x, int y, int z, int blocktype ) : void |
Sets a block at the given position, but only if it is empty.
|
public static IsTree ( int x, int y, int height, int seed, int chunkSize, int waterLevel, int treeDensity ) : bool | ||
x | int | |
y | int | |
height | int | |
seed | int | |
chunkSize | int | |
waterLevel | int | |
treeDensity | int | |
return | bool |
public static MakeCaves ( IMapStorage map, int x, int y, int z, int chunksize, |
||
map | IMapStorage | |
x | int | |
y | int | |
z | int | |
chunksize | int | |
rnd | ||
enableCaves | bool | |
gravelLength | int | |
goldOreLength | int | |
ironOreLength | int | |
coalOreLength | int | |
dirtOreLength | int | |
silverOreLength | int | |
return | void |
public static MakeCuboid ( IMapStorage map, int x, int y, int z, int sizex, int sizey, int sizez, int blocktype, int allowin, double chance, |
||
map | IMapStorage | |
x | int | |
y | int | |
z | int | |
sizex | int | |
sizey | int | |
sizez | int | |
blocktype | int | |
allowin | int | |
chance | double | |
rnd | ||
return | void |
public static MakeFlowers ( IMapStorage map, int cx, int cy, int cz, int chunksize, |
||
map | IMapStorage | |
cx | int | |
cy | int | |
cz | int | |
chunksize | int | |
rnd | ||
return | void |
public static MakeSmallTrees ( IMapStorage map, int cx, int cy, int cz, int chunksize, |
||
map | IMapStorage | |
cx | int | |
cy | int | |
cz | int | |
chunksize | int | |
rnd | ||
count | int | |
return | void |
public static MakeTreeType1 ( IMapStorage map, int x, int y, int z, |
||
map | IMapStorage | |
x | int | |
y | int | |
z | int | |
rnd | ||
return | void |
public static MakeTreeType2 ( IMapStorage map, int x, int y, int z, |
||
map | IMapStorage | |
x | int | |
y | int | |
z | int | |
rnd | ||
return | void |
public static MakeTreeType3 ( IMapStorage map, int x, int y, int z, |
||
map | IMapStorage | |
x | int | |
y | int | |
z | int | |
rnd | ||
return | void |
public static MakeTrees ( IMapStorage map, int x, int y, int z, int chunksize, |
||
map | IMapStorage | |
x | int | |
y | int | |
z | int | |
chunksize | int | |
rnd | ||
return | void |