com.threerings.tudey.config
Class ActorConfig.Pawn
java.lang.Object
com.threerings.util.DeepObject
com.threerings.tudey.config.ActorConfig.Implementation
com.threerings.tudey.config.ActorConfig.Original
com.threerings.tudey.config.ActorConfig.Mobile
com.threerings.tudey.config.ActorConfig.Pawn
- All Implemented Interfaces:
- Exportable, Copyable, Cloneable
- Enclosing class:
- ActorConfig
public static class ActorConfig.Pawn
- extends ActorConfig.Mobile
Implementation for user-controlled actors.
ActorConfig.Pawn
public ActorConfig.Pawn()
- Customizes some of the defaults.
getLogicClassName
public String getLogicClassName()
- Description copied from class:
ActorConfig.Original
- Returns the name of the server-side logic class to use for the actor.
- Overrides:
getLogicClassName in class ActorConfig.Mobile
createActor
public Actor createActor(ConfigReference<ActorConfig> config,
int id,
int created,
Vector2f translation,
float rotation)
- Description copied from class:
ActorConfig.Original
- Creates a new actor of the type associated with this config.
- Overrides:
createActor in class ActorConfig.Mobile
Copyright © 2011. All Rights Reserved.