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, TypeSpecificPredicate typeSpecificPredicate, @Nullable String string) (package private)EntityPredicate(EntityTypePredicate type, DistancePredicate distance, LocationPredicate location, LocationPredicate steppingOn, EntityEffectPredicate effects, NbtPredicate nbt, EntityFlagsPredicate flags, EntityEquipmentPredicate equipment, TypeSpecificPredicate typeSpecificPredicate, EntityPredicate entityPredicate, EntityPredicate entityPredicate2, EntityPredicate vehicle, @Nullable String string)