Class GateFactory

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

public class GateFactory extends Object
Factory to create Gate entities.

Each Gate entity type should have a creation method that returns a corresponding entity.

  • Method Details

    • createGate

      public static Entity createGate()
      Creates a static Gate entity.
      Returns:
      entity