Class CompositeLootItemCondition
java.lang.Object
net.minecraft.world.level.storage.loot.predicates.CompositeLootItemCondition
- All Implemented Interfaces:
Predicate<LootContext>,LootContextUser,LootItemCondition
- Direct Known Subclasses:
AllOfCondition,AnyOfCondition
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classstatic class -
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final Predicate<LootContext>(package private) final LootItemCondition[] -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedCompositeLootItemCondition(LootItemCondition[] p_286437_, Predicate<LootContext> p_286771_) -
Method Summary
Modifier and TypeMethodDescriptionfinal booleantest(LootContext p_286298_) voidvalidate(ValidationContext p_286819_) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.minecraft.world.level.storage.loot.LootContextUser
getReferencedContextParamsMethods inherited from interface net.minecraft.world.level.storage.loot.predicates.LootItemCondition
getType
-
Field Details
-
terms
-
composedPredicate
-
-
Constructor Details
-
CompositeLootItemCondition
protected CompositeLootItemCondition(LootItemCondition[] p_286437_, Predicate<LootContext> p_286771_)
-
-
Method Details
-
test
- Specified by:
testin interfacePredicate<LootContext>
-
validate
- Specified by:
validatein interfaceLootContextUser
-