Uses of Class
net.minecraft.predicate.entity.EntityFlagsPredicate
Packages that use EntityFlagsPredicate
-
Uses of EntityFlagsPredicate in net.minecraft.predicate.entity
Fields in net.minecraft.predicate.entity declared as EntityFlagsPredicateModifier and TypeFieldDescriptionstatic final EntityFlagsPredicate
EntityFlagsPredicate.ANY
private EntityFlagsPredicate
EntityPredicate.Builder.flags
private final EntityFlagsPredicate
EntityPredicate.flags
Methods in net.minecraft.predicate.entity that return EntityFlagsPredicateModifier and TypeMethodDescriptionEntityFlagsPredicate.Builder.build()
static EntityFlagsPredicate
EntityFlagsPredicate.fromJson
(@Nullable JsonElement json) Methods in net.minecraft.predicate.entity with parameters of type EntityFlagsPredicateConstructors in net.minecraft.predicate.entity with parameters of type EntityFlagsPredicateModifierConstructorDescriptionprivate
EntityPredicate
(EntityTypePredicate type, DistancePredicate distance, LocationPredicate location, LocationPredicate steppingOn, EntityEffectPredicate effects, NbtPredicate nbt, EntityFlagsPredicate flags, EntityEquipmentPredicate equipment, PlayerPredicate player, FishingHookPredicate fishingHook, LightningBoltPredicate lightningBolt, @Nullable String team, @Nullable Identifier catType) (package private)
EntityPredicate
(EntityTypePredicate type, DistancePredicate distance, LocationPredicate location, LocationPredicate steppingOn, EntityEffectPredicate effects, NbtPredicate nbt, EntityFlagsPredicate flags, EntityEquipmentPredicate equipment, PlayerPredicate player, FishingHookPredicate fishingHook, LightningBoltPredicate lightningBolt, EntityPredicate vehicle, EntityPredicate passenger, EntityPredicate targetedEntity, @Nullable String team, @Nullable Identifier catType)