Class CollisionBoxMapObjectLoader
java.lang.Object
de.gurkenlabs.litiengine.environment.MapObjectLoader
de.gurkenlabs.litiengine.environment.CollisionBoxMapObjectLoader
- All Implemented Interfaces:
IMapObjectLoader
public class CollisionBoxMapObjectLoader
extends MapObjectLoader
Constructor Summary
Constructors Modifier Constructor Description protected
CollisionBoxMapObjectLoader()
Method Summary
Modifier and Type Method Description protected CollisionBox
createCollisionBox(IMapObject mapObject)
java.util.Collection<IEntity>
load(Environment environment, IMapObject mapObject)
Methods inherited from class de.gurkenlabs.litiengine.environment.MapObjectLoader
afterLoad, getMapObjectType, isMatchingType, loadDefaultProperties
Constructor Details
CollisionBoxMapObjectLoader
protected CollisionBoxMapObjectLoader()
Method Details