Uses of Class
net.minecraft.predicate.entity.FishingHookPredicate
Packages that use FishingHookPredicate
-
Uses of FishingHookPredicate in net.minecraft.predicate.entity
Fields in net.minecraft.predicate.entity declared as FishingHookPredicateModifier and TypeFieldDescriptionstatic final FishingHookPredicateFishingHookPredicate.ANYprivate FishingHookPredicateEntityPredicate.Builder.fishHookprivate final FishingHookPredicateEntityPredicate.fishingHookMethods in net.minecraft.predicate.entity that return FishingHookPredicateModifier and TypeMethodDescriptionstatic FishingHookPredicateFishingHookPredicate.fromJson(@Nullable JsonElement json) static FishingHookPredicateFishingHookPredicate.of(boolean inOpenWater) Methods in net.minecraft.predicate.entity with parameters of type FishingHookPredicateModifier and TypeMethodDescriptionEntityPredicate.Builder.fishHook(FishingHookPredicate fishHook) Constructors in net.minecraft.predicate.entity with parameters of type FishingHookPredicateModifierConstructorDescriptionprivateEntityPredicate(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 lightningBoltPredicate, EntityPredicate vehicle, EntityPredicate entityPredicate, EntityPredicate targetedEntity, @Nullable String team, @Nullable Identifier catType)