Class PlayerFactory

java.lang.Object
com.csse3200.game.entities.factories.PlayerFactory

public class PlayerFactory extends Object
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 Details

    • createPlayer

      public static Entity createPlayer()
      Create a player entity.
      Returns:
      entity
    • createPlayer

      public static Entity createPlayer(PlayerConfig config)
      Create a player entity.
      Parameters:
      config - - configuration file to match player to
      Returns:
      entity