Uses of Class
net.minecraft.world.gen.GeneratorConfig
Packages that use GeneratorConfig
-
Uses of GeneratorConfig in net.minecraft.structure
Subclasses of GeneratorConfig in net.minecraft.structureModifier and TypeClassDescriptionstatic classstatic classstatic classstatic classstatic classFields in net.minecraft.structure with type parameters of type GeneratorConfigModifier and TypeFieldDescriptionprotected Map<Long,GeneratorConfig> StructureFeature.configprivate static Map<Class<? extends GeneratorConfig>,String> StructurePieceManager.configClassMapprivate static Map<String,Class<? extends GeneratorConfig>> StructurePieceManager.configIdMapMethods in net.minecraft.structure that return GeneratorConfigModifier and TypeMethodDescriptionprotected GeneratorConfigMineshaftStructure.getGeneratorConfig(int chunkX, int chunkZ) protected GeneratorConfigNetherFortressStructure.getGeneratorConfig(int chunkX, int chunkZ) protected GeneratorConfigOceanMonumentStructure.getGeneratorConfig(int chunkX, int chunkZ) protected GeneratorConfigStrongholdStructure.getGeneratorConfig(int chunkX, int chunkZ) protected abstract GeneratorConfigStructureFeature.getGeneratorConfig(int chunkX, int chunkZ) protected GeneratorConfigTempleStructure.getGeneratorConfig(int chunkX, int chunkZ) protected GeneratorConfigVillageStructure.getGeneratorConfig(int chunkX, int chunkZ) protected GeneratorConfigStructureFeature.getGeneratorConfigAtPos(BlockPos pos) static GeneratorConfigStructurePieceManager.getGeneratorConfigFromNbt(NbtCompound nbt, World world) Methods in net.minecraft.structure with parameters of type GeneratorConfigModifier and TypeMethodDescriptionstatic StringStructurePieceManager.getId(GeneratorConfig config) private voidStructureFeature.method_5514(int int2, int int3, GeneratorConfig generatorConfig) Method parameters in net.minecraft.structure with type arguments of type GeneratorConfigModifier and TypeMethodDescriptionprivate static voidStructurePieceManager.register(Class<? extends GeneratorConfig> structureConfigClass, String name) -
Uses of GeneratorConfig in net.minecraft.world.gen
Subclasses of GeneratorConfig in net.minecraft.world.gen