Package me.simulation.game
Interface Interaction
- All Known Implementing Classes:
Ork
public interface Interaction
Interface for interactions in Ork, Elf, Human classes
-
Method Summary
-
Method Details
-
kill
Kills the opponent champion.- Parameters:
opponent
- the opponent champion's name- Returns:
- a message indicating the champion killed the opponent
-
pickUp
Picks up a kit.- Returns:
- a message indicating the champion picked up a kit
-
trap
Traps the champion.- Returns:
- a message indicating the champion fell into a trap
-
boost
Provides a boost to the champion.- Returns:
- a message indicating the champion received a boost
-