Class FishingOutcomes


  • public class FishingOutcomes
    extends java.lang.Object
    • Constructor Detail

      • FishingOutcomes

        public FishingOutcomes()
    • Method Detail

      • continueAndCollect

        public static FishingOutcome continueAndCollect()
        Consume this message and continue with the next
      • continueAndIgnore

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

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

        public static FishingOutcome fail​(java.lang.String error)
        Fail fishing with a custom error message