Class NetherForestVegetationFeature

java.lang.Object
net.minecraft.world.level.levelgen.feature.Feature<NetherForestVegetationConfig>
net.minecraft.world.level.levelgen.feature.NetherForestVegetationFeature

public class NetherForestVegetationFeature extends Feature<NetherForestVegetationConfig>
  • Constructor Details

    • NetherForestVegetationFeature

      public NetherForestVegetationFeature(com.mojang.serialization.Codec<NetherForestVegetationConfig> p_66361_)
  • Method Details

    • place

      public boolean place(FeaturePlaceContext<NetherForestVegetationConfig> p_160068_)
      Description copied from class: Feature
      Places the given feature at the given location. During world generation, features are provided with a 3x3 region of chunks, centered on the chunk being generated, that they can safely generate into.
      Specified by:
      place in class Feature<NetherForestVegetationConfig>
      Parameters:
      p_160068_ - A context object with a reference to the level and the position the feature is being placed at