com.threerings.tudey.config
Class ConditionConfig.Always

java.lang.Object
  extended by com.threerings.util.DeepObject
      extended by com.threerings.tudey.config.ConditionConfig
          extended by com.threerings.tudey.config.ConditionConfig.Always
All Implemented Interfaces:
Exportable, com.threerings.io.Streamable, Copyable, Cloneable
Enclosing class:
ConditionConfig

public static class ConditionConfig.Always
extends ConditionConfig

Satisfied always.


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
 
Constructor Summary
ConditionConfig.Always()
           
 
Method Summary
 String getLogicClassName()
          Returns the name of the server-side logic class for this condition.
 
Methods inherited from class com.threerings.tudey.config.ConditionConfig
getPreloads, invalidate
 
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
 

Constructor Detail

ConditionConfig.Always

public ConditionConfig.Always()
Method Detail

getLogicClassName

public String getLogicClassName()
Description copied from class: ConditionConfig
Returns the name of the server-side logic class for this condition.

Specified by:
getLogicClassName in class ConditionConfig


Copyright © 2011. All Rights Reserved.