public static enum NBTTarget.Type extends Enum<NBTTarget.Type>
Modifier and Type | Method and Description |
---|---|
static NBTTarget.Type |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static NBTTarget.Type[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final NBTTarget.Type AUTOMATIC
public static final NBTTarget.Type GET
public static final NBTTarget.Type SET
public static final NBTTarget.Type HAS
public static NBTTarget.Type[] values()
for (NBTTarget.Type c : NBTTarget.Type.values()) System.out.println(c);
public static NBTTarget.Type 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 © 2015–2024 tr7zw. All rights reserved.