net.minecraft.predicate.entity

public record CompositeSubPredicate

implements EntitySubPredicate

net.minecraft.advancements.predicates.entity.EntityPartialComponentsPredicate
net.minecraft.class_1_835
net.minecraft.predicate.entity.CompositeSubPredicate

Field summary

Modifier and TypeField
private final Map<ComponentPredicate$Type<?>, ComponentPredicate>
predicates
comp_1_700
predicates
public static final com.mojang.serialization.Codec<CompositeSubPredicate>
CODEC
field_1_5945
CODEC

Constructor summary

ModifierConstructor
public (Map<ComponentPredicate$Type<?>, ComponentPredicate> predicates)

Method summary

Modifier and TypeMethod
public boolean
matches(Entity entity, ServerLevel level, Vec3 position)
method_22497(class_1297 arg0, class_3218 arg1, class_243 arg2)
test(Entity arg0, ServerWorld arg1, Vec3d arg2)
public Map<ComponentPredicate$Type<?>, ComponentPredicate>
predicates()
comp_1_700()
predicates()