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) classfinal recordfinal recordfinal recordfinal recordfinal recordFields in net.minecraft.advancements.critereon with type parameters of type EntitySubPredicateModifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec<EntitySubPredicate> EntitySubPredicate.CODECprivate Optional<EntitySubPredicate> EntityPredicate.Builder.subPredicateprivate final Optional<EntitySubPredicate> EntityPredicate.subPredicateThe field for thesubPredicaterecord 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 EntitySubPredicateEntitySubPredicates.catVariant(Holder<CatVariant> p_335907_) EntitySubPredicates.EntityHolderVariantPredicateType.createPredicate(HolderSet<V> p_335847_) EntitySubPredicates.EntityVariantPredicateType.createPredicate(V p_333888_) static EntitySubPredicateEntitySubPredicates.frogVariant(Holder<FrogVariant> p_335714_) static EntitySubPredicateEntitySubPredicates.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 thesubPredicaterecord 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_TYPEstatic 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_CODECSstatic 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