Class AnyOfCondition
java.lang.Object
net.minecraft.world.level.storage.loot.predicates.CompositeLootItemCondition
net.minecraft.world.level.storage.loot.predicates.AnyOfCondition
- All Implemented Interfaces:
 Predicate<LootContext>,LootContextUser,LootItemCondition
- 
Nested Class Summary
Nested Classes - 
Field Summary
FieldsFields inherited from class net.minecraft.world.level.storage.loot.predicates.CompositeLootItemCondition
terms - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionstatic AnyOfCondition.BuilderanyOf(LootItemCondition.Builder... p_286239_) getType()Methods inherited from class net.minecraft.world.level.storage.loot.predicates.CompositeLootItemCondition
createCodec, createInlineCodec, test, validateMethods 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
getReferencedContextParams 
- 
Field Details
- 
CODEC
 
 - 
 - 
Constructor Details
- 
AnyOfCondition
AnyOfCondition(List<LootItemCondition> p_299191_)  
 - 
 - 
Method Details
- 
getType
 - 
anyOf
 
 -