Class FishingStartedEvent

All Implemented Interfaces:
ICancellableEcsEvent

public class FishingStartedEvent extends CancellableEcsEvent
Event fired when player starts fishing. This event is cancellable, and allows you to know when a player starts fishing, and get the player reference.
  • Constructor Details

    • FishingStartedEvent

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