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, EntityEffectPredicate effects, NbtPredicate nbt, EntityFlagsPredicate flags, EntityEquipmentPredicate equipment, PlayerPredicate player, FishingHookPredicate fishingHook, @Nullable String team, @Nullable Identifier catType)privateEntityPredicate(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)