Class PlayerFactory
java.lang.Object
com.csse3200.game.entities.factories.PlayerFactory
Factory to create a player entity.
Predefined player properties are loaded from a config stored as a json file and should have the properties stores in 'PlayerConfig'.
-
Method Summary
Modifier and TypeMethodDescriptionstatic Entity
Create a player entity.static Entity
createPlayer
(PlayerConfig config) Create a player entity.
-
Method Details
-
createPlayer
Create a player entity.- Returns:
- entity
-
createPlayer
Create a player entity.- Parameters:
config
- - configuration file to match player to- Returns:
- entity
-