Class FishingOutcomes$


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

      • MODULE$

        public static final FishingOutcomes$ MODULE$
        Static reference to the singleton instance of this Scala object.
    • Constructor Detail

      • FishingOutcomes$

        public FishingOutcomes$()
    • Method Detail

      • continueAndIgnore

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

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

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