Class InteractionControllerComponent
java.lang.Object
com.csse3200.game.components.Component
com.csse3200.game.components.player.InteractionControllerComponent
-
Field Summary
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
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.Methods inherited from class com.csse3200.game.components.Component
create, dispose, earlyUpdate, getEntity, setEnabled, setEntity, toString, triggerEarlyUpdate, triggerUpdate, update
-
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.
-