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