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 EntityEquipmentPredicateEntityEquipmentPredicate.ANYprivate EntityEquipmentPredicateEntityPredicate.Builder.equipmentprivate final EntityEquipmentPredicateEntityPredicate.equipmentstatic final EntityEquipmentPredicateEntityEquipmentPredicate.OMINOUS_BANNER_ON_HEADMethods in net.minecraft.predicate.entity that return EntityEquipmentPredicateModifier and TypeMethodDescriptionEntityEquipmentPredicate.Builder.build()static EntityEquipmentPredicateEntityEquipmentPredicate.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 EntityEquipmentPredicateModifierConstructorDescriptionprivateEntityPredicate(EntityTypePredicate type, DistancePredicate distance, LocationPredicate location, LocationPredicate steppingOn, EntityEffectPredicate effects, NbtPredicate nbt, EntityFlagsPredicate flags, EntityEquipmentPredicate equipment, class_7376 class_7376, @Nullable String string) (package private)EntityPredicate(EntityTypePredicate type, DistancePredicate distance, LocationPredicate location, LocationPredicate steppingOn, EntityEffectPredicate effects, NbtPredicate nbt, EntityFlagsPredicate flags, EntityEquipmentPredicate equipment, class_7376 class_7376, EntityPredicate entityPredicate, EntityPredicate entityPredicate2, EntityPredicate vehicle, @Nullable String string)