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
Copy
crafttweaker.api.world.MCBiomeSpawnEntry
ZenScript
Copy
new crafttweaker.api.world.MCBiomeSpawnEntry(entityType as crafttweaker.api.entity.MCEntityType, weight as int, minGroupCount as int, maxGroupCount as int);
ParameterTypeDescription
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
名称TypeHas GetterHas 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