Uses of Class
net.minecraft.predicate.PlayerPredicate
Packages that use PlayerPredicate
-
Uses of PlayerPredicate in net.minecraft.predicate
Fields in net.minecraft.predicate declared as PlayerPredicateMethods in net.minecraft.predicate that return PlayerPredicateModifier and TypeMethodDescriptionPlayerPredicate.Builder.build()static PlayerPredicatePlayerPredicate.fromJson(@Nullable JsonElement json) -
Uses of PlayerPredicate in net.minecraft.predicate.entity
Fields in net.minecraft.predicate.entity declared as PlayerPredicateModifier and TypeFieldDescriptionprivate PlayerPredicateEntityPredicate.Builder.playerprivate PlayerPredicateEntityPredicate.playerMethods in net.minecraft.predicate.entity with parameters of type PlayerPredicateConstructors in net.minecraft.predicate.entity with parameters of type PlayerPredicateModifierConstructorDescriptionprivateEntityPredicate(EntityTypePredicate type, DistancePredicate distance, LocationPredicate location, LocationPredicate locationPredicate, EntityEffectPredicate entityEffectPredicate, NbtPredicate nbtPredicate, EntityFlagsPredicate entityFlagsPredicate, EntityEquipmentPredicate entityEquipmentPredicate, PlayerPredicate playerPredicate, FishingHookPredicate fishingHookPredicate, class_6404 class_6404, @Nullable String string, @Nullable Identifier identifier)(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)