public static enum AdvancementDisplay.AdvancementFrame extends java.lang.Enum<AdvancementDisplay.AdvancementFrame>
Modifier and Type | Method | Description |
---|---|---|
net.minecraft.server.v1_16_R3.AdvancementFrameType |
getNMS() |
|
static AdvancementDisplay.AdvancementFrame |
valueOf(java.lang.String name) |
Returns the enum constant of this type with the specified name.
|
static AdvancementDisplay.AdvancementFrame[] |
values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AdvancementDisplay.AdvancementFrame TASK
public static final AdvancementDisplay.AdvancementFrame GOAL
public static final AdvancementDisplay.AdvancementFrame CHALLENGE
public static AdvancementDisplay.AdvancementFrame[] values()
for (AdvancementDisplay.AdvancementFrame c : AdvancementDisplay.AdvancementFrame.values()) System.out.println(c);
public static AdvancementDisplay.AdvancementFrame 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 nullpublic net.minecraft.server.v1_16_R3.AdvancementFrameType getNMS()