| Package | Description | 
|---|---|
| bwapi | 
| Modifier and Type | Method and Description | 
|---|---|
| Text | Player. getTextColor()Retrieves the control code character that changes the color of text messages to
 represent this player. | 
| Text | Player. getTextColor()Retrieves the control code character that changes the color of text messages to
 represent this player. | 
| static Text | Text. valueOf(String name)Returns the enum constant of this type with the specified name. | 
| static Text | Text. valueOf(String name)Returns the enum constant of this type with the specified name. | 
| static Text[] | Text. values()Returns an array containing the constants of this enum type, in
the order they are declared. | 
| static Text[] | Text. values()Returns an array containing the constants of this enum type, in
the order they are declared. | 
| Modifier and Type | Method and Description | 
|---|---|
| void | Game. drawText(CoordinateType ctype,
        int x,
        int y,
        String string,
        Text... colors) | 
| void | Game. drawText(CoordinateType ctype,
        int x,
        int y,
        String string,
        Text... colors) | 
| void | Game. drawTextMap(int x,
           int y,
           String string,
           Text... colors) | 
| void | Game. drawTextMap(int x,
           int y,
           String string,
           Text... colors) | 
| void | Game. drawTextMap(Position p,
           String string,
           Text... colors) | 
| void | Game. drawTextMap(Position p,
           String string,
           Text... colors) | 
| void | Game. drawTextMouse(int x,
             int y,
             String string,
             Text... colors) | 
| void | Game. drawTextMouse(int x,
             int y,
             String string,
             Text... colors) | 
| void | Game. drawTextMouse(Position p,
             String string,
             Text... colors) | 
| void | Game. drawTextMouse(Position p,
             String string,
             Text... colors) | 
| void | Game. drawTextScreen(int x,
              int y,
              String string,
              Text... colors) | 
| void | Game. drawTextScreen(int x,
              int y,
              String string,
              Text... colors) | 
| void | Game. drawTextScreen(Position p,
              String string,
              Text... colors) | 
| void | Game. drawTextScreen(Position p,
              String string,
              Text... colors) | 
| static String | Text. formatText(String text,
          Text format)Format text with a textcolor to display on broodwar | 
| static String | Text. formatText(String text,
          Text format)Format text with a textcolor to display on broodwar | 
| void | Game. printf(String string,
      Text... colors)Prints text to the screen as a notification. | 
| void | Game. printf(String string,
      Text... colors)Prints text to the screen as a notification. | 
| void | Game. sendText(String string,
        Text... colors)Sends a text message to all other players in the game. | 
| void | Game. sendText(String string,
        Text... colors)Sends a text message to all other players in the game. | 
| void | Game. sendTextEx(boolean toAllies,
          String string,
          Text... colors)An extended version of  Game.sendText(java.lang.String, bwapi.Text...)which allows messages to be forwarded to
 allies. | 
| void | Game. sendTextEx(boolean toAllies,
          String string,
          Text... colors)An extended version of  Game.sendText(java.lang.String, bwapi.Text...)which allows messages to be forwarded to
 allies. | 
Copyright © 2022. All rights reserved.