public enum OverlayScreenState extends java.lang.Enum<OverlayScreenState>
Enum Constant and Description |
---|
ALL |
BOTTOM_LEFT |
BOTTOM_LEFT_LABEL |
NONE |
SPRITES |
TOP_LEFT |
TOP_LEFT_LABEL |
Modifier and Type | Method and Description |
---|---|
OverlayScreenState |
getNextState() |
abstract void |
renderParty(com.mojang.blaze3d.matrix.MatrixStack matrix,
net.minecraft.client.Minecraft mc,
int selectedIndex,
Pokemon[] party) |
static OverlayScreenState |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static OverlayScreenState[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final OverlayScreenState ALL
public static final OverlayScreenState SPRITES
public static final OverlayScreenState TOP_LEFT_LABEL
public static final OverlayScreenState TOP_LEFT
public static final OverlayScreenState BOTTOM_LEFT_LABEL
public static final OverlayScreenState BOTTOM_LEFT
public static final OverlayScreenState NONE
public static OverlayScreenState[] values()
for (OverlayScreenState c : OverlayScreenState.values()) System.out.println(c);
public static OverlayScreenState 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 abstract void renderParty(com.mojang.blaze3d.matrix.MatrixStack matrix, net.minecraft.client.Minecraft mc, int selectedIndex, Pokemon[] party)
public OverlayScreenState getNextState()