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 FishingHookPredicate
FishingHookPredicate.ANY
private FishingHookPredicate
EntityPredicate.Builder.fishHook
private FishingHookPredicate
EntityPredicate.fishingHook
Methods in net.minecraft.predicate.entity that return FishingHookPredicateModifier and TypeMethodDescriptionstatic FishingHookPredicate
FishingHookPredicate.fromJson(@Nullable JsonElement json)
static FishingHookPredicate
FishingHookPredicate.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 FishingHookPredicateModifierConstructorDescriptionprivate
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)
private
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)