public static enum RPConfig.PlayerHeadStackingFixMode extends Enum<RPConfig.PlayerHeadStackingFixMode>
| Enum Constant and Description |
|---|
DISABLED
Disable the fix.
|
REQUIRE_SAME_PLAYER
Require the same player.
|
REQUIRE_SAME_PLAYER_AND_TEXTURE_URL
Require the same player and texture URL.
|
| Modifier and Type | Method and Description |
|---|---|
static RPConfig.PlayerHeadStackingFixMode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RPConfig.PlayerHeadStackingFixMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RPConfig.PlayerHeadStackingFixMode DISABLED
public static final RPConfig.PlayerHeadStackingFixMode REQUIRE_SAME_PLAYER_AND_TEXTURE_URL
public static final RPConfig.PlayerHeadStackingFixMode REQUIRE_SAME_PLAYER
public static RPConfig.PlayerHeadStackingFixMode[] values()
for (RPConfig.PlayerHeadStackingFixMode c : RPConfig.PlayerHeadStackingFixMode.values()) System.out.println(c);
public static RPConfig.PlayerHeadStackingFixMode valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is null