final class ChunkGeneratorType$Settings<C extends IChunkGenSettings>
| bms$a | |
| net.minecraft.world.gen.ChunkGeneratorType$Settings |
Field summary
| Modifier and Type | Field | ||||
|---|---|---|---|---|---|
| public static final RegistryNamespaced<ResourceLocation, ChunkGeneratorType$Settings<?>> |
| ||||
| private final Supplier<C> |
| ||||
| public static final ChunkGeneratorType$Settings<OverworldGenSettings> |
| ||||
| public static final ChunkGeneratorType$Settings<NetherGenSettings> |
| ||||
| public static final ChunkGeneratorType$Settings<EndGenSettings> |
| ||||
| public static final ChunkGeneratorType$Settings<DebugGenSettings> |
| ||||
| public static final ChunkGeneratorType$Settings<FlatGenSettings> |
|
Constructor summary
| Modifier | Constructor |
|---|---|
| private | (Supplier<C> arg0) |
Method summary
| Modifier and Type | Method | ||||
|---|---|---|---|---|---|
| public static <C extends IChunkGenSettings> ChunkGeneratorType$Settings<C> |
| ||||
| public C |
|