Uses of Class
net.minecraft.predicate.entity.EntityFlagsPredicate
| Package | Description |
|---|---|
| net.minecraft.predicate.entity |
-
Uses of EntityFlagsPredicate in net.minecraft.predicate.entity
Fields in net.minecraft.predicate.entity declared as EntityFlagsPredicate Modifier and Type Field Description static EntityFlagsPredicateEntityFlagsPredicate. ANYprivate EntityFlagsPredicateEntityPredicate.Builder. flagsprivate EntityFlagsPredicateEntityPredicate. flagsMethods in net.minecraft.predicate.entity that return EntityFlagsPredicate Modifier and Type Method Description EntityFlagsPredicateEntityFlagsPredicate.Builder. build()static EntityFlagsPredicateEntityFlagsPredicate. fromJson(@Nullable JsonElement json)Methods in net.minecraft.predicate.entity with parameters of type EntityFlagsPredicate Modifier and Type Method Description EntityPredicate.BuilderEntityPredicate.Builder. flags(EntityFlagsPredicate flags)Constructors in net.minecraft.predicate.entity with parameters of type EntityFlagsPredicate Constructor Description EntityPredicate(EntityTypePredicate type, DistancePredicate distance, LocationPredicate location, EntityEffectPredicate effects, NbtPredicate nbt, EntityFlagsPredicate flags, EntityEquipmentPredicate equipment, PlayerPredicate player, FishingHookPredicate fishingHook, @Nullable String team, @Nullable Identifier catType)EntityPredicate(EntityTypePredicate type, DistancePredicate distance, LocationPredicate location, EntityEffectPredicate effects, NbtPredicate nbt, EntityFlagsPredicate flags, EntityEquipmentPredicate equipment, PlayerPredicate player, FishingHookPredicate fishingHook, EntityPredicate vehicle, EntityPredicate targetedEntity, @Nullable String team, @Nullable Identifier catType)