io.indigoengine.roguelike.starterkit.terminal.TerminalEmulator
See theTerminalEmulator companion object
Attributes
- Companion
- object
- Graph
-
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
Members list
Value members
Concrete methods
def putLines(startCoords: Point, textLines: Batch[String], fgColor: RGBA, bgColor: RGBA): TerminalEmulator
def toCloneTiles(position: Point, charCrops: Batch[(Int, Int, Int, Int)])(makeBlank: (RGBA, RGBA) => Cloneable): TerminalClones
Inherited methods
Attributes
- Inherited from:
- Product
Attributes
- Inherited from:
- Product
In this article