Package | Description |
---|---|
net.minecraft.world.gen |
Modifier and Type | Class and Description |
---|---|
class |
ChunkGeneratorType<C extends GenerationSettings,T extends ChunkGenerator<C>> |
Modifier and Type | Field and Description |
---|---|
private IChunkGeneratorFactory<C,T> |
ChunkGeneratorType.factory |
Modifier and Type | Method and Description |
---|---|
private static <C extends GenerationSettings,T extends ChunkGenerator<C>> |
ChunkGeneratorType.register(java.lang.String key,
IChunkGeneratorFactory<C,T> factoryIn,
java.util.function.Supplier<C> settingsIn,
boolean canUseForBuffet) |
Constructor and Description |
---|
ChunkGeneratorType(IChunkGeneratorFactory<C,T> p_i49953_1_,
boolean p_i49953_2_,
java.util.function.Supplier<C> p_i49953_3_) |