public class WeatherCheckLootCondition extends Object implements LootCondition
| Modifier and Type | Class and Description |
|---|---|
static class |
WeatherCheckLootCondition.Factory |
LootCondition.Builder| Modifier and Type | Field and Description |
|---|---|
private Boolean |
raining |
private Boolean |
thundering |
| Modifier | Constructor and Description |
|---|---|
private |
WeatherCheckLootCondition(Boolean raining,
Boolean thundering) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
test(LootContext lootContext) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcheck, getRequiredParameterspublic boolean test(LootContext lootContext)
test in interface Predicate<LootContext>