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 EntityFlagsPredicateEntityFlagsPredicate.ANYprivate EntityFlagsPredicateEntityPredicate.Builder.flagsprivate final EntityFlagsPredicateEntityPredicate.flagsMethods in net.minecraft.predicate.entity that return EntityFlagsPredicateModifier and TypeMethodDescriptionEntityFlagsPredicate.Builder.build()static EntityFlagsPredicateEntityFlagsPredicate.fromJson(@Nullable JsonElement json) Methods in net.minecraft.predicate.entity with parameters of type EntityFlagsPredicateConstructors in net.minecraft.predicate.entity with parameters of type EntityFlagsPredicateModifierConstructorDescriptionprivateEntityPredicate(EntityTypePredicate type, DistancePredicate distance, LocationPredicate location, LocationPredicate steppingOn, EntityEffectPredicate effects, NbtPredicate nbt, EntityFlagsPredicate flags, EntityEquipmentPredicate equipment, class_7376 class_7376, @Nullable String string) (package private)EntityPredicate(EntityTypePredicate type, DistancePredicate distance, LocationPredicate location, LocationPredicate steppingOn, EntityEffectPredicate effects, NbtPredicate nbt, EntityFlagsPredicate flags, EntityEquipmentPredicate equipment, class_7376 class_7376, EntityPredicate entityPredicate, EntityPredicate entityPredicate2, EntityPredicate vehicle, @Nullable String string)