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 Summary
Nested Classes - 
Field Summary
FieldsModifier 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.CompositeLootItemCondition
terms - 
Constructor Summary
Constructors - 
Method Summary
Modifier 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.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
 - 
INLINE_CODEC
 
 - 
 - 
Constructor Details
- 
AllOfCondition
AllOfCondition(List<LootItemCondition> p_299231_)  
 - 
 - 
Method Details
- 
allOf
 - 
getType
 - 
allOf
 
 -