MCBiomeSpawnEntry
Link to mcbiomespawnentry
This class was added by a mod with mod-id crafttweaker
. So you need to have this mod installed if you want to use this feature.
Importing the class
Link to importing-the-class
It might be required for you to import the package if you encounter any issues (like casting an Array), so better be safe than sorry and add the import.
ZenScript Copycrafttweaker.api.world.MCBiomeSpawnEntry
Constructors
Link to constructors
ZenScript Copynew crafttweaker.api.world.MCBiomeSpawnEntry(entityType as crafttweaker.api.entity.MCEntityType, weight as int, minGroupCount as int, maxGroupCount as int);
Parameter | Type | Description |
---|---|---|
Parameter entityType | Type crafttweaker.api.entity.MCEntityType | Description No description provided |
Parameter weight | Type int | Description No description provided |
Parameter minGroupCount | Type int | Description No description provided |
Parameter maxGroupCount | Type int | Description No description provided |
Properties
Link to properties
名称 | Type | Has Getter | Has Setter |
---|---|---|---|
名称 entityType | Type crafttweaker.api.entity.MCEntityType | Has Getter true | Has Setter false |
名称 maxGroupCount | Type int | Has Getter true | Has Setter false |
名称 minGroupCount | Type int | Has Getter true | Has Setter false |
名称 weight | Type int | Has Getter true | Has Setter false |