Package com.hbm_m.worldgen
Class ModWorldGen
java.lang.Object
com.hbm_m.worldgen.ModWorldGen
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final dev.architectury.registry.registries.RegistrySupplier<net.minecraft.world.level.levelgen.feature.Feature<net.minecraft.world.level.levelgen.feature.configurations.NoneFeatureConfiguration>>static final net.minecraft.resources.ResourceKey<net.minecraft.world.level.levelgen.feature.ConfiguredFeature<?,?>> static final net.minecraft.resources.ResourceKey<net.minecraft.world.level.levelgen.placement.PlacedFeature>static final net.minecraftforge.registries.DeferredRegister<net.minecraftforge.common.world.BiomeModifier>static final dev.architectury.registry.registries.DeferredRegister<net.minecraft.world.level.levelgen.feature.Feature<?>>static final dev.architectury.registry.registries.RegistrySupplier<net.minecraft.world.level.levelgen.structure.templatesystem.StructureProcessorType<StructureFoundationProcessor>>static final dev.architectury.registry.registries.RegistrySupplier<net.minecraft.world.level.levelgen.feature.Feature<net.minecraft.world.level.levelgen.feature.configurations.NoneFeatureConfiguration>>static final dev.architectury.registry.registries.DeferredRegister<net.minecraft.world.level.levelgen.structure.templatesystem.StructureProcessorType<?>>static final net.minecraft.resources.ResourceKey<net.minecraft.world.level.levelgen.placement.PlacedFeature>static final net.minecraft.resources.ResourceKey<net.minecraft.world.level.levelgen.feature.ConfiguredFeature<?,?>> static final net.minecraft.resources.ResourceKey<net.minecraft.world.level.levelgen.placement.PlacedFeature> -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
BIOME_MODIFIERS
public static final net.minecraftforge.registries.DeferredRegister<net.minecraftforge.common.world.BiomeModifier> BIOME_MODIFIERS -
FEATURES
public static final dev.architectury.registry.registries.DeferredRegister<net.minecraft.world.level.levelgen.feature.Feature<?>> FEATURES -
PROCESSORS
public static final dev.architectury.registry.registries.DeferredRegister<net.minecraft.world.level.levelgen.structure.templatesystem.StructureProcessorType<?>> PROCESSORS -
URANIUM_ORE_CONFIGURED_KEY
public static final net.minecraft.resources.ResourceKey<net.minecraft.world.level.levelgen.feature.ConfiguredFeature<?,?>> URANIUM_ORE_CONFIGURED_KEY -
FOUNDATION_PROCESSOR
public static final dev.architectury.registry.registries.RegistrySupplier<net.minecraft.world.level.levelgen.structure.templatesystem.StructureProcessorType<StructureFoundationProcessor>> FOUNDATION_PROCESSOR -
OILCLASTER_SURROUNDED
public static final dev.architectury.registry.registries.RegistrySupplier<net.minecraft.world.level.levelgen.feature.Feature<net.minecraft.world.level.levelgen.feature.configurations.NoneFeatureConfiguration>> OILCLASTER_SURROUNDED -
BEDROCK_OIL_ORE
public static final dev.architectury.registry.registries.RegistrySupplier<net.minecraft.world.level.levelgen.feature.Feature<net.minecraft.world.level.levelgen.feature.configurations.NoneFeatureConfiguration>> BEDROCK_OIL_ORE -
BEDROCK_OIL_ORE_CONFIGURED_KEY
public static final net.minecraft.resources.ResourceKey<net.minecraft.world.level.levelgen.feature.ConfiguredFeature<?,?>> BEDROCK_OIL_ORE_CONFIGURED_KEY -
BEDROCK_OIL_ORE_PLACED_KEY
public static final net.minecraft.resources.ResourceKey<net.minecraft.world.level.levelgen.placement.PlacedFeature> BEDROCK_OIL_ORE_PLACED_KEY -
URANIUM_ORE_PLACED_KEY
public static final net.minecraft.resources.ResourceKey<net.minecraft.world.level.levelgen.placement.PlacedFeature> URANIUM_ORE_PLACED_KEY -
STRAWBERRY_BUSH_PLACED
public static final net.minecraft.resources.ResourceKey<net.minecraft.world.level.levelgen.placement.PlacedFeature> STRAWBERRY_BUSH_PLACED
-
-
Constructor Details
-
ModWorldGen
public ModWorldGen()
-
-
Method Details
-
register
public static void register()Регистрация worldgen DeferredRegister на всех лоадерах. -
register
public static void register(net.minecraftforge.eventbus.api.IEventBus modEventBus) Регистрация worldgen DeferredRegister на Forge mod event bus (как в старомMainRegistry).
-