public class ReferenceLootCondition extends Object implements class_5341
| Modifier and Type | Class and Description |
|---|---|
static class |
ReferenceLootCondition.Factory |
class_5341.Builder| Modifier and Type | Field and Description |
|---|---|
private Identifier |
id |
private static Logger |
LOGGER |
| Modifier | Constructor and Description |
|---|---|
private |
ReferenceLootCondition(Identifier id) |
| Modifier and Type | Method and Description |
|---|---|
class_5342 |
method_29325() |
boolean |
test(LootContext lootContext) |
void |
validate(LootTableReporter reporter) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetRequiredParametersprivate static final Logger LOGGER
private final Identifier id
private ReferenceLootCondition(Identifier id)
public class_5342 method_29325()
method_29325 in interface class_5341public void validate(LootTableReporter reporter)
validate in interface LootContextAwarepublic boolean test(LootContext lootContext)
test in interface Predicate<LootContext>