Uses of Class
com.threerings.tudey.client.sprite.PlaceableSprite.Implementation

Packages that use PlaceableSprite.Implementation
com.threerings.tudey.client.sprite   
com.threerings.tudey.config Tudey configurations. 
 

Uses of PlaceableSprite.Implementation in com.threerings.tudey.client.sprite
 

Subclasses of PlaceableSprite.Implementation in com.threerings.tudey.client.sprite
static class PlaceableSprite.ClickableProp
          A prop that may be clicked to perform some action.
static class PlaceableSprite.Marker
          A marker implementation.
static class PlaceableSprite.Original
          Superclass of the original implementations.
static class PlaceableSprite.Prop
          A prop implementation.
 

Uses of PlaceableSprite.Implementation in com.threerings.tudey.config
 

Methods in com.threerings.tudey.config that return PlaceableSprite.Implementation
 PlaceableSprite.Implementation PlaceableConfig.getSpriteImplementation(TudeyContext ctx, Scope scope, PlaceableSprite.Implementation impl)
          Creates or updates a sprite implementation for this configuration.
abstract  PlaceableSprite.Implementation PlaceableConfig.Implementation.getSpriteImplementation(TudeyContext ctx, Scope scope, PlaceableSprite.Implementation impl)
          Creates or updates a sprite implementation for this configuration.
 PlaceableSprite.Implementation PlaceableConfig.Prop.getSpriteImplementation(TudeyContext ctx, Scope scope, PlaceableSprite.Implementation impl)
           
 PlaceableSprite.Implementation PlaceableConfig.ClickableProp.getSpriteImplementation(TudeyContext ctx, Scope scope, PlaceableSprite.Implementation impl)
           
 PlaceableSprite.Implementation PlaceableConfig.Marker.getSpriteImplementation(TudeyContext ctx, Scope scope, PlaceableSprite.Implementation impl)
           
 PlaceableSprite.Implementation PlaceableConfig.Derived.getSpriteImplementation(TudeyContext ctx, Scope scope, PlaceableSprite.Implementation impl)
           
 

Methods in com.threerings.tudey.config with parameters of type PlaceableSprite.Implementation
 PlaceableSprite.Implementation PlaceableConfig.getSpriteImplementation(TudeyContext ctx, Scope scope, PlaceableSprite.Implementation impl)
          Creates or updates a sprite implementation for this configuration.
abstract  PlaceableSprite.Implementation PlaceableConfig.Implementation.getSpriteImplementation(TudeyContext ctx, Scope scope, PlaceableSprite.Implementation impl)
          Creates or updates a sprite implementation for this configuration.
 PlaceableSprite.Implementation PlaceableConfig.Prop.getSpriteImplementation(TudeyContext ctx, Scope scope, PlaceableSprite.Implementation impl)
           
 PlaceableSprite.Implementation PlaceableConfig.ClickableProp.getSpriteImplementation(TudeyContext ctx, Scope scope, PlaceableSprite.Implementation impl)
           
 PlaceableSprite.Implementation PlaceableConfig.Marker.getSpriteImplementation(TudeyContext ctx, Scope scope, PlaceableSprite.Implementation impl)
           
 PlaceableSprite.Implementation PlaceableConfig.Derived.getSpriteImplementation(TudeyContext ctx, Scope scope, PlaceableSprite.Implementation impl)
           
 



Copyright © 2011. All Rights Reserved.