Class PlayerFishEvent

All Implemented Interfaces:
Cancellable

@Since("1.5.0.0-PN") public class PlayerFishEvent extends PlayerEvent implements Cancellable
An event that is called when player catches a fish
Author:
PetteriM1
  • Constructor Details

  • Method Details

    • getHandlers

      @Since("1.5.0.0-PN") public static HandlerList getHandlers()
    • getHook

      @Since("1.5.0.0-PN") public EntityFishingHook getHook()
    • getLoot

      @Since("1.5.0.0-PN") public Item getLoot()
    • setLoot

      @Since("1.5.0.0-PN") public void setLoot(Item loot)
    • getExperience

      @Since("1.5.0.0-PN") public int getExperience()
    • setExperience

      @Since("1.5.0.0-PN") public void setExperience(int experience)
    • getMotion

      @Since("1.5.0.0-PN") public Vector3 getMotion()
    • setMotion

      @Since("1.5.0.0-PN") public void setMotion(Vector3 motion)