Package com.github.darksoulq.abyssallib.world.gen.feature
package com.github.darksoulq.abyssallib.world.gen.feature
-
ClassDescriptionRepresents a world generation feature strictly bound to its specific configuration.Feature<C extends FeatureConfig>The base class for all world generation features such as trees, ore veins, or lakes.An interface representing the configuration parameters for a
Feature.FeaturePlaceContext<C extends FeatureConfig>A data container (record) provided to aFeatureduring the placement phase.Represents the chronological steps in which features are placed during chunk generation.