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 EntityTypePredicateEntityTypePredicate.ANYprivate EntityTypePredicateEntityPredicate.Builder.typeprivate EntityTypePredicateEntityPredicate.typeMethods in net.minecraft.predicate.entity that return EntityTypePredicateModifier and TypeMethodDescriptionstatic 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 EntityTypePredicateConstructors in net.minecraft.predicate.entity with parameters of type EntityTypePredicateModifierConstructorDescriptionprivateEntityPredicate(EntityTypePredicate type, DistancePredicate distance, LocationPredicate location, EntityEffectPredicate effects, NbtPredicate nbt, EntityFlagsPredicate flags, EntityEquipmentPredicate equipment, PlayerPredicate player, FishingHookPredicate fishingHook, @Nullable String team, @Nullable Identifier catType)(package private)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)