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.
Diese Klasse importieren
Link to diese-klasse-importieren
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 | Beschreibung |
---|---|---|
Parameter entityType | Type crafttweaker.api.entity.MCEntityType | Beschreibung No description provided |
Parameter weight | Type int | Beschreibung No description provided |
Parameter minGroupCount | Type int | Beschreibung No description provided |
Parameter maxGroupCount | Type int | Beschreibung No description provided |
Properties
Link to properties
Name | Type | Has Getter | Has Setter |
---|---|---|---|
Name entityType | Type crafttweaker.api.entity.MCEntityType | Has Getter true | Has Setter false |
Name maxGroupCount | Type int | Has Getter true | Has Setter false |
Name minGroupCount | Type int | Has Getter true | Has Setter false |
Name weight | Type int | Has Getter true | Has Setter false |