Uses of Class
dev.twilite.game.simulation.model.SimulationGrid
Packages that use SimulationGrid
-
Uses of SimulationGrid in dev.twilite.game.simulation
Methods in dev.twilite.game.simulation with parameters of type SimulationGridModifier and TypeMethodDescriptiondefault voidSimulationTask.begin(I input, SimulationGrid grid) Called once before path expansion begins, afterSimulationTask.onTick(Object, SimulationGrid).default voidSimulationTask.end(I input, SimulationGrid grid) Called after all reachable nodes have been visited and before the best result is selected.default voidSimulationTask.onTick(I input, SimulationGrid grid) Called once before path expansion begins.default booleanSimulationTask.step(I input, SimulationGrid grid, Coord from, Coord to, int tick) Decides whether expansion may traverse the edge fromfromtotoontick.default voidSimulationTask.visit(I input, SimulationGrid grid, SimulationNode node) Called for each reachable tile after expansion.