Uses of Record Class
dev.twilite.game.simulation.model.SimulationOptions
Packages that use SimulationOptions
-
Uses of SimulationOptions in dev.twilite.game.simulation
Methods in dev.twilite.game.simulation that return SimulationOptionsModifier and TypeMethodDescriptionSimulation.Builder.options()Returns the value of theoptionsrecord component.Methods in dev.twilite.game.simulation with parameters of type SimulationOptionsModifier and TypeMethodDescriptionstatic <I> Simulation.Builder<I> Simulation.create(SimulationOptions options) Starts a simulation builder with fixed bounds and movement options.Constructors in dev.twilite.game.simulation with parameters of type SimulationOptionsModifierConstructorDescriptionBuilder(SimulationOptions options) Creates an instance of aBuilderrecord class.Simulation(SimulationOptions options, List<SimulationTask<? super I>> tasks) Creates a simulation with fixed options and ordered tasks that will shape each run. -
Uses of SimulationOptions in dev.twilite.game.simulation.model
Methods in dev.twilite.game.simulation.model that return SimulationOptionsModifier and TypeMethodDescriptionSimulationOptions.diagonals(boolean diagonals) Returns a copy with diagonal movement enabled or disabled.static SimulationOptionsSimulationOptions.grid(int width, int height) Creates default options for a bounded grid.SimulationOptions.maxTicks(int maxTicks) Returns a copy with a different maximum expansion depth.Returns a copy with a different movement speed.SimulationGrid.options()Returns the options used to create this grid.Constructors in dev.twilite.game.simulation.model with parameters of type SimulationOptions