Enum ResultSupplier.Context.CallMode

  • All Implemented Interfaces:
    java.io.Serializable , kotlin.Comparable

    
    public enum ResultSupplier.Context.CallMode
    extends Enum<ResultSupplier.Context.CallMode>
                        

    Indicates the purpose of a supply invocation.

    • CRAFT: The player performed an actual craft. Items should be delivered normally.

    • ICON: The result is used only as a display icon (e.g. in AllCandidate feature). Heavy computation may be skipped; the returned items are not given to the player.

    Since:

    5.0.21