Class InteractionControllerComponent

java.lang.Object
com.csse3200.game.components.Component
com.csse3200.game.components.player.InteractionControllerComponent

public class InteractionControllerComponent extends Component
  • Constructor Details

    • InteractionControllerComponent

      public InteractionControllerComponent(boolean effectAll)
  • Method Details

    • interact

      public void interact()
      Interact will use the service locator to interact to enumerate through all entities that have interact component, and will call interact() with between the two entities.