Uses of Record Class
net.minecraft.predicate.entity.EntityTypePredicate
Packages that use EntityTypePredicate
-
Uses of EntityTypePredicate in net.minecraft.predicate.entity
Fields in net.minecraft.predicate.entity with type parameters of type EntityTypePredicateModifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec
<EntityTypePredicate> EntityTypePredicate.CODEC
private Optional
<EntityTypePredicate> EntityPredicate.Builder.type
private final Optional
<EntityTypePredicate> EntityPredicate.type
The field for thetype
record component.Methods in net.minecraft.predicate.entity that return EntityTypePredicateModifier and TypeMethodDescriptionstatic EntityTypePredicate
EntityTypePredicate.create
(RegistryEntryLookup<EntityType<?>> entityTypeRegistry, EntityType<?> type) static EntityTypePredicate
EntityTypePredicate.create
(RegistryEntryLookup<EntityType<?>> entityTypeRegistry, TagKey<EntityType<?>> tag) Methods in net.minecraft.predicate.entity that return types with arguments of type EntityTypePredicateModifier and TypeMethodDescriptionEntityPredicate.type()
Returns the value of thetype
record component.Methods in net.minecraft.predicate.entity with parameters of type EntityTypePredicateConstructor parameters in net.minecraft.predicate.entity with type arguments of type EntityTypePredicateModifierConstructorDescriptionEntityPredicate
(Optional<EntityTypePredicate> optional, Optional<DistancePredicate> optional2, Optional<MovementPredicate> optional3, EntityPredicate.PositionalPredicates positionalPredicates, Optional<EntityEffectPredicate> optional4, Optional<NbtPredicate> optional5, Optional<EntityFlagsPredicate> optional6, Optional<EntityEquipmentPredicate> optional7, Optional<EntitySubPredicate> optional8, Optional<Integer> optional9, Optional<EntityPredicate> optional10, Optional<EntityPredicate> optional11, Optional<EntityPredicate> optional12, Optional<String> optional13, Optional<SlotsPredicate> optional14, ComponentsPredicate componentsPredicate)