Uses of Interface
net.minecraft.advancements.critereon.EntitySubPredicate
Packages that use EntitySubPredicate
-
Uses of EntitySubPredicate in net.minecraft.advancements.critereon
Classes in net.minecraft.advancements.critereon that implement EntitySubPredicateModifier and TypeClassDescriptionstatic final record
final record
final record
final record
final record
Fields in net.minecraft.advancements.critereon with type parameters of type EntitySubPredicateModifier and TypeFieldDescriptionprivate final com.mojang.serialization.MapCodec<? extends EntitySubPredicate>
EntitySubPredicate.Type.codec
The field for thecodec
record component.static 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 that return EntitySubPredicateModifier and TypeMethodDescriptionstatic EntitySubPredicate
EntitySubPredicate.variant
(CatVariant p_218832_) static EntitySubPredicate
EntitySubPredicate.variant
(FrogVariant p_218834_) Methods in net.minecraft.advancements.critereon that return types with arguments of type EntitySubPredicateModifier and TypeMethodDescriptioncom.mojang.serialization.MapCodec<? extends EntitySubPredicate>
EntitySubPredicate.Type.codec()
Returns the value of thecodec
record component.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_) Constructor parameters in net.minecraft.advancements.critereon with type arguments of type EntitySubPredicateModifierConstructorDescriptionType
(com.mojang.serialization.MapCodec<? extends EntitySubPredicate> codec) Creates an instance of aType
record class.