Sync classref with current source.

This commit is contained in:
Relintai 2020-06-20 23:34:49 +02:00
parent 14c239fd87
commit 0e5c54a70f
2 changed files with 24 additions and 0 deletions

View File

@ -32,6 +32,7 @@ def configure(env):
def get_doc_classes():
return [
"BiomeBase"
]
def get_doc_path():

23
doc_classes/BiomeBase.xml Normal file
View File

@ -0,0 +1,23 @@
<?xml version="1.0" encoding="UTF-8" ?>
<class name="BiomeBase" inherits="Biome" version="3.2">
<brief_description>
</brief_description>
<description>
</description>
<tutorials>
</tutorials>
<methods>
<method name="generate_simple_terrarin">
<return type="void">
</return>
<argument index="0" name="chunk" type="VoxelChunk">
</argument>
<argument index="1" name="spawn_mobs" type="bool">
</argument>
<description>
</description>
</method>
</methods>
<constants>
</constants>
</class>