com.threerings.tudey.server.logic
Class BehaviorLogic.Idle

java.lang.Object
  extended by com.threerings.util.ShallowObject
      extended by com.threerings.tudey.server.logic.Logic
          extended by com.threerings.tudey.server.logic.BehaviorLogic
              extended by com.threerings.tudey.server.logic.BehaviorLogic.Idle
Enclosing class:
BehaviorLogic

public static class BehaviorLogic.Idle
extends BehaviorLogic

Handles the idle behavior.


Nested Class Summary
 
Nested classes/interfaces inherited from class com.threerings.tudey.server.logic.BehaviorLogic
BehaviorLogic.Combined, BehaviorLogic.Evaluating, BehaviorLogic.Follow, BehaviorLogic.Idle, BehaviorLogic.Pathing, BehaviorLogic.Patrol, BehaviorLogic.Random, BehaviorLogic.Scripted, BehaviorLogic.Wander
 
Nested classes/interfaces inherited from class com.threerings.tudey.server.logic.Logic
Logic.ShapeObserver
 
Field Summary
 
Fields inherited from class com.threerings.tudey.server.logic.BehaviorLogic
MAX_FOLLOW_PATH_LENGTH
 
Constructor Summary
BehaviorLogic.Idle()
           
 
Method Summary
 void startup()
          Starts up the behavior after initialization or suspension.
 
Methods inherited from class com.threerings.tudey.server.logic.BehaviorLogic
getCurrentTarget, getEntityKey, getRotation, getTranslation, init, isActive, penetratedEnvironment, reachedTargetRotation, shutdown, tick
 
Methods inherited from class com.threerings.tudey.server.logic.Logic
addShapeObserver, getModel, getPatrolPath, getSceneManager, getShape, getTags, getTransform, getTransform, getVariable, init, isDefaultEntrance, isVisible, removeShapeObserver, request, resolveTarget, setVariable, signal, transfer
 
Methods inherited from class com.threerings.util.ShallowObject
equals, hashCode
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BehaviorLogic.Idle

public BehaviorLogic.Idle()
Method Detail

startup

public void startup()
Description copied from class: BehaviorLogic
Starts up the behavior after initialization or suspension.

Overrides:
startup in class BehaviorLogic


Copyright © 2011. All Rights Reserved.