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