Interface EntitySubPredicate
- All Known Implementing Classes:
FishingHookPredicate,LightningBoltPredicate,PiglinNeutralArmorEntityPredicate,PlayerPredicate,RaiderPredicate,SheepPredicate,SlimePredicate,SnowBootsEntityPredicate,TridentEntityPredicate
public interface EntitySubPredicate
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptioncom.mojang.serialization.MapCodec<? extends EntitySubPredicate> codec()booleanmatches(Entity pEntity, ServerLevel pLevel, Vec3 pPosition)
-
Field Details
-
CODEC
-
-
Method Details
-
codec
com.mojang.serialization.MapCodec<? extends EntitySubPredicate> codec() -
matches
-