Class FishingOutcomes


  • public class FishingOutcomes
    extends java.lang.Object
    Consume this message and continue with the next
    • Constructor Detail

      • FishingOutcomes

        public FishingOutcomes()
    • Method Detail

      • continueAndIgnore

        public static FishingOutcome continueAndIgnore()
        Consume this message and continue with the next
        Returns:
        (undocumented)
      • complete

        public static FishingOutcome complete()
        Complete fishing and return this message
        Returns:
        (undocumented)
      • fail

        public static FishingOutcome fail​(java.lang.String error)
        Fail fishing with a custom error message
        Parameters:
        error - (undocumented)
        Returns:
        (undocumented)