Class AllPlacedFeatures

java.lang.Object
com.simibubi.create.infrastructure.worldgen.AllPlacedFeatures

public class AllPlacedFeatures extends Object
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final net.minecraft.resources.ResourceKey<net.minecraft.world.level.levelgen.placement.PlacedFeature>
     
    static final net.minecraft.resources.ResourceKey<net.minecraft.world.level.levelgen.placement.PlacedFeature>
     
    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
    bootstrap(net.minecraft.data.worldgen.BootstrapContext<net.minecraft.world.level.levelgen.placement.PlacedFeature> ctx)
     

    Methods inherited from class java.lang.Object

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

    • ZINC_ORE

      public static final net.minecraft.resources.ResourceKey<net.minecraft.world.level.levelgen.placement.PlacedFeature> ZINC_ORE
    • STRIATED_ORES_OVERWORLD

      public static final net.minecraft.resources.ResourceKey<net.minecraft.world.level.levelgen.placement.PlacedFeature> STRIATED_ORES_OVERWORLD
    • STRIATED_ORES_NETHER

      public static final net.minecraft.resources.ResourceKey<net.minecraft.world.level.levelgen.placement.PlacedFeature> STRIATED_ORES_NETHER
  • Constructor Details

    • AllPlacedFeatures

      public AllPlacedFeatures()
  • Method Details

    • bootstrap

      public static void bootstrap(net.minecraft.data.worldgen.BootstrapContext<net.minecraft.world.level.levelgen.placement.PlacedFeature> ctx)