Uses of Package
com.threerings.tudey.config

Packages that use com.threerings.tudey.config
com.threerings.tudey.client   
com.threerings.tudey.client.cursor   
com.threerings.tudey.client.sprite   
com.threerings.tudey.config Tudey configurations. 
com.threerings.tudey.data Tudey data. 
com.threerings.tudey.data.actor   
com.threerings.tudey.data.effect   
com.threerings.tudey.server   
com.threerings.tudey.server.logic   
com.threerings.tudey.util   
 

Classes in com.threerings.tudey.config used by com.threerings.tudey.client
ActorConfig
          The configuration of an actor.
CameraConfig
          Contains the parameters of the camera (field of view, coordinates, etc.) and allows for interpolation.
EffectConfig
          The configuration of an effect.
 

Classes in com.threerings.tudey.config used by com.threerings.tudey.client.cursor
AreaConfig
          The configuration of an area.
AreaConfig.Original
          An original implementation.
PathConfig
          The configuration of a path.
PathConfig.Original
          An original implementation.
PlaceableConfig
          The configuration of a placeable object.
PlaceableConfig.Original
          Superclass of the original implementations.
TileConfig
          The configuration of a tile.
TileConfig.Original
          An original tile implementation.
 

Classes in com.threerings.tudey.config used by com.threerings.tudey.client.sprite
ActorConfig
          The configuration of an actor.
ActorSpriteConfig
          The configuration of an actor sprite.
ActorSpriteConfig.Moving
          A sprite with idle and movement animations.
ActorSpriteConfig.StatefulEntry
          Manipulates an entry sprite to reflect the state of the entry's corresponding actor.
AreaConfig
          The configuration of an area.
AreaConfig.Original
          An original implementation.
EffectSpriteConfig
          The configuration of an effect sprite.
EffectSpriteConfig.Animator
          A sprite that plays an animation on another sprite.
PathConfig
          The configuration of a path.
PathConfig.Original
          An original implementation.
PlaceableConfig
          The configuration of a placeable object.
PlaceableConfig.ClickableProp
          Clickable prop implementation.
PlaceableConfig.Original
          Superclass of the original implementations.
PlaceableConfig.Prop
          A prop implementation.
SceneGlobalConfig
          The configuration of a global scene object.
SceneGlobalConfig.Camera
          A set of camera parameters that override the defaults.
SceneGlobalConfig.EnvironmentModel
          A simple environment model.
TileConfig
          The configuration of a tile.
TileConfig.Original
          An original tile implementation.
 

Classes in com.threerings.tudey.config used by com.threerings.tudey.config
ActionConfig
          Configurations for server-side actions.
ActionConfig.AbstractMove
          Superclass of the portal actions.
ActionConfig.Case
          A switch case.
ActionConfig.ExpressionCase
          A switch case.
ActionConfig.Portal
          Identifies a portal within the target scene.
ActionConfig.PreExecutable
          Interface for actions that require pre-execution on the owning client.
ActionConfig.SpawnActor
          Spawns a new actor.
ActionConfig.SpawnRotatedActor
          Spawns a new actor with a fixed rotation.
ActionConfig.WarpActor
          Warps an actor from one place to another.
ActionConfig.WeightedAction
          Combines an action with a weight.
ActorConfig
          The configuration of an actor.
ActorConfig.Implementation
          Contains the actual implementation of the actor.
ActorConfig.Mobile
          Base class for mobile implementations.
ActorConfig.Original
          Superclass of the original implementations.
ActorSpriteConfig
          The configuration of an actor sprite.
ActorSpriteConfig.Default
          The default sprite.
ActorSpriteConfig.MovementSet
          Represents a set of movement animations.
ActorSpriteConfig.RotationSet
          Represents a set of rotation animations.
ActorSpriteConfig.State
          Represents a single animated state.
ActorSpriteConfig.WeightedAnimation
          Contains an animation reference and an associated weight.
AreaConfig
          The configuration of an area.
AreaConfig.Implementation
          Contains the actual implementation of the area.
AreaConfig.Original
          An original implementation.
BehaviorConfig
          Configurations for agent behavior.
BehaviorConfig.Evaluating
          Base class for behaviors that require periodic (re)evaluation.
BehaviorConfig.Implementation
          Contains the actual implementation of the behavior.
BehaviorConfig.Original
          Superclass of the original implementations.
BehaviorConfig.WeightedBehavior
          Combines a behavior with its weight.
CameraConfig
          Contains the parameters of the camera (field of view, coordinates, etc.) and allows for interpolation.
ClientActionConfig
          Configurations for client-side actions.
ConditionConfig
          Configurations for handler conditions.
EffectConfig
          The configuration of an effect.
EffectConfig.Implementation
          Contains the actual implementation of the effect.
EffectConfig.Original
          Superclass of the original implementations.
EffectSpriteConfig
          The configuration of an effect sprite.
ExpressionConfig
          Configurations for (weakly typed) server-side expressions.
