public enum GenLayerAddIsland extends java.lang.Enum<GenLayerAddIsland> implements IBishopTransformer
Enum Constant and Description |
---|
INSTANCE |
Modifier and Type | Method and Description |
---|---|
int |
apply(IContext context,
int x,
int p_202792_3_,
int p_202792_4_,
int p_202792_5_,
int p_202792_6_) |
static GenLayerAddIsland |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static GenLayerAddIsland[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
apply
apply
apply
public static final GenLayerAddIsland INSTANCE
public static GenLayerAddIsland[] values()
for (GenLayerAddIsland c : GenLayerAddIsland.values()) System.out.println(c);
public static GenLayerAddIsland 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 int apply(IContext context, int x, int p_202792_3_, int p_202792_4_, int p_202792_5_, int p_202792_6_)
apply
in interface IBishopTransformer