public class BehaviorConditionSettings
extends java.lang.Object
implements java.io.Serializable
Modifier and Type | Field and Description |
---|---|
boolean |
combatState |
boolean |
deathState |
float |
distance |
int |
effectTag |
boolean |
less |
boolean |
onTarget |
java.lang.String |
statName |
float |
statValue |
boolean |
statVitalityPercentage |
int |
target |
boolean |
target_ally |
int |
target_number |
TriggerProfile.Type |
triggerEvent |
int |
type
MobBehavior Type
0-Event; 1-Distance; 2-Stat; 3-Effect; 4-CombatState; 5-DeathState; 6-NumberOfTargets
|
Constructor and Description |
---|
BehaviorConditionSettings() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
toString() |
public int type
public float distance
public boolean less
public java.lang.String statName
public float statValue
public boolean statVitalityPercentage
public int target
public int effectTag
public boolean onTarget
public boolean combatState
public boolean deathState
public TriggerProfile.Type triggerEvent
public int target_number
public boolean target_ally