static class LootConditionManager.class_5334 extends Object implements LootCondition
LootCondition.Builder| Modifier and Type | Field and Description |
|---|---|
private LootCondition[] |
field_25202 |
private Predicate<LootContext> |
field_25203 |
| Modifier | Constructor and Description |
|---|---|
private |
class_5334(LootCondition[] lootCondition) |
| Modifier and Type | Method and Description |
|---|---|
LootConditionType |
method_29325() |
boolean |
test(LootContext lootContext) |
void |
validate(LootTableReporter reporter) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetRequiredParametersprivate final LootCondition[] field_25202
private final Predicate<LootContext> field_25203
private class_5334(LootCondition[] lootCondition)
public final boolean test(LootContext lootContext)
test in interface Predicate<LootContext>public void validate(LootTableReporter reporter)
validate in interface LootContextAwarepublic LootConditionType method_29325()
method_29325 in interface LootCondition