Class DropFactory

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

public class DropFactory extends Object
  • Constructor Details

    • DropFactory

      public DropFactory()
  • Method Details

    • createScrapDrop

      public static Entity createScrapDrop()
      Creates a drop entity. This entity will have a texture and a drop component.
      Returns:
      entity
    • createCrystalDrop

      public static Entity createCrystalDrop()