public class Event
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
Player |
getPlayer()
Returns the player.
|
Position |
getPosition()
Returns the Position.
|
java.lang.String |
getText()
Returns the text.
|
Unit |
getUnit()
Returns the unit.
|
boolean |
isWinner()
Returns true if the BWAPI-controlled player is the winner.
|
public Position getPosition()
public java.lang.String getText()
public Unit getUnit()
public Player getPlayer()
public boolean isWinner()