public enum WrappedEnumTeleportFlag extends java.lang.Enum<WrappedEnumTeleportFlag>
Modifier and Type | Method and Description |
---|---|
static java.util.Set<WrappedEnumTeleportFlag> |
a(int var0) |
static int |
a(java.util.Set<WrappedEnumTeleportFlag> var0) |
static WrappedEnumTeleportFlag |
fromObject(java.lang.Enum var) |
java.lang.Object |
getObject() |
static WrappedEnumTeleportFlag |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static WrappedEnumTeleportFlag[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final WrappedEnumTeleportFlag X
public static final WrappedEnumTeleportFlag Y
public static final WrappedEnumTeleportFlag Z
public static final WrappedEnumTeleportFlag Y_ROT
public static final WrappedEnumTeleportFlag X_ROT
public static WrappedEnumTeleportFlag[] values()
for (WrappedEnumTeleportFlag c : WrappedEnumTeleportFlag.values()) System.out.println(c);
public static WrappedEnumTeleportFlag 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 nullpublic static java.util.Set<WrappedEnumTeleportFlag> a(int var0)
public static int a(java.util.Set<WrappedEnumTeleportFlag> var0)
public static WrappedEnumTeleportFlag fromObject(java.lang.Enum var)
public java.lang.Object getObject()