public class SignType extends Object
Modifier and Type | Field and Description |
---|---|
static SignType |
ACACIA |
static SignType |
BIRCH |
static SignType |
CRIMSON |
static SignType |
DARK_OAK |
static SignType |
JUNGLE |
private String |
name |
static SignType |
OAK |
static SignType |
SPRUCE |
private static Set<SignType> |
VALUES |
static SignType |
WARPED |
Modifier | Constructor and Description |
---|---|
protected |
SignType(String name) |
Modifier and Type | Method and Description |
---|---|
String |
getName() |
private static SignType |
register(SignType type) |
static Stream<SignType> |
stream() |
public static final SignType OAK
public static final SignType SPRUCE
public static final SignType BIRCH
public static final SignType ACACIA
public static final SignType JUNGLE
public static final SignType DARK_OAK
public static final SignType CRIMSON
public static final SignType WARPED
private final String name
protected SignType(String name)