public enum ServerboundLoadingScreenPacketType extends java.lang.Enum<ServerboundLoadingScreenPacketType>
| Enum Constant and Description |
|---|
END_LOADING_SCREEN |
START_LOADING_SCREEN |
UNKNOWN |
| Modifier and Type | Method and Description |
|---|---|
static ServerboundLoadingScreenPacketType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ServerboundLoadingScreenPacketType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ServerboundLoadingScreenPacketType UNKNOWN
public static final ServerboundLoadingScreenPacketType START_LOADING_SCREEN
public static final ServerboundLoadingScreenPacketType END_LOADING_SCREEN
public static ServerboundLoadingScreenPacketType[] values()
for (ServerboundLoadingScreenPacketType c : ServerboundLoadingScreenPacketType.values()) System.out.println(c);
public static ServerboundLoadingScreenPacketType valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is null