Interface EntitySubPredicate
- All Known Implementing Classes:
EntitySubPredicates.EntityHolderVariantPredicateType.Instance
,EntitySubPredicates.EntityVariantPredicateType.Instance
,FishingHookPredicate
,LightningBoltPredicate
,PlayerPredicate
,RaiderPredicate
,SlimePredicate
public interface EntitySubPredicate
-
Field Summary
-
Method Summary
Modifier and TypeMethodDescriptioncom.mojang.serialization.MapCodec
<? extends EntitySubPredicate> codec()
boolean
matches
(Entity p_218828_, ServerLevel p_218829_, Vec3 p_218830_)
-
Field Details
-
CODEC
-
-
Method Details
-
codec
com.mojang.serialization.MapCodec<? extends EntitySubPredicate> codec() -
matches
-