public class Cuboid extends Object implements BiConsumer<TextIO,RunnerData>
Constructor and Description |
---|
Cuboid() |
Modifier and Type | Method and Description |
---|---|
void |
accept(TextIO textIO,
RunnerData runnerData) |
static void |
main(String[] args) |
String |
toString() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
andThen
public static void main(String[] args)
public void accept(TextIO textIO, RunnerData runnerData)
accept
in interface BiConsumer<TextIO,RunnerData>