Class CustomBiomeFeature

java.lang.Object
de.freesoccerhdx.advancedworldcreatorapi.biome.CustomBiomeFeature

public abstract class CustomBiomeFeature extends Object
Represents an small Abstract Way to add custom Structures like Ores to the Biome
  • Constructor Details

    • CustomBiomeFeature

      public CustomBiomeFeature()
  • Method Details

    • getFeature

      public abstract net.minecraft.world.level.levelgen.placement.PlacedFeature getFeature()
      Should return a valid NMS-Feature for the Generation of the Biome
      Returns:
      The NMS-Feature