Uses of Interface
net.minecraft.advancements.critereon.EntitySubPredicate
Packages that use EntitySubPredicate
Package
Description
-
Uses of EntitySubPredicate in net.minecraft.advancements.critereon
Classes in net.minecraft.advancements.critereon that implement EntitySubPredicateModifier and TypeClassDescription(package private) class
(package private) class
final record
final record
final record
final record
final record
Fields in net.minecraft.advancements.critereon with type parameters of type EntitySubPredicateModifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec
<EntitySubPredicate> EntitySubPredicate.CODEC
private Optional
<EntitySubPredicate> EntityPredicate.Builder.subPredicate
private final Optional
<EntitySubPredicate> EntityPredicate.subPredicate
The field for thesubPredicate
record component.Methods in net.minecraft.advancements.critereon with type parameters of type EntitySubPredicateModifier and TypeMethodDescriptionprivate static <T extends EntitySubPredicate>
com.mojang.serialization.MapCodec<T> Methods in net.minecraft.advancements.critereon that return EntitySubPredicateModifier and TypeMethodDescriptionstatic EntitySubPredicate
EntitySubPredicates.catVariant
(Holder<CatVariant> p_335907_) EntitySubPredicates.EntityHolderVariantPredicateType.createPredicate
(HolderSet<V> p_335847_) EntitySubPredicates.EntityVariantPredicateType.createPredicate
(V p_333888_) static EntitySubPredicate
EntitySubPredicates.frogVariant
(Holder<FrogVariant> p_335714_) static EntitySubPredicate
EntitySubPredicates.wolfVariant
(HolderSet<WolfVariant> p_341342_) Methods in net.minecraft.advancements.critereon that return types with arguments of type EntitySubPredicateModifier and TypeMethodDescriptionstatic com.mojang.serialization.MapCodec
<? extends EntitySubPredicate> EntitySubPredicates.bootstrap
(Registry<com.mojang.serialization.MapCodec<? extends EntitySubPredicate>> p_333899_) com.mojang.serialization.MapCodec
<? extends EntitySubPredicate> EntitySubPredicate.codec()
EntityPredicate.subPredicate()
Returns the value of thesubPredicate
record component.Methods in net.minecraft.advancements.critereon with parameters of type EntitySubPredicateModifier and TypeMethodDescriptionEntityPredicate.Builder.subPredicate
(EntitySubPredicate p_218801_) Method parameters in net.minecraft.advancements.critereon with type arguments of type EntitySubPredicateModifier and TypeMethodDescriptionstatic com.mojang.serialization.MapCodec
<? extends EntitySubPredicate> EntitySubPredicates.bootstrap
(Registry<com.mojang.serialization.MapCodec<? extends EntitySubPredicate>> p_333899_) -
Uses of EntitySubPredicate in net.minecraft.core.registries
Fields in net.minecraft.core.registries with type parameters of type EntitySubPredicateModifier and TypeFieldDescriptionstatic final Registry
<com.mojang.serialization.MapCodec<? extends EntitySubPredicate>> BuiltInRegistries.ENTITY_SUB_PREDICATE_TYPE
static final ResourceKey
<Registry<com.mojang.serialization.MapCodec<? extends EntitySubPredicate>>> Registries.ENTITY_SUB_PREDICATE_TYPE
-
Uses of EntitySubPredicate in net.neoforged.neoforge.common
Fields in net.neoforged.neoforge.common with type parameters of type EntitySubPredicateModifier and TypeFieldDescriptionprivate static final DeferredRegister
<com.mojang.serialization.MapCodec<? extends EntitySubPredicate>> NeoForgeMod.ENTITY_PREDICATE_CODECS
static final DeferredHolder
<com.mojang.serialization.MapCodec<? extends EntitySubPredicate>, com.mojang.serialization.MapCodec<PiglinNeutralArmorEntityPredicate>> NeoForgeMod.PIGLIN_NEUTRAL_ARMOR_PREDICATE
-
Uses of EntitySubPredicate in net.neoforged.neoforge.common.advancements.critereon
Classes in net.neoforged.neoforge.common.advancements.critereon that implement EntitySubPredicate