Class Threat
java.lang.Object
com.github.yellowstonegames.path.technique.Threat
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionThreat(com.github.yellowstonegames.grid.Coord position, int maxThreatDistance) Threat(com.github.yellowstonegames.grid.Coord position, int minThreatDistance, int maxThreatDistance) Threat(com.github.yellowstonegames.grid.Coord position, int minThreatDistance, int maxThreatDistance, com.github.yellowstonegames.grid.Radius measurement) Threat(com.github.yellowstonegames.grid.Coord position, int minThreatDistance, int maxThreatDistance, com.github.yellowstonegames.grid.Radius measurement, AimLimit limits) -
Method Summary
-
Field Details
-
position
public com.github.yellowstonegames.grid.Coord position -
reach
-
-
Constructor Details
-
Threat
public Threat(com.github.yellowstonegames.grid.Coord position, int maxThreatDistance) -
Threat
public Threat(com.github.yellowstonegames.grid.Coord position, int minThreatDistance, int maxThreatDistance) -
Threat
public Threat(com.github.yellowstonegames.grid.Coord position, int minThreatDistance, int maxThreatDistance, com.github.yellowstonegames.grid.Radius measurement) -
Threat
public Threat(com.github.yellowstonegames.grid.Coord position, int minThreatDistance, int maxThreatDistance, com.github.yellowstonegames.grid.Radius measurement, AimLimit limits)
-
-
Method Details
-
equals
-
hashCode
-
toString
-