public class BiomeLayers extends Object
Modifier and Type | Class and Description |
---|---|
(package private) static class |
BiomeLayers.Category |
Modifier and Type | Field and Description |
---|---|
private static it.unimi.dsi.fastutil.ints.Int2IntMap |
field_26709 |
Constructor and Description |
---|
BiomeLayers() |
Modifier and Type | Method and Description |
---|---|
static boolean |
areSimilar(int id1,
int id2) |
private static <T extends LayerSampler,C extends LayerSampleContext<T>> |
build(boolean old,
int biomeSize,
int riverSize,
LongFunction<C> contextProvider) |
static BiomeLayerSampler |
build(long seed,
boolean old,
int biomeSize,
int riverSize) |
protected static boolean |
isOcean(int id) |
protected static boolean |
isShallowOcean(int id) |
private static void |
method_31117(it.unimi.dsi.fastutil.ints.Int2IntOpenHashMap int2IntOpenHashMap,
BiomeLayers.Category category,
int int2) |
private static <T extends LayerSampler,C extends LayerSampleContext<T>> |
stack(long seed,
ParentedLayer layer,
LayerFactory<T> parent,
int count,
LongFunction<C> contextProvider) |
private static <T extends LayerSampler,C extends LayerSampleContext<T>> LayerFactory<T> stack(long seed, ParentedLayer layer, LayerFactory<T> parent, int count, LongFunction<C> contextProvider)
private static <T extends LayerSampler,C extends LayerSampleContext<T>> LayerFactory<T> build(boolean old, int biomeSize, int riverSize, LongFunction<C> contextProvider)
public static BiomeLayerSampler build(long seed, boolean old, int biomeSize, int riverSize)
public static boolean areSimilar(int id1, int id2)
private static void method_31117(it.unimi.dsi.fastutil.ints.Int2IntOpenHashMap int2IntOpenHashMap, BiomeLayers.Category category, int int2)
protected static boolean isOcean(int id)
protected static boolean isShallowOcean(int id)