Uses of Class
net.minecraft.predicate.entity.EntityTypePredicate
Packages that use EntityTypePredicate
-
Uses of EntityTypePredicate in net.minecraft.predicate.entity
Subclasses of EntityTypePredicate in net.minecraft.predicate.entityModifier and TypeClassDescriptionprivate static classprivate static classFields in net.minecraft.predicate.entity declared as EntityTypePredicateModifier and TypeFieldDescriptionstatic final EntityTypePredicateEntityTypePredicate.ANYprivate EntityTypePredicateEntityPredicate.Builder.typeprivate final EntityTypePredicateEntityPredicate.typeMethods in net.minecraft.predicate.entity that return EntityTypePredicateModifier and TypeMethodDescriptionstatic EntityTypePredicateEntityTypePredicate.create(EntityType<?> type) static EntityTypePredicateEntityTypePredicate.create(TagKey<EntityType<?>> tag) static EntityTypePredicateEntityTypePredicate.fromJson(@Nullable JsonElement json) Methods in net.minecraft.predicate.entity with parameters of type EntityTypePredicateConstructors in net.minecraft.predicate.entity with parameters of type EntityTypePredicateModifierConstructorDescriptionprivateEntityPredicate(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)