MCEntityType
Link to mcentitytype
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.entity.MCEntityType
Interfacce Implementate
Link to interfacce-implementate
MCEntityType implements the following interfaces. Ciò significa che ogni metodo presente nell'interfaccia può essere usato anche per questa classe.
Proprietà
Link to proprietà
Nome | Tipo | Ha Getter | Ha Setter |
---|---|---|---|
Nome classification | Tipo crafttweaker.api.entity.MCEntityClassification | Ha Getter sì | Ha Setter no |
Nome commandString | Tipo String | Ha Getter sì | Ha Setter no |
Nome height | Tipo float | Ha Getter sì | Ha Setter no |
Nome immuneToFire | Tipo boolean | Ha Getter sì | Ha Setter no |
Nome lootTable | Tipo String | Ha Getter sì | Ha Setter no |
Nome nome | Tipo String | Ha Getter sì | Ha Setter no |
Nome serializable | Tipo boolean | Ha Getter sì | Ha Setter no |
Nome summonable | Tipo boolean | Ha Getter sì | Ha Setter no |
Nome translationKey | Tipo String | Ha Getter sì | Ha Setter no |
Nome width | Tipo float | Ha Getter sì | Ha Setter no |