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