Uses of Record Class
dev.twilite.game.simulation.model.threat.SimulationThreat.Builder
Packages that use SimulationThreat.Builder
-
Uses of SimulationThreat.Builder in dev.twilite.game.simulation.model.threat
Methods in dev.twilite.game.simulation.model.threat that return SimulationThreat.BuilderModifier and TypeMethodDescriptionSimulationThreat.Builder.active(int startTick, int duration) Sets the active tick range.SimulationThreat.Builder.always()Marks this threat as active for the full simulation horizon.static SimulationThreat.BuilderStarts a builder for a coordinate threat.SimulationThreat.Builder.id(int id) Sets the source id.SimulationThreat.Builder.kind(SimulationThreatKind kind) Sets the source kind.SimulationThreat.Builder.penalty(int penalty) Sets the penalty added to matching nodes.SimulationThreat.Builder.radius(int radius) Sets the Chebyshev radius around the threat coordinate.