Class ModWorldGen

java.lang.Object
com.hbm_m.worldgen.ModWorldGen

public class ModWorldGen extends Object
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static 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
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static void
    Регистрация worldgen DeferredRegister на всех лоадерах.
    static void
    register(net.minecraftforge.eventbus.api.IEventBus modEventBus)
    Регистрация worldgen DeferredRegister на Forge mod event bus (как в старом MainRegistry).

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • 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).