MCBiomeSpawnEntry
Link to mcbiomespawnentry
Questa classe è stata aggiunta da una mod con ID crafttweaker
. Perciò, è necessario avere questa mod installata per poter utilizzare questa funzione.
Importare la Classe
Link to importare-la-classe
Potrebbe essere necessario importare il pacchetto, se si incontrano dei problemi (come castare un vettore), quindi meglio essere sicuri e aggiungere la direttiva di importazione.
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);
Parametro | Tipo | Descrizione |
---|---|---|
Parametro entityType | Tipo crafttweaker.api.entity.MCEntityType | Descrizione Nessuna descrizione fornita |
Parametro weight | Tipo int | Descrizione Nessuna descrizione fornita |
Parametro minGroupCount | Tipo int | Descrizione Nessuna descrizione fornita |
Parametro maxGroupCount | Tipo int | Descrizione Nessuna descrizione fornita |
Proprietà
Link to proprietà
Nome | Tipo | Ha Getter | Ha Setter |
---|---|---|---|
Nome entityType | Tipo crafttweaker.api.entity.MCEntityType | Ha Getter sì | Ha Setter no |
Nome maxGroupCount | Tipo int | Ha Getter sì | Ha Setter no |
Nome minGroupCount | Tipo int | Ha Getter sì | Ha Setter no |
Nome weight | Tipo int | Ha Getter sì | Ha Setter no |