public enum RiverLayer extends java.lang.Enum<RiverLayer> implements ICastleTransformer
列挙型定数と説明 |
---|
INSTANCE |
修飾子とタイプ | フィールドと説明 |
---|---|
static int |
RIVER |
修飾子とタイプ | メソッドと説明 |
---|---|
int |
apply(INoiseRandom context,
int north,
int west,
int south,
int east,
int center) |
static RiverLayer |
valueOf(java.lang.String name)
指定した名前を持つこの型の列挙型定数を返します。
|
static RiverLayer[] |
values()
この列挙型の定数を含む配列を宣言されている順序で返します。
|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
func_215728_a
apply
func_215721_a, func_215722_b
public static final RiverLayer INSTANCE
public static RiverLayer[] values()
for(RiverLayer c: RiverLayer.values()) System.out.println(c);
public static RiverLayer valueOf(java.lang.String name)
name
- 返される列挙型定数の名前。java.lang.IllegalArgumentException
- この列挙型に、指定した名前の定数がない場合java.lang.NullPointerException
- 引数がnullの場合public int apply(INoiseRandom context, int north, int west, int south, int east, int center)
apply
インタフェース内 ICastleTransformer