public class LayerUtil
extends java.lang.Object
| Modifier and Type | Field and Description | 
|---|---|
protected static int | 
COLD_OCEAN  | 
protected static int | 
DEEP_COLD_OCEAN  | 
protected static int | 
DEEP_FROZEN_OCEAN  | 
protected static int | 
DEEP_LUKEWARM_OCEAN  | 
protected static int | 
DEEP_OCEAN  | 
protected static int | 
DEEP_WARM_OCEAN  | 
protected static int | 
FROZEN_OCEAN  | 
protected static int | 
LUKEWARM_OCEAN  | 
protected static int | 
OCEAN  | 
protected static int | 
WARM_OCEAN  | 
| Constructor and Description | 
|---|
LayerUtil()  | 
| Modifier and Type | Method and Description | 
|---|---|
static boolean | 
areBiomesSimilar(int p_202826_0_,
                int p_202826_1_)  | 
static Layer | 
func_227474_a_(long p_227474_0_,
              WorldType p_227474_2_,
              OverworldGenSettings p_227474_3_)  | 
static <T extends IArea,C extends IExtendedNoiseRandom<T>> | 
func_227475_a_(WorldType p_227475_0_,
              OverworldGenSettings p_227475_1_,
              java.util.function.LongFunction<C> p_227475_2_)  | 
static int | 
getModdedBiomeSize(WorldType worldType,
                  int original)  | 
protected static boolean | 
isOcean(int biomeIn)  | 
protected static boolean | 
isShallowOcean(int biomeIn)  | 
static <T extends IArea,C extends IExtendedNoiseRandom<T>> | 
repeat(long seed,
      IAreaTransformer1 parent,
      IAreaFactory<T> p_202829_3_,
      int count,
      java.util.function.LongFunction<C> contextFactory)  | 
protected static final int WARM_OCEAN
protected static final int LUKEWARM_OCEAN
protected static final int OCEAN
protected static final int COLD_OCEAN
protected static final int FROZEN_OCEAN
protected static final int DEEP_WARM_OCEAN
protected static final int DEEP_LUKEWARM_OCEAN
protected static final int DEEP_OCEAN
protected static final int DEEP_COLD_OCEAN
protected static final int DEEP_FROZEN_OCEAN
public static <T extends IArea,C extends IExtendedNoiseRandom<T>> IAreaFactory<T> repeat(long seed, IAreaTransformer1 parent, IAreaFactory<T> p_202829_3_, int count, java.util.function.LongFunction<C> contextFactory)
public static <T extends IArea,C extends IExtendedNoiseRandom<T>> IAreaFactory<T> func_227475_a_(WorldType p_227475_0_, OverworldGenSettings p_227475_1_, java.util.function.LongFunction<C> p_227475_2_)
public static Layer func_227474_a_(long p_227474_0_, WorldType p_227474_2_, OverworldGenSettings p_227474_3_)
public static boolean areBiomesSimilar(int p_202826_0_,
                                       int p_202826_1_)
public static int getModdedBiomeSize(WorldType worldType, int original)
protected static boolean isOcean(int biomeIn)
protected static boolean isShallowOcean(int biomeIn)