Class CompositeLootItemCondition
java.lang.Object
net.minecraft.world.level.storage.loot.predicates.CompositeLootItemCondition
- All Implemented Interfaces:
Predicate<LootContext>
,LootContextUser
,LootItemCondition
- Direct Known Subclasses:
AllOfCondition
,AnyOfCondition
-
Nested Class Summary
-
Field Summary
Modifier and TypeFieldDescriptionprivate final Predicate<LootContext>
protected final List<LootItemCondition>
-
Constructor Summary
ModifierConstructorDescriptionprotected
CompositeLootItemCondition
(List<LootItemCondition> p_299430_, Predicate<LootContext> p_286771_) -
Method Summary
Modifier and TypeMethodDescriptionprotected static <T extends CompositeLootItemCondition>
com.mojang.serialization.Codec<T>createCodec
(Function<List<LootItemCondition>, T> p_297590_) protected static <T extends CompositeLootItemCondition>
com.mojang.serialization.Codec<T>createInlineCodec
(Function<List<LootItemCondition>, T> p_298800_) final boolean
test
(LootContext p_286298_) void
validate
(ValidationContext p_286819_) 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
Methods inherited from interface net.minecraft.world.level.storage.loot.predicates.LootItemCondition
getType
-
Field Details
-
terms
-
composedPredicate
-
-
Constructor Details
-
CompositeLootItemCondition
protected CompositeLootItemCondition(List<LootItemCondition> p_299430_, Predicate<LootContext> p_286771_)
-
-
Method Details
-
createCodec
protected static <T extends CompositeLootItemCondition> com.mojang.serialization.Codec<T> createCodec(Function<List<LootItemCondition>, T> p_297590_) -
createInlineCodec
protected static <T extends CompositeLootItemCondition> com.mojang.serialization.Codec<T> createInlineCodec(Function<List<LootItemCondition>, T> p_298800_) -
test
- Specified by:
test
in interfacePredicate<LootContext>
-
validate
- Specified by:
validate
in interfaceLootContextUser
-