com.threerings.tudey.client.sprite
Class PlaceableSprite.Prop
java.lang.Object
com.threerings.expr.SimpleScope
com.threerings.tudey.client.sprite.PlaceableSprite.Implementation
com.threerings.tudey.client.sprite.PlaceableSprite.Original
com.threerings.tudey.client.sprite.PlaceableSprite.Prop
- All Implemented Interfaces:
- Scope, ScopeUpdateListener
- Direct Known Subclasses:
- PlaceableSprite.ClickableProp
- Enclosing class:
- PlaceableSprite
public static class PlaceableSprite.Prop
- extends PlaceableSprite.Original
A prop implementation.
| Fields inherited from interface com.threerings.expr.Scope |
EPOCH, NOW |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
_config
protected PlaceableConfig.Prop _config
- The prop configuration.
PlaceableSprite.Prop
public PlaceableSprite.Prop(TudeyContext ctx,
Scope parentScope,
PlaceableConfig.Prop config)
- Creates a new prop implementation.
PlaceableSprite.Prop
protected PlaceableSprite.Prop(TudeyContext ctx,
Scope parentScope)
- Creates a new prop implementation (for use by subclasses).
setConfig
public void setConfig(PlaceableConfig.Original config)
- Description copied from class:
PlaceableSprite.Original
- (Re)configures the implementation.
- Overrides:
setConfig in class PlaceableSprite.Original
getFloorFlags
public int getFloorFlags()
- Description copied from class:
PlaceableSprite.Implementation
- Returns the sprite's floor flags.
- Overrides:
getFloorFlags in class PlaceableSprite.Implementation