MCBlockState
Link to mcblockstate
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.block.MCBlockState
Interfacce Implementate
Link to interfacce-implementate
MCBlockState implementa le seguenti interfacce. Ciò significa che ogni metodo presente nell'interfaccia può essere usato anche per questa classe.
Metodi
Link to metodi
getAllowedValuesForProperty
Link to getallowedvaluesforproperty
Restituisce List
ZenScript CopymyMCBlockState.getAllowedValuesForProperty(nome as String);
Parametro | Tipo | Descrizione |
---|---|---|
Parametro nome | Tipo String | Descrizione Nessuna descrizione fornita |
getProperties
Link to getproperties
Ritorna String[String]
ZenScript CopymyMCBlockState.getProperties();
getPropertyNames
Link to getpropertynames
Restituisce List
ZenScript CopymyMCBlockState.getPropertyNames();
getPropertyValue
Link to getpropertyvalue
Ritorna una stringa
ZenScript CopymyMCBlockState.getPropertyValue(nome as String);
Parametro | Tipo | Descrizione |
---|---|---|
Parametro nome | Tipo String | Descrizione Nessuna descrizione fornita |
hasProperty
Link to hasproperty
Restituisce un booleano
ZenScript CopymyMCBlockState.hasProperty(nome as String);
Parametro | Tipo | Descrizione |
---|---|---|
Parametro nome | Tipo String | Descrizione Nessuna descrizione fornita |
withProperty
Link to withproperty
Restituisce un crafttweaker.api.block.MCBlockState
ZenScript CopymyMCBlockState.withProperty(nome as String, valore as String);
Parametro | Tipo | Descrizione |
---|---|---|
Parametro nome | Tipo String | Descrizione Nessuna descrizione fornita |
Parametro valore | Tipo String | Descrizione Nessuna descrizione fornita |
Proprietà
Link to proprietà
Nome | Tipo | Ha Getter | Ha Setter |
---|---|---|---|
Nome block | Tipo crafttweaker.api.block.MCBlock | Ha Getter sì | Ha Setter no |
Nome canProvidePower | Tipo boolean | Ha Getter sì | Ha Setter no |
Nome commandString | Tipo String | Ha Getter sì | Ha Setter no |
Nome hasTileEntity | Tipo boolean | Ha Getter sì | Ha Setter no |
Nome isSolid | Tipo boolean | Ha Getter sì | Ha Setter no |
Nome isSticky | Tipo boolean | Ha Getter sì | Ha Setter no |
Nome lightLevel | Tipo int | Ha Getter sì | Ha Setter no |
Nome ticksRandomly | Tipo boolean | Ha Getter sì | Ha Setter no |
Caster
Link to caster
Tipo Risultato | Implicito |
---|---|
Tipo Risultato String | Implicito no |
Tipo Risultato crafttweaker.api.block.MCBlock | Implicito sì |