Class ModWorldGen

java.lang.Object
me.desht.pneumaticcraft.common.core.ModWorldGen

public class ModWorldGen extends Object
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final net.minecraftforge.registries.DeferredRegister<net.minecraft.world.level.levelgen.feature.ConfiguredFeature<?,?>>
     
    static final net.minecraftforge.registries.DeferredRegister<net.minecraft.world.level.levelgen.feature.Feature<?>>
     
    static final net.minecraftforge.registries.RegistryObject<net.minecraft.world.level.levelgen.feature.Feature<net.minecraft.world.level.levelgen.feature.LakeFeature.Configuration>>
     
    static final net.minecraftforge.registries.RegistryObject<net.minecraft.world.level.levelgen.feature.ConfiguredFeature<?,?>>
     
    static final net.minecraftforge.registries.RegistryObject<net.minecraft.world.level.levelgen.placement.PlacedFeature>
     
    static final net.minecraftforge.registries.RegistryObject<net.minecraft.world.level.levelgen.placement.PlacedFeature>
     
    static final net.minecraftforge.registries.DeferredRegister<net.minecraft.world.level.levelgen.placement.PlacedFeature>
     
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • CONFIGURED_FEATURES

      public static final net.minecraftforge.registries.DeferredRegister<net.minecraft.world.level.levelgen.feature.ConfiguredFeature<?,?>> CONFIGURED_FEATURES
    • PLACED_FEATURES

      public static final net.minecraftforge.registries.DeferredRegister<net.minecraft.world.level.levelgen.placement.PlacedFeature> PLACED_FEATURES
    • FEATURES

      public static final net.minecraftforge.registries.DeferredRegister<net.minecraft.world.level.levelgen.feature.Feature<?>> FEATURES
    • OIL_LAKE

      public static final net.minecraftforge.registries.RegistryObject<net.minecraft.world.level.levelgen.feature.Feature<net.minecraft.world.level.levelgen.feature.LakeFeature.Configuration>> OIL_LAKE
    • OIL_LAKE_CF

      public static final net.minecraftforge.registries.RegistryObject<net.minecraft.world.level.levelgen.feature.ConfiguredFeature<?,?>> OIL_LAKE_CF
    • OIL_LAKE_SURFACE

      public static final net.minecraftforge.registries.RegistryObject<net.minecraft.world.level.levelgen.placement.PlacedFeature> OIL_LAKE_SURFACE
    • OIL_LAKE_UNDERGROUND

      public static final net.minecraftforge.registries.RegistryObject<net.minecraft.world.level.levelgen.placement.PlacedFeature> OIL_LAKE_UNDERGROUND
  • Constructor Details

    • ModWorldGen

      public ModWorldGen()