Class AllOfCondition
java.lang.Object
net.minecraft.world.level.storage.loot.predicates.CompositeLootItemCondition
net.minecraft.world.level.storage.loot.predicates.AllOfCondition
- All Implemented Interfaces:
- Predicate<LootContext>,- LootContextUser,- LootItemCondition
- 
Nested Class SummaryNested Classes
- 
Field SummaryFieldsModifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec<AllOfCondition>static final com.mojang.serialization.Codec<AllOfCondition>Fields inherited from class net.minecraft.world.level.storage.loot.predicates.CompositeLootItemConditionterms
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionstatic AllOfConditionallOf(List<LootItemCondition> p_300418_) static AllOfCondition.BuilderallOf(LootItemCondition.Builder... p_286873_) 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
- 
INLINE_CODEC
 
- 
- 
Constructor Details- 
AllOfConditionAllOfCondition(List<LootItemCondition> p_299231_) 
 
- 
- 
Method Details- 
allOf
- 
getType
- 
allOf
 
-