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
-
Field Summary
Modifier 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
-
Method Summary
Modifier and TypeMethodDescriptionstatic AllOfCondition
allOf
(List<LootItemCondition> p_298400_) static AllOfCondition.Builder
allOf
(LootItemCondition.Builder... p_286873_) getType()
Methods inherited from class net.minecraft.world.level.storage.loot.predicates.CompositeLootItemCondition
createCodec, createInlineCodec, test, validate
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface net.minecraft.world.level.storage.loot.LootContextUser
getReferencedContextParams
-
Field Details
-
CODEC
-
INLINE_CODEC
-
-
Constructor Details
-
AllOfCondition
AllOfCondition(List<LootItemCondition> p_299216_)
-
-
Method Details
-
allOf
-
getType
-
allOf
-