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 SummaryNested Classes
- 
Field SummaryFieldsFields inherited from class net.minecraft.world.level.storage.loot.predicates.CompositeLootItemConditionterms
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionstatic AnyOfCondition.BuilderanyOf(LootItemCondition.Builder... p_286239_) getType()Methods inherited from class net.minecraft.world.level.storage.loot.predicates.CompositeLootItemConditioncreateCodec, createInlineCodec, test, validateMethods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.minecraft.world.level.storage.loot.LootContextUsergetReferencedContextParams
- 
Field Details- 
CODEC
 
- 
- 
Constructor Details- 
AnyOfConditionAnyOfCondition(List<LootItemCondition> p_299184_) 
 
- 
- 
Method Details- 
getType
- 
anyOf
 
-