Uses of Class
net.minecraft.predicate.entity.EntityEquipmentPredicate
| Package | Description |
|---|---|
| net.minecraft.predicate.entity |
-
Uses of EntityEquipmentPredicate in net.minecraft.predicate.entity
Fields in net.minecraft.predicate.entity declared as EntityEquipmentPredicate Modifier and Type Field Description static EntityEquipmentPredicateEntityEquipmentPredicate. ANYprivate EntityEquipmentPredicateEntityPredicate.Builder. equipmentprivate EntityEquipmentPredicateEntityPredicate. equipmentstatic EntityEquipmentPredicateEntityEquipmentPredicate. OMINOUS_BANNER_ON_HEADMethods in net.minecraft.predicate.entity that return EntityEquipmentPredicate Modifier and Type Method Description EntityEquipmentPredicateEntityEquipmentPredicate.Builder. build()static EntityEquipmentPredicateEntityEquipmentPredicate. fromJson(@Nullable JsonElement json)Methods in net.minecraft.predicate.entity with parameters of type EntityEquipmentPredicate Modifier and Type Method Description EntityPredicate.BuilderEntityPredicate.Builder. equipment(EntityEquipmentPredicate equipment)Constructors in net.minecraft.predicate.entity with parameters of type EntityEquipmentPredicate Constructor Description EntityPredicate(EntityTypePredicate type, DistancePredicate distance, LocationPredicate location, EntityEffectPredicate effects, NbtPredicate nbt, EntityFlagsPredicate flags, EntityEquipmentPredicate equipment, PlayerPredicate player, FishingHookPredicate fishingHook, @Nullable String team, @Nullable Identifier catType)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)