Uses of Class
net.minecraft.predicate.entity.EntityEquipmentPredicate
Packages that use EntityEquipmentPredicate
-
Uses of EntityEquipmentPredicate in net.minecraft.predicate.entity
Fields in net.minecraft.predicate.entity declared as EntityEquipmentPredicateModifier and TypeFieldDescriptionstatic final EntityEquipmentPredicate
EntityEquipmentPredicate.ANY
private EntityEquipmentPredicate
EntityPredicate.Builder.equipment
private final EntityEquipmentPredicate
EntityPredicate.equipment
static final EntityEquipmentPredicate
EntityEquipmentPredicate.OMINOUS_BANNER_ON_HEAD
Methods in net.minecraft.predicate.entity that return EntityEquipmentPredicateModifier and TypeMethodDescriptionEntityEquipmentPredicate.Builder.build()
static EntityEquipmentPredicate
EntityEquipmentPredicate.fromJson
(@Nullable JsonElement json) Methods in net.minecraft.predicate.entity with parameters of type EntityEquipmentPredicateModifier and TypeMethodDescriptionEntityPredicate.Builder.equipment
(EntityEquipmentPredicate equipment) Constructors in net.minecraft.predicate.entity with parameters of type EntityEquipmentPredicateModifierConstructorDescriptionprivate
EntityPredicate
(EntityTypePredicate type, DistancePredicate distance, LocationPredicate location, LocationPredicate steppingOn, EntityEffectPredicate effects, NbtPredicate nbt, EntityFlagsPredicate flags, EntityEquipmentPredicate equipment, PlayerPredicate player, FishingHookPredicate fishingHook, LightningBoltPredicate lightningBolt, @Nullable String team, @Nullable Identifier catType) (package private)
EntityPredicate
(EntityTypePredicate type, DistancePredicate distance, LocationPredicate location, LocationPredicate steppingOn, EntityEffectPredicate effects, NbtPredicate nbt, EntityFlagsPredicate flags, EntityEquipmentPredicate equipment, PlayerPredicate player, FishingHookPredicate fishingHook, LightningBoltPredicate lightningBolt, EntityPredicate vehicle, EntityPredicate passenger, EntityPredicate targetedEntity, @Nullable String team, @Nullable Identifier catType)