WeatherCheckLootConditionBuilder
Link to weatherchecklootconditionbuilder
Diese Klasse importieren
Link to diese-klasse-importieren
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 Copyimport crafttweaker.api.loot.condition.builder.WeatherCheckLootConditionBuilder;
Implemented Interfaces
Link to implemented-interfaces
WeatherCheckLootConditionBuilder implements the following interfaces. That means all methods defined in these interfaces are also available in WeatherCheckLootConditionBuilder
Casters
Link to casters
Result Type | Is Implicit |
---|---|
Result Type LootCondition | Is Implicit true |
Methoden
Link to methoden
Name: raining
Return Type: WeatherCheckLootConditionBuilder
ZenScript CopyWeatherCheckLootConditionBuilder.raining(raining as bool?) as WeatherCheckLootConditionBuilder
Parameter | Type | Optional | Standardwert |
---|---|---|---|
Parameter raining | Type bool? | Optional true | Standardwert true |
Name: thundering
Return Type: WeatherCheckLootConditionBuilder
ZenScript CopyWeatherCheckLootConditionBuilder.thundering(thundering as bool?) as WeatherCheckLootConditionBuilder
Parameter | Type | Optional | Standardwert |
---|---|---|---|
Parameter thundering | Type bool? | Optional true | Standardwert true |