A C G I P R S T U 
All Classes All Packages

P

print(String) - Method in class Core.Terminal
Outputs String to the terminal
print(String, int, int, int) - Method in class Core.Terminal
Outputs String to the terminal with Color by selecting the rgb values
print(String, Color) - Method in class Core.Terminal
Outputs String to the terminal with Color
println() - Method in class Core.Terminal
Outputs String to the terminal and makes a new line
println(String) - Method in class Core.Terminal
Outputs String to the terminal and makes a new line
println(String, int, int, int) - Method in class Core.Terminal
Outputs String to the terminal and makes a new line with Color by selecting the rgb values
println(String, Color) - Method in class Core.Terminal
Outputs String to the terminal and makes a new line with Color
printMatrix() - Method in class Core.Terminal
Prints the set matrix With some limitations
printMatrix(char[][]) - Method in class Core.Terminal
Prints a char matrix in the Terminal
printMatrix(char[][], boolean) - Method in class Core.Terminal
Clears the terminal and prints a char matrix
printMatrix(int[][]) - Method in class Core.Terminal
Prints an int matrix in the Terminal
printMatrix(int[][], boolean) - Method in class Core.Terminal
Clears the terminal and prints an int matrix
printMatrix(String[][]) - Method in class Core.Terminal
Prints a String matrix in the Terminal
printMatrix(String[][], boolean) - Method in class Core.Terminal
Clears the terminal and prints a String matrix
A C G I P R S T U 
All Classes All Packages