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 Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final Predicate<LootContext> protected final List<LootItemCondition> -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedCompositeLootItemCondition(List<LootItemCondition> p_299430_, Predicate<LootContext> p_286771_) -
Method Summary
Modifier and TypeMethodDescriptionprotected static <T extends CompositeLootItemCondition>
com.mojang.serialization.MapCodec<T> createCodec(Function<List<LootItemCondition>, T> p_297590_) protected static <T extends CompositeLootItemCondition>
com.mojang.serialization.Codec<T> createInlineCodec(Function<List<LootItemCondition>, T> p_298800_) final 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(List<LootItemCondition> p_299430_, Predicate<LootContext> p_286771_)
-
-
Method Details
-
createCodec
protected static <T extends CompositeLootItemCondition> com.mojang.serialization.MapCodec<T> createCodec(Function<List<LootItemCondition>, T> p_297590_) -
createInlineCodec
protected static <T extends CompositeLootItemCondition> com.mojang.serialization.Codec<T> createInlineCodec(Function<List<LootItemCondition>, T> p_298800_) -
test
- Specified by:
testin interfacePredicate<LootContext>
-
validate
- Specified by:
validatein interfaceLootContextUser
-