ExpressionConfig.BinaryOperation
          Base class for binary operations.
ExpressionConfig.UnaryOperation
          Base class for unary operations.
GroundConfig
          The configuration of a ground type.
GroundConfig.EdgeCase
          Ground edge case class.
GroundConfig.Implementation
          Contains the actual implementation of the ground type.
GroundConfig.Original
          An original ground implementation.
HandlerConfig
          Configurations for server-side event handlers.
HandlerConfig.BaseActorObserver
          Base class for HandlerConfig.ActorAdded and HandlerConfig.ActorRemoved.
HandlerConfig.BaseIntersection
          Base class for the various intersection-related handlers.
HandlerConfig.BaseIntersectionCount
          The intersection count event handler.
HandlerConfig.IntersectionShape
          Base class for the intersection shapes.
HandlerConfig.Timer
          The timer event handler.
PaintableConfig
          Base class for GroundConfig and WallConfig.
PaintableConfig.Case
          Represents a single case.
PaintableConfig.Tile
          Contains a tile that can be used for a case.
PathConfig
          The configuration of a path.
PathConfig.Implementation
          Contains the actual implementation of the path.
PathConfig.Original
          An original implementation.
PlaceableConfig
          The configuration of a placeable object.
PlaceableConfig.Implementation
          Contains the actual implementation of the placeable.
PlaceableConfig.Original
          Superclass of the original implementations.
PlaceableConfig.Prop
          A prop implementation.
RegionConfig
          Configurations for regions.
RegionConfig.Located
          Base class for the located region configs.
SceneGlobalConfig
          The configuration of a global scene object.
SceneGlobalConfig.Implementation
          Contains the actual implementation of the global.
SceneGlobalConfig.Original
          Superclass of the original implementations.
ScriptConfig
          Configurations for scripted actions in a behavior.
TagConfig
          Tag configuration
TargetConfig
          Configurations for action targets.
TargetConfig.DistanceSubset
          Superclass of the distance-based subsets.
TargetConfig.Subset
          Base class for the limiting filters for targets.
TileConfig
          The configuration of a tile.
TileConfig.Implementation
          Contains the actual implementation of the tile.
TileConfig.Original
          An original tile implementation.
TudeyViewerEffectConfig
          Configurations for Tudey-specific viewer effects.
WallConfig
          The configuration of a wall type.
WallConfig.Implementation
          Contains the actual implementation of the wall type.
WallConfig.Original
          An original wall implementation.
 

Classes in com.threerings.tudey.config used by com.threerings.tudey.data
AreaConfig
          The configuration of an area.
AreaConfig.Original
          An original implementation.
CameraConfig
          Contains the parameters of the camera (field of view, coordinates, etc.) and allows for interpolation.
HandlerConfig
          Configurations for server-side event handlers.
PaintableConfig
          Base class for GroundConfig and WallConfig.
PathConfig
          The configuration of a path.
PathConfig.Original
          An original implementation.
PlaceableConfig
          The configuration of a placeable object.
PlaceableConfig.Original
          Superclass of the original implementations.
SceneGlobalConfig
          The configuration of a global scene object.
SceneGlobalConfig.Original
          Superclass of the original implementations.
TileConfig
          The configuration of a tile.
TileConfig.Original
          An original tile implementation.
 

Classes in com.threerings.tudey.config used by com.threerings.tudey.data.actor
ActorConfig
          The configuration of an actor.
ActorConfig.Original
          Superclass of the original implementations.
 

Classes in com.threerings.tudey.config used by com.threerings.tudey.data.effect
EffectConfig
          The configuration of an effect.
 

Classes in com.threerings.tudey.config used by com.threerings.tudey.server
ActorConfig
          The configuration of an actor.
CameraConfig
          Contains the parameters of the camera (field of view, coordinates, etc.) and allows for interpolation.
EffectConfig
          The configuration of an effect.
 

Classes in com.threerings.tudey.config used by com.threerings.tudey.server.logic
ActionConfig
          Configurations for server-side actions.
ActorConfig
          The configuration of an actor.
ActorConfig.Original
          Superclass of the original implementations.
BehaviorConfig
          Configurations for agent behavior.
BehaviorConfig.Original
          Superclass of the original implementations.
ConditionConfig
          Configurations for handler conditions.
EffectConfig
          The configuration of an effect.
EffectConfig.Original
          Superclass of the original implementations.
ExpressionConfig
          Configurations for (weakly typed) server-side expressions.
HandlerConfig
          Configurations for server-side event handlers.
RegionConfig
          Configurations for regions.
ScriptConfig
          Configurations for scripted actions in a behavior.
TargetConfig
          Configurations for action targets.
 

Classes in com.threerings.tudey.config used by com.threerings.tudey.util
CameraConfig
          Contains the parameters of the camera (field of view, coordinates, etc.) and allows for interpolation.
GroundConfig
          The configuration of a ground type.
WallConfig
          The configuration of a wall type.
 



Copyright © 2011. All Rights Reserved.