Uses of Class
net.minecraft.predicate.entity.EntityPredicate
Packages that use EntityPredicate
Package
Description
The base package for all Minecraft classes.
-
Uses of EntityPredicate in net.minecraft
Fields in net.minecraft declared as EntityPredicateMethods in net.minecraft with parameters of type EntityPredicateModifier and TypeMethodDescriptionstatic class_6405.class_6406
class_6405.class_6406.method_37243(EntityPredicate entityPredicate, EntityPredicate entityPredicate2)
Constructors in net.minecraft with parameters of type EntityPredicateModifierConstructorDescriptionprivate
class_6404(NumberRange.IntRange intRange, EntityPredicate entityPredicate)
-
Uses of EntityPredicate in net.minecraft.advancement.criterion
Methods in net.minecraft.advancement.criterion with parameters of type EntityPredicateModifier and TypeMethodDescriptionBredAnimalsCriterion.Conditions.create(EntityPredicate parent, EntityPredicate partner, EntityPredicate child)
ChanneledLightningCriterion.Conditions.create(EntityPredicate[] victims)
FishingRodHookedCriterion.Conditions.create(ItemPredicate rod, EntityPredicate bobber, ItemPredicate item)
PlayerHurtEntityCriterion.Conditions.create(DamagePredicate.Builder damagePredicateBuilder, EntityPredicate hurtEntityPredicate)
PlayerHurtEntityCriterion.Conditions.create(DamagePredicate damagePredicate, EntityPredicate hurtEntityPredicate)
PlayerHurtEntityCriterion.Conditions.create(EntityPredicate hurtEntityPredicate)
TameAnimalCriterion.Conditions.create(EntityPredicate entity)
static OnKilledCriterion.Conditions
OnKilledCriterion.Conditions.createEntityKilledPlayer(EntityPredicate killerEntityPredicate)
static OnKilledCriterion.Conditions
OnKilledCriterion.Conditions.createEntityKilledPlayer(EntityPredicate killerEntityPredicate, DamageSourcePredicate damageSourcePredicate)
static OnKilledCriterion.Conditions
OnKilledCriterion.Conditions.createEntityKilledPlayer(EntityPredicate killerEntityPredicate, DamageSourcePredicate.Builder damageSourcePredicateBuilder)
static OnKilledCriterion.Conditions
OnKilledCriterion.Conditions.createPlayerKilledEntity(EntityPredicate killedEntityPredicate)
static OnKilledCriterion.Conditions
OnKilledCriterion.Conditions.createPlayerKilledEntity(EntityPredicate killedEntityPredicate, DamageSourcePredicate damageSourcePredicate)
static OnKilledCriterion.Conditions
OnKilledCriterion.Conditions.createPlayerKilledEntity(EntityPredicate killedEntityPredicate, DamageSourcePredicate.Builder damageSourcePredicateBuilder)
EffectsChangedCriterion.Conditions.method_37224(EntityPredicate entityPredicate)
LocationArrivalCriterion.Conditions.method_37245(EntityPredicate entityPredicate)
-
Uses of EntityPredicate in net.minecraft.data.server
Methods in net.minecraft.data.server with parameters of type EntityPredicateModifier and TypeMethodDescriptionprivate static class_6405.class_6406
AdventureTabAdvancementGenerator.method_37316(NumberRange.IntRange intRange, EntityPredicate entityPredicate)
-
Uses of EntityPredicate in net.minecraft.loot.condition
Fields in net.minecraft.loot.condition declared as EntityPredicateModifier and TypeFieldDescription(package private) EntityPredicate
EntityPropertiesLootCondition.predicate
Methods in net.minecraft.loot.condition with parameters of type EntityPredicateModifier and TypeMethodDescriptionstatic LootCondition.Builder
EntityPropertiesLootCondition.builder(LootContext.EntityTarget entity, EntityPredicate predicate)
Constructors in net.minecraft.loot.condition with parameters of type EntityPredicateModifierConstructorDescription(package private)
EntityPropertiesLootCondition(EntityPredicate entityPredicate, LootContext.EntityTarget entityTarget)
-
Uses of EntityPredicate in net.minecraft.predicate
Fields in net.minecraft.predicate declared as EntityPredicateModifier and TypeFieldDescriptionprivate EntityPredicate
PlayerPredicate.field_33929
private EntityPredicate
PlayerPredicate.Builder.field_33930
private EntityPredicate
DamagePredicate.Builder.sourceEntity
private EntityPredicate
DamagePredicate.sourceEntity
Methods in net.minecraft.predicate with parameters of type EntityPredicateModifier and TypeMethodDescriptionPlayerPredicate.Builder.method_37251(EntityPredicate entityPredicate)
DamagePredicate.Builder.sourceEntity(EntityPredicate sourceEntity)
Constructors in net.minecraft.predicate with parameters of type EntityPredicateModifierConstructorDescriptionDamagePredicate(NumberRange.FloatRange dealt, NumberRange.FloatRange taken, EntityPredicate sourceEntity, @Nullable Boolean blocked, DamageSourcePredicate type)
(package private)
PlayerPredicate(NumberRange.IntRange experienceLevel, @Nullable GameMode gameMode, Map<Stat<?>,NumberRange.IntRange> stats, Object2BooleanMap<Identifier> recipes, Map<Identifier,PlayerPredicate.AdvancementPredicate> advancements, EntityPredicate entityPredicate)
-
Uses of EntityPredicate in net.minecraft.predicate.entity
Fields in net.minecraft.predicate.entity declared as EntityPredicateModifier and TypeFieldDescriptionstatic EntityPredicate
EntityPredicate.ANY
private EntityPredicate
DamageSourcePredicate.Builder.directEntity
private EntityPredicate
DamageSourcePredicate.directEntity
private EntityPredicate
EntityPredicate.field_33914
private EntityPredicate
EntityPredicate.Builder.field_33917
private EntityPredicate
DamageSourcePredicate.Builder.sourceEntity
private EntityPredicate
DamageSourcePredicate.sourceEntity
private EntityPredicate
EntityPredicate.Builder.targetedEntity
private EntityPredicate
EntityPredicate.targetedEntity
private EntityPredicate
EntityPredicate.Builder.vehicle
private EntityPredicate
EntityPredicate.vehicle
Methods in net.minecraft.predicate.entity that return EntityPredicateModifier and TypeMethodDescriptionEntityPredicate.Builder.build()
static EntityPredicate
EntityPredicate.fromJson(@Nullable JsonElement json)
Methods in net.minecraft.predicate.entity with parameters of type EntityPredicateModifier and TypeMethodDescriptionDamageSourcePredicate.Builder.directEntity(EntityPredicate entity)
EntityPredicate.Builder.method_37229(EntityPredicate entityPredicate)
static EntityPredicate.Extended
EntityPredicate.Extended.ofLegacy(EntityPredicate predicate)
DamageSourcePredicate.Builder.sourceEntity(EntityPredicate entity)
EntityPredicate.Builder.targetedEntity(EntityPredicate targetedEntity)
EntityPredicate.Builder.vehicle(EntityPredicate vehicle)
Constructors in net.minecraft.predicate.entity with parameters of type EntityPredicateModifierConstructorDescriptionDamageSourcePredicate(@Nullable Boolean isProjectile, @Nullable Boolean isExplosion, @Nullable Boolean bypassesArmor, @Nullable Boolean bypassesInvulnerability, @Nullable Boolean bypassesMagic, @Nullable Boolean isFire, @Nullable Boolean isMagic, @Nullable Boolean isLightning, EntityPredicate directEntity, EntityPredicate sourceEntity)
(package private)
EntityPredicate(EntityTypePredicate type, DistancePredicate distance, LocationPredicate location, LocationPredicate locationPredicate, EntityEffectPredicate entityEffectPredicate, NbtPredicate nbtPredicate, EntityFlagsPredicate entityFlagsPredicate, EntityEquipmentPredicate entityEquipmentPredicate, PlayerPredicate playerPredicate, FishingHookPredicate fishingHookPredicate, class_6404 class_6404, EntityPredicate entityPredicate, EntityPredicate entityPredicate2, EntityPredicate entityPredicate3, @Nullable String string, @Nullable Identifier identifier)