public static enum GelTeleporter.CreatePortalBehavior extends java.lang.Enum<GelTeleporter.CreatePortalBehavior>
Enum Constant and Description |
---|
NETHER |
ON_SURFACE |
Modifier and Type | Method and Description |
---|---|
GelTeleporter.ICreatePortalFuncion |
get() |
static GelTeleporter.CreatePortalBehavior |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static GelTeleporter.CreatePortalBehavior[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final GelTeleporter.CreatePortalBehavior NETHER
public static final GelTeleporter.CreatePortalBehavior ON_SURFACE
public static GelTeleporter.CreatePortalBehavior[] values()
for (GelTeleporter.CreatePortalBehavior c : GelTeleporter.CreatePortalBehavior.values()) System.out.println(c);
public static GelTeleporter.CreatePortalBehavior 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 GelTeleporter.ICreatePortalFuncion get()