Uses of Record Class
dev.twilite.game.simulation.model.combat.SimulationTimeline
Packages that use SimulationTimeline
-
Uses of SimulationTimeline in dev.twilite.game.simulation.model
Methods in dev.twilite.game.simulation.model that return SimulationTimelineModifier and TypeMethodDescriptionSimulationNode.timeline()Returns predicted combat events attached to this node.SimulationResult.timeline()Returns predicted combat events attached to nodes on the selected path.Constructors in dev.twilite.game.simulation.model with parameters of type SimulationTimelineModifierConstructorDescriptionSimulationResult(Coord start, SimulationNode destination, Coord firstStep, List<Coord> path, SimulationTimeline timeline) Creates an instance of aSimulationResultrecord class. -
Uses of SimulationTimeline in dev.twilite.game.simulation.model.combat
Methods in dev.twilite.game.simulation.model.combat that return SimulationTimelineModifier and TypeMethodDescriptionSimulationTimeline.addAll(SimulationTimeline timeline) Appends all events from another timeline.SimulationTimeline.addHit(SimulationHit hit) Appends a predicted hit.SimulationCombatState.timeline()Returns the value of thetimelinerecord component.Methods in dev.twilite.game.simulation.model.combat with parameters of type SimulationTimelineModifier and TypeMethodDescriptionSimulationTimeline.addAll(SimulationTimeline timeline) Appends all events from another timeline.Constructors in dev.twilite.game.simulation.model.combat with parameters of type SimulationTimelineModifierConstructorDescriptionSimulationCombatState(Rect player, List<SimulationEntity> entities, SimulationTimeline timeline, int tick) Creates an instance of aSimulationCombatStaterecord class.