Class ModWorldGen
java.lang.Object
me.desht.pneumaticcraft.common.core.ModWorldGen
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic 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 -
Method Summary
-
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()
-