Uses of Interface
net.minecraft.predicate.entity.TypeSpecificPredicate
Packages that use TypeSpecificPredicate
-
Uses of TypeSpecificPredicate in net.minecraft.predicate.entity
Classes in net.minecraft.predicate.entity that implement TypeSpecificPredicateModifier and TypeClassDescriptionfinal recordfinal recordfinal recordfinal recordstatic final recordFields in net.minecraft.predicate.entity with type parameters of type TypeSpecificPredicateModifier and TypeFieldDescriptionprivate final com.mojang.serialization.MapCodec<? extends TypeSpecificPredicate>TypeSpecificPredicate.Type.codecThe field for thecodecrecord component.static final com.mojang.serialization.Codec<TypeSpecificPredicate>TypeSpecificPredicate.CODECprivate Optional<TypeSpecificPredicate>EntityPredicate.Builder.typeSpecificprivate final Optional<TypeSpecificPredicate>EntityPredicate.typeSpecificThe field for thetypeSpecificrecord component.Methods in net.minecraft.predicate.entity that return TypeSpecificPredicateModifier and TypeMethodDescriptionstatic TypeSpecificPredicateTypeSpecificPredicate.cat(CatVariant variant) static TypeSpecificPredicateTypeSpecificPredicate.frog(FrogVariant variant) Methods in net.minecraft.predicate.entity that return types with arguments of type TypeSpecificPredicateModifier and TypeMethodDescriptioncom.mojang.serialization.MapCodec<? extends TypeSpecificPredicate>TypeSpecificPredicate.Type.codec()Returns the value of thecodecrecord component.EntityPredicate.typeSpecific()Returns the value of thetypeSpecificrecord component.Methods in net.minecraft.predicate.entity with parameters of type TypeSpecificPredicateModifier and TypeMethodDescriptionEntityPredicate.Builder.typeSpecific(TypeSpecificPredicate typeSpecific) Constructor parameters in net.minecraft.predicate.entity with type arguments of type TypeSpecificPredicateModifierConstructorDescriptionType(com.mojang.serialization.MapCodec<? extends TypeSpecificPredicate> mapCodec)