Package | Description |
---|---|
bwapi |
Modifier and Type | Method and Description |
---|---|
static CoordinateType |
CoordinateType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CoordinateType |
CoordinateType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CoordinateType[] |
CoordinateType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
static CoordinateType[] |
CoordinateType.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.drawBox(CoordinateType ctype,
int left,
int top,
int right,
int bottom,
Color color) |
void |
Game.drawBox(CoordinateType ctype,
int left,
int top,
int right,
int bottom,
Color color) |
void |
Game.drawBox(CoordinateType ctype,
int left,
int top,
int right,
int bottom,
Color color,
boolean isSolid)
Draws a rectangle on the screen with the given color.
|
void |
Game.drawBox(CoordinateType ctype,
int left,
int top,
int right,
int bottom,
Color color,
boolean isSolid)
Draws a rectangle on the screen with the given color.
|
void |
Game.drawCircle(CoordinateType ctype,
int x,
int y,
int radius,
Color color) |
void |
Game.drawCircle(CoordinateType ctype,
int x,
int y,
int radius,
Color color) |
void |
Game.drawCircle(CoordinateType ctype,
int x,
int y,
int radius,
Color color,
boolean isSolid)
Draws a circle on the screen with the given color.
|
void |
Game.drawCircle(CoordinateType ctype,
int x,
int y,
int radius,
Color color,
boolean isSolid)
Draws a circle on the screen with the given color.
|
void |
Game.drawDot(CoordinateType ctype,
int x,
int y,
Color color)
Draws a dot on the map or screen with a given color.
|
void |
Game.drawDot(CoordinateType ctype,
int x,
int y,
Color color)
Draws a dot on the map or screen with a given color.
|
void |
Game.drawEllipse(CoordinateType ctype,
int x,
int y,
int xrad,
int yrad,
Color color) |
void |
Game.drawEllipse(CoordinateType ctype,
int x,
int y,
int xrad,
int yrad,
Color color) |
void |
Game.drawEllipse(CoordinateType ctype,
int x,
int y,
int xrad,
int yrad,
Color color,
boolean isSolid)
Draws an ellipse on the screen with the given color.
|
void |
Game.drawEllipse(CoordinateType ctype,
int x,
int y,
int xrad,
int yrad,
Color color,
boolean isSolid)
Draws an ellipse on the screen with the given color.
|
void |
Game.drawLine(CoordinateType ctype,
int x1,
int y1,
int x2,
int y2,
Color color)
Draws a line on the map or screen with a given color.
|
void |
Game.drawLine(CoordinateType ctype,
int x1,
int y1,
int x2,
int y2,
Color color)
Draws a line on the map or screen with a given color.
|
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.drawTriangle(CoordinateType ctype,
int ax,
int ay,
int bx,
int by,
int cx,
int cy,
Color color) |
void |
Game.drawTriangle(CoordinateType ctype,
int ax,
int ay,
int bx,
int by,
int cx,
int cy,
Color color) |
void |
Game.drawTriangle(CoordinateType ctype,
int ax,
int ay,
int bx,
int by,
int cx,
int cy,
Color color,
boolean isSolid)
Draws a triangle on the screen with the given color.
|
void |
Game.drawTriangle(CoordinateType ctype,
int ax,
int ay,
int bx,
int by,
int cx,
int cy,
Color color,
boolean isSolid)
Draws a triangle on the screen with the given color.
|
Copyright © 2022. All rights reserved.