WeatherCheckLootConditionBuilder

Link to weatherchecklootconditionbuilder

Importare la Classe

Link to importare-la-classe

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 at the very top of the file.

ZenScript
Copy
import crafttweaker.api.loot.condition.builder.WeatherCheckLootConditionBuilder;

Interfacce Implementate

Link to interfacce-implementate

WeatherCheckLootConditionBuilder implements the following interfaces. That means all methods defined in these interfaces are also available in WeatherCheckLootConditionBuilder

Tipo RisultatoImplicito
Tipo Risultato
LootCondition
Implicito

Name: raining

Return Type: WeatherCheckLootConditionBuilder

ZenScript
Copy
WeatherCheckLootConditionBuilder.raining(raining as bool?) as WeatherCheckLootConditionBuilder
ParametroTipoDescrizioneOptionalDefaultValue
Parametro
raining
Tipo
bool?
Descrizione
No Description Provided
Optional
DefaultValue

Name: thundering

Return Type: WeatherCheckLootConditionBuilder

ZenScript
Copy
WeatherCheckLootConditionBuilder.thundering(thundering as bool?) as WeatherCheckLootConditionBuilder
ParametroTipoDescrizioneOptionalDefaultValue
Parametro
thundering
Tipo
bool?
Descrizione
No Description Provided
Optional
DefaultValue