Uses of Class
net.minecraft.world.gen.chunk.ChunkGeneratorType
Packages that use ChunkGeneratorType
-
Uses of ChunkGeneratorType in net.minecraft.util.registry
Fields in net.minecraft.util.registry with type parameters of type ChunkGeneratorTypeModifier and TypeFieldDescriptionstatic final Registry<ChunkGeneratorType<?,?>> Registry.CHUNK_GENERATOR_TYPE -
Uses of ChunkGeneratorType in net.minecraft.world.gen.chunk
Fields in net.minecraft.world.gen.chunk declared as ChunkGeneratorTypeModifier and TypeFieldDescriptionstatic final ChunkGeneratorType<class_3807,class_3808> ChunkGeneratorType.CAVESstatic final ChunkGeneratorType<class_3799,DebugChunkGenerator> ChunkGeneratorType.DEBUGstatic final ChunkGeneratorType<class_3917,FlatChunkGenerator> ChunkGeneratorType.FLATstatic final ChunkGeneratorType<class_3811,EndChunkGenerator> ChunkGeneratorType.FLOATING_ISLANDSstatic final ChunkGeneratorType<class_3809,SurfaceChunkGenerator> ChunkGeneratorType.SURFACEMethods in net.minecraft.world.gen.chunk that return ChunkGeneratorTypeModifier and TypeMethodDescriptionstatic <C extends class_3798,T extends ChunkGenerator<C>>
ChunkGeneratorType<C,T> ChunkGeneratorType.method_17039(String string, <any> class_3784, Supplier<C> supplier, boolean bool)