public enum Placeholder extends Enum<Placeholder>
Enum Constant and Description |
---|
AMOUNT |
BUY_PRICE |
COMMAND |
CREATION_PRICE |
ENCHANTMENT |
ERROR |
EXTENDED |
GENERATION |
ITEM_NAME |
LIMIT |
MAX_PRICE |
MAX_STACK |
MIN_PRICE |
MUSIC_TITLE |
PLAYER |
POTION_EFFECT |
PROPERTY |
REVENUE |
SELL_PRICE |
STOCK |
VALUE |
VENDOR |
VERSION |
Modifier and Type | Method and Description |
---|---|
String |
toString() |
static Placeholder |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Placeholder[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Placeholder VENDOR
public static final Placeholder AMOUNT
public static final Placeholder ITEM_NAME
public static final Placeholder CREATION_PRICE
public static final Placeholder ERROR
public static final Placeholder ENCHANTMENT
public static final Placeholder MIN_PRICE
public static final Placeholder MAX_PRICE
public static final Placeholder VERSION
public static final Placeholder BUY_PRICE
public static final Placeholder SELL_PRICE
public static final Placeholder LIMIT
public static final Placeholder PLAYER
public static final Placeholder POTION_EFFECT
public static final Placeholder MUSIC_TITLE
public static final Placeholder PROPERTY
public static final Placeholder VALUE
public static final Placeholder EXTENDED
public static final Placeholder REVENUE
public static final Placeholder GENERATION
public static final Placeholder STOCK
public static final Placeholder MAX_STACK
public static final Placeholder COMMAND
public static Placeholder[] values()
for (Placeholder c : Placeholder.values()) System.out.println(c);
public static Placeholder 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 nullpublic String toString()
toString
in class Enum<Placeholder>
Copyright © 2017. All rights reserved.