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_298458_, Predicate<LootContext> p_286771_)  - 
Method Summary
Modifier and TypeMethodDescriptionprotected static <T extends CompositeLootItemCondition>
com.mojang.serialization.Codec<T>createCodec(Function<List<LootItemCondition>, T> p_298515_) protected static <T extends CompositeLootItemCondition>
com.mojang.serialization.Codec<T>createInlineCodec(Function<List<LootItemCondition>, T> p_298806_) 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_298458_, Predicate<LootContext> p_286771_)  
 - 
 - 
Method Details
- 
createCodec
protected static <T extends CompositeLootItemCondition> com.mojang.serialization.Codec<T> createCodec(Function<List<LootItemCondition>, T> p_298515_)  - 
createInlineCodec
protected static <T extends CompositeLootItemCondition> com.mojang.serialization.Codec<T> createInlineCodec(Function<List<LootItemCondition>, T> p_298806_)  - 
test
- Specified by:
 testin interfacePredicate<LootContext>
 - 
validate
- Specified by:
 validatein interfaceLootContextUser
 
 -