Package | Description |
---|---|
net.minecraft.world.gen.layer | |
net.minecraft.world.gen.layer.traits | |
net.minecraftforge.common.extensions |
Modifier and Type | Method and Description |
---|---|
static <T extends IArea,C extends IExtendedNoiseRandom<T>> |
LayerUtil.func_227475_a_(WorldType p_227475_0_,
OverworldGenSettings p_227475_1_,
java.util.function.LongFunction<C> p_227475_2_) |
static <T extends IArea,C extends IExtendedNoiseRandom<T>> |
LayerUtil.repeat(long seed,
IAreaTransformer1 parent,
IAreaFactory<T> p_202829_3_,
int count,
java.util.function.LongFunction<C> contextFactory) |
Modifier and Type | Method and Description |
---|---|
static <T extends IArea,C extends IExtendedNoiseRandom<T>> |
LayerUtil.repeat(long seed,
IAreaTransformer1 parent,
IAreaFactory<T> p_202829_3_,
int count,
java.util.function.LongFunction<C> contextFactory) |
Constructor and Description |
---|
Layer(IAreaFactory<LazyArea> lazyAreaFactoryIn) |
Modifier and Type | Method and Description |
---|---|
default <R extends IArea> |
IAreaTransformer0.apply(IExtendedNoiseRandom<R> context) |
default <R extends IArea> |
IAreaTransformer1.apply(IExtendedNoiseRandom<R> context,
IAreaFactory<R> areaFactory) |
default <R extends IArea> |
IAreaTransformer2.apply(IExtendedNoiseRandom<R> context,
IAreaFactory<R> areaFactory,
IAreaFactory<R> areaFactoryIn) |
Modifier and Type | Method and Description |
---|---|
default <R extends IArea> |
IAreaTransformer1.apply(IExtendedNoiseRandom<R> context,
IAreaFactory<R> areaFactory) |
default <R extends IArea> |
IAreaTransformer2.apply(IExtendedNoiseRandom<R> context,
IAreaFactory<R> areaFactory,
IAreaFactory<R> areaFactoryIn) |
default <R extends IArea> |
IAreaTransformer2.apply(IExtendedNoiseRandom<R> context,
IAreaFactory<R> areaFactory,
IAreaFactory<R> areaFactoryIn) |
Modifier and Type | Method and Description |
---|---|
default <T extends IArea,C extends IExtendedNoiseRandom<T>> |
IForgeWorldType.getBiomeLayer(IAreaFactory<T> parentLayer,
OverworldGenSettings chunkSettings,
java.util.function.LongFunction<C> contextFactory)
Allows modifying the
IAreaFactory used for this type's biome
generation. |
Modifier and Type | Method and Description |
---|---|
default <T extends IArea,C extends IExtendedNoiseRandom<T>> |
IForgeWorldType.getBiomeLayer(IAreaFactory<T> parentLayer,
OverworldGenSettings chunkSettings,
java.util.function.LongFunction<C> contextFactory)
Allows modifying the
IAreaFactory used for this type's biome
generation. |