Package | Description |
---|---|
bwapi |
Modifier and Type | Method and Description |
---|---|
static Text.Size |
Text.Size.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Text.Size |
Text.Size.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Text.Size[] |
Text.Size.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
static Text.Size[] |
Text.Size.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.setTextSize(Text.Size size)
Sets the size of the text for all calls to
Game.drawText(bwapi.CoordinateType, int, int, java.lang.String, bwapi.Text...) following this one. |
void |
Game.setTextSize(Text.Size size)
Sets the size of the text for all calls to
Game.drawText(bwapi.CoordinateType, int, int, java.lang.String, bwapi.Text...) following this one. |
Copyright © 2022. All rights reserved.