Uses of Record Class
dev.twilite.game.simulation.model.combat.SimulationHit
Packages that use SimulationHit
-
Uses of SimulationHit in dev.twilite.game.simulation.model
Methods in dev.twilite.game.simulation.model that return types with arguments of type SimulationHitModifier and TypeMethodDescriptionSimulationResult.hits()Returns predicted hits attached to nodes on the selected path.Methods in dev.twilite.game.simulation.model with parameters of type SimulationHitModifier and TypeMethodDescriptionvoidSimulationNode.addHit(SimulationHit hit) Adds a predicted hit to this node's combat timeline. -
Uses of SimulationHit in dev.twilite.game.simulation.model.combat
Methods in dev.twilite.game.simulation.model.combat that return types with arguments of type SimulationHitModifier and TypeMethodDescriptionSimulationTimeline.hits()Returns the value of thehitsrecord component.Methods in dev.twilite.game.simulation.model.combat with parameters of type SimulationHitModifier and TypeMethodDescriptionSimulationTimeline.addHit(SimulationHit hit) Appends a predicted hit.Constructor parameters in dev.twilite.game.simulation.model.combat with type arguments of type SimulationHitModifierConstructorDescriptionSimulationTimeline(List<SimulationHit> hits) Creates an instance of aSimulationTimelinerecord class.