Uses of Class
net.minecraft.predicate.entity.FishingHookPredicate
| Package | Description |
|---|---|
| net.minecraft.predicate.entity |
-
Uses of FishingHookPredicate in net.minecraft.predicate.entity
Fields in net.minecraft.predicate.entity declared as FishingHookPredicate Modifier and Type Field Description static FishingHookPredicateFishingHookPredicate. ANYprivate FishingHookPredicateEntityPredicate.Builder. fishHookprivate FishingHookPredicateEntityPredicate. fishingHookMethods in net.minecraft.predicate.entity that return FishingHookPredicate Modifier and Type Method Description static FishingHookPredicateFishingHookPredicate. fromJson(@Nullable JsonElement json)static FishingHookPredicateFishingHookPredicate. of(boolean inOpenWater)Methods in net.minecraft.predicate.entity with parameters of type FishingHookPredicate Modifier and Type Method Description EntityPredicate.BuilderEntityPredicate.Builder. fishHook(FishingHookPredicate fishHook)Constructors in net.minecraft.predicate.entity with parameters of type FishingHookPredicate 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)