Serializable, Comparable<AbstractArrow.PickupRule>@Deprecated public static enum AbstractArrow.PickupRule extends Enum<AbstractArrow.PickupRule>
| Enum Constant | Description |
|---|---|
ALLOWED |
Deprecated.
|
CREATIVE_ONLY |
Deprecated.
|
DISALLOWED |
Deprecated.
|
| Modifier and Type | Method | Description |
|---|---|---|
static AbstractArrow.PickupRule |
valueOf(String name) |
Deprecated.
Returns the enum constant of this type with the specified name.
|
static AbstractArrow.PickupRule[] |
values() |
Deprecated.
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AbstractArrow.PickupRule DISALLOWED
public static final AbstractArrow.PickupRule ALLOWED
public static final AbstractArrow.PickupRule CREATIVE_ONLY
public static AbstractArrow.PickupRule[] values()
for (AbstractArrow.PickupRule c : AbstractArrow.PickupRule.values()) System.out.println(c);
public static AbstractArrow.PickupRule 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 nullCopyright © 2021. All rights reserved.