Class ArmourFactory

java.lang.Object
com.deco2800.game.entities.factories.ArmourFactory

public class ArmourFactory extends Object
  • Constructor Details

    • ArmourFactory

      public ArmourFactory()
  • Method Details

    • createBaseArmour

      public static Entity createBaseArmour()
      Creates a generic Armour to be used as a base Armour entity.
      Returns:
      base armour entity
    • createArmour

      public static Entity createArmour(ArmourFactory.ArmourType type)
      Gets the stats for the specific armour type being referred to and then creates that armour
      Parameters:
      type - This refers to the type of armour which is being used from ArmourTypeConfig
      Returns:
    • createTestArmour

      public static Entity createTestArmour()