Uses of Class
com.b3dgs.lionengine.game.platform.AbstractPlatformEntity

Packages that use AbstractPlatformEntity
com.b3dgs.lionengine.game.platform   
 

Uses of AbstractPlatformEntity in com.b3dgs.lionengine.game.platform
 

Subclasses of AbstractPlatformEntity in com.b3dgs.lionengine.game.platform
 class AbstractRasteredPlatformEntity<TType extends DefaultTile>
          Rastered version of an abstractPlatformEntity.
 

Methods in com.b3dgs.lionengine.game.platform with parameters of type AbstractPlatformEntity
 void PlatformCamera.follow(AbstractPlatformEntity<?> entity)
          Follow specified entity.