mirror of
https://github.com/Relintai/broken_seals_module.git
synced 2024-11-14 10:27:46 +01:00
Sync classref with current source.
This commit is contained in:
parent
14c239fd87
commit
0e5c54a70f
@ -32,6 +32,7 @@ def configure(env):
|
||||
|
||||
def get_doc_classes():
|
||||
return [
|
||||
"BiomeBase"
|
||||
]
|
||||
|
||||
def get_doc_path():
|
||||
|
23
doc_classes/BiomeBase.xml
Normal file
23
doc_classes/BiomeBase.xml
Normal 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>
|
Loading…
Reference in New Issue
Block a user