WeatherCheckLootConditionBuilder
Importing the class
If you need to reference this type directly, like when casting an Array, or as a parameter, you will need to import it. Simply add the import at the top of the file.
import crafttweaker.api.loot.condition.builder.WeatherCheckLootConditionBuilder;Implements
WeatherCheckLootConditionBuilder
implements the following interfaces:
    Members
and(other as Builder) as Builder
myBuilder.and(myBuilder);Parameters:
other: LootConditionBuilder  Type: LootConditionBuilder   
Return Type:
AllOfConditionBuilder
build() as LootItemCondition
invert() as Builder
or(other as Builder) as Builder
myBuilder.or(myBuilder);Parameters:
other: LootConditionBuilder  Type: LootConditionBuilder   
Return Type:
AnyOfConditionBuilder
raining(raining as Boolean = true) as Builder
myBuilder.raining(myBoolean);Parameters:
raining: Boolean (optional)  Type: Boolean  
Default Value: true 
Return Type:
WeatherCheckLootConditionBuilder
thundering(thundering as Boolean = true) as Builder
myBuilder.thundering(myBoolean);Parameters:
thundering: Boolean (optional)  Type: Boolean  
Default Value: true 
Return Type:
WeatherCheckLootConditionBuilder