Uses of Class
net.minecraft.predicate.entity.EntityTypePredicate
| Package | Description |
|---|---|
| net.minecraft.predicate.entity |
-
Uses of EntityTypePredicate in net.minecraft.predicate.entity
Subclasses of EntityTypePredicate in net.minecraft.predicate.entity Modifier and Type Class Description (package private) static classEntityTypePredicate.Single(package private) static classEntityTypePredicate.TaggedFields in net.minecraft.predicate.entity declared as EntityTypePredicate Modifier and Type Field Description static EntityTypePredicateEntityTypePredicate. ANYprivate EntityTypePredicateEntityPredicate.Builder. typeprivate EntityTypePredicateEntityPredicate. typeMethods in net.minecraft.predicate.entity that return EntityTypePredicate Modifier and Type Method Description static EntityTypePredicateEntityTypePredicate. create(EntityType<?> type)static EntityTypePredicateEntityTypePredicate. create(Tag<EntityType<?>> tag)static EntityTypePredicateEntityTypePredicate. fromJson(@Nullable JsonElement json)Methods in net.minecraft.predicate.entity with parameters of type EntityTypePredicate Modifier and Type Method Description EntityPredicate.BuilderEntityPredicate.Builder. type(EntityTypePredicate type)Constructors in net.minecraft.predicate.entity with parameters of type EntityTypePredicate 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)