Class FishingFailedEvent

java.lang.Object
com.hypixel.hytale.component.system.EcsEvent
com.mrbysco.gonefishing.api.event.FishingFailedEvent

public class FishingFailedEvent extends EcsEvent
Event fired when player failed to catch a fish. This event allows you to know when a player failed to catch a fish, and get the player reference.
  • Constructor Details

    • FishingFailedEvent

      public FishingFailedEvent(Ref<EntityStore> playerRef)
  • Method Details