|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.threerings.util.DeepObject
com.threerings.tudey.config.ConditionConfig
com.threerings.tudey.config.ConditionConfig.DistanceWithin
public static class ConditionConfig.DistanceWithin
Determines whether the distance between two entities is within a pair of bounds.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class com.threerings.tudey.config.ConditionConfig |
|---|
ConditionConfig.Action, ConditionConfig.All, ConditionConfig.Always, ConditionConfig.Any, ConditionConfig.Cooldown, ConditionConfig.DistanceWithin, ConditionConfig.Evaluate, ConditionConfig.FlagSet, ConditionConfig.InstanceOf, ConditionConfig.Intersecting, ConditionConfig.Limit, ConditionConfig.Not, ConditionConfig.Random, ConditionConfig.Tagged |
| Nested classes/interfaces inherited from interface com.threerings.io.Streamable |
|---|
com.threerings.io.Streamable.Closure |
| Field Summary | |
|---|---|
boolean |
allFirst
Whether or not to require all targets in the first region. |
boolean |
allSecond
Whether or not to require all targets in the second region. |
TargetConfig |
first
The first target to check. |
float |
maximum
The maximum distance. |
float |
minimum
The minimum distance. |
TargetConfig |
second
The second target to check. |
| Constructor Summary | |
|---|---|
ConditionConfig.DistanceWithin()
|
|
| Method Summary | |
|---|---|
String |
getLogicClassName()
Returns the name of the server-side logic class for this condition. |
void |
invalidate()
Invalidates any cached data. |
| Methods inherited from class com.threerings.tudey.config.ConditionConfig |
|---|
getPreloads |
| Methods inherited from class com.threerings.util.DeepObject |
|---|
clone, copy, copy, equals, hashCode, toString |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
@Editable(min=0.0,
step=0.1,
hgroup="m")
public float minimum
@Editable(min=0.0,
step=0.1,
hgroup="m")
public float maximum
@Editable(hgroup="a") public boolean allFirst
@Editable(hgroup="a") public boolean allSecond
@Editable public TargetConfig first
@Editable public TargetConfig second
| Constructor Detail |
|---|
public ConditionConfig.DistanceWithin()
| Method Detail |
|---|
public String getLogicClassName()
ConditionConfig
getLogicClassName in class ConditionConfigpublic void invalidate()
ConditionConfig
invalidate in class ConditionConfig
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||