public static enum GenLayerEdge.CoolWarm extends java.lang.Enum<GenLayerEdge.CoolWarm> implements ICastleTransformer
Enum Constant and Description |
---|
INSTANCE |
Modifier and Type | Method and Description |
---|---|
int |
apply(IContext context,
int p_202748_2_,
int p_202748_3_,
int p_202748_4_,
int p_202748_5_,
int p_202748_6_) |
static GenLayerEdge.CoolWarm |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static GenLayerEdge.CoolWarm[] |
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 GenLayerEdge.CoolWarm INSTANCE
public static GenLayerEdge.CoolWarm[] values()
for (GenLayerEdge.CoolWarm c : GenLayerEdge.CoolWarm.values()) System.out.println(c);
public static GenLayerEdge.CoolWarm 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 p_202748_2_, int p_202748_3_, int p_202748_4_, int p_202748_5_, int p_202748_6_)
apply
in interface ICastleTransformer