public class ShipAIConfig extends java.lang.Object implements java.lang.Cloneable
| Modifier and Type | Field and Description |
|---|---|
boolean |
alwaysStrafeOffensively |
boolean |
backingOffWhileNotVentingAllowed |
boolean |
burnDriveIgnoreEnemies |
java.lang.String |
personalityOverride |
boolean |
turnToFaceWithUndamagedArmor |
| Constructor and Description |
|---|
ShipAIConfig() |
| Modifier and Type | Method and Description |
|---|---|
ShipAIConfig |
clone() |
void |
copyFrom(ShipAIConfig other) |
public boolean alwaysStrafeOffensively
public boolean backingOffWhileNotVentingAllowed
public boolean turnToFaceWithUndamagedArmor
public boolean burnDriveIgnoreEnemies
public java.lang.String personalityOverride
public ShipAIConfig()
public ShipAIConfig clone()
clone in class java.lang.Objectpublic void copyFrom(ShipAIConfig other)