public class BoardRegistry
extends java.lang.Object
Constructor and Description |
---|
BoardRegistry() |
Modifier and Type | Method and Description |
---|---|
static Board |
get(java.lang.String name) |
static Board |
getRandomBoard() |
static void |
load() |
static <T extends Board> |
register(T t) |
public static final Board STANDARD