Class PlayerWeaponFactory

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

public class PlayerWeaponFactory extends Object
Class to create weapons for the player to hold
  • Method Details

    • createPlayerWeapon

      public static Entity createPlayerWeapon(WeaponType weaponType, Entity player)
      Static function to create a new weapon entity
      Parameters:
      weaponType - - the type of weapon entity to be made
      player - - player entity to track
      Returns:
      A reference to the created weapon entity