Class SimulationDecisionAdapter


  • public final class SimulationDecisionAdapter
    extends java.lang.Object
    Converts decision-tree simulation results into executable game actions.
    • Constructor Detail

      • SimulationDecisionAdapter

        @Inject
        public SimulationDecisionAdapter​(Context ctx,
                                         MovementService movementService,
                                         PrayerService prayerService,
                                         MagicService magicService)
        Constructs a decision adapter for converting and executing simulation outcomes.
        Parameters:
        ctx - shared API context.
        movementService - movement executor service.
        prayerService - prayer service.
        magicService - magic service.