Uses of Class
net.minecraft.world.entity.projectile.FishingHook
Package
Description
-
Uses of FishingHook in net.minecraft.advancements.critereon
Modifier and TypeMethodDescriptionvoid
FishingRodHookedTrigger.trigger(ServerPlayer p_40417_, ItemStack p_40418_, FishingHook p_40419_, Collection<ItemStack> p_40420_)
-
Uses of FishingHook in net.minecraft.client.renderer.entity
Modifier and TypeMethodDescriptionFishingHookRenderer.getTextureLocation(FishingHook p_114703_)
void
FishingHookRenderer.render(FishingHook p_114705_, float p_114706_, float p_114707_, PoseStack p_114708_, MultiBufferSource p_114709_, int p_114710_)
-
Uses of FishingHook in net.minecraft.world.entity
-
Uses of FishingHook in net.minecraft.world.entity.player
-
Uses of FishingHook in net.minecraft.world.entity.projectile
Modifier and TypeMethodDescriptionprivate void
FishingHook.updateOwnerInfo(FishingHook p_150148_)
ModifierConstructorDescriptionFishingHook(EntityType<? extends FishingHook> p_150138_, Level p_150139_)
private
FishingHook(EntityType<? extends FishingHook> p_150141_, Level p_150142_, int p_150143_, int p_150144_)
-
Uses of FishingHook in net.minecraftforge.event.entity.player
Modifier and TypeMethodDescriptionItemFishedEvent.getHookEntity()
Use this to stuff related to the hook itself, like the position of the bobber.ModifierConstructorDescriptionItemFishedEvent(List<ItemStack> stacks, int rodDamage, FishingHook hook)