Package com.github.darksoulq.abyssallib.world.gen.feature.impl
package com.github.darksoulq.abyssallib.world.gen.feature.impl
-
ClassDescriptionA world generation feature that places a single block attached to a specific face of an existing, valid supporting block.Configuration record for the block attached feature.A world generation feature that scatters blocks dynamically around an origin point.Configuration record for the block patch feature.A world generation feature that generates a flat, circular disk dynamically.Configuration record for the disk feature.A world generation feature that creates varied clusters of vertical pillars, simulating stalactites and stalagmites.Configuration record for the dripstone cluster feature.A world generation feature that generates a contiguous, noise-driven blob of blocks.Configuration record for the fossil feature.A world generation feature that generates a concentric, layered geode structure.Configuration record for the geode feature.A world generation feature that generates a randomized lake or underground pool.Configuration record for the lake feature.A world generation feature responsible for placing blocks that cling to solid surfaces.Configuration record for the multiface growth feature.A world generation feature that generates clusters of ore veins.Configuration record for the ore feature.A record representing a specific replacement rule for the ore feature.A world generation feature that generates a continuous vertical pillar of blocks.Configuration record for the pillar feature.A meta-feature that performs a boolean roll to decide between two distinct sub-features.Configuration record for the random boolean feature.A meta-feature that evaluates a list of potential sub-features sequentially, placing the first one that passes its individual probability check.Configuration record for the random feature.A record defining a PlacedFeature paired with an execution probability.A fundamental world generation feature that places a single block state dynamically.Configuration record for the simple block feature.A meta-feature that randomly selects exactly one sub-feature from a provided list, giving each option an equal probability of selection.Configuration record for the simple random feature.A world generation feature responsible for creating isolated liquid source blocks (springs).Configuration record for the spring feature.A world generation feature that delegates generation logic to a pre-defined, saved JSON structure file within the AbyssalLib structure registry.Configuration record for the structure feature.Procedural feature managing the algorithmic construction of complex, modular trees.Structure detailing the placement algorithms utilized by the tree feature.A sophisticated world generation feature that alters the terrain surface and places vegetation on top of the newly altered ground.Configuration record for the vegetation patch feature.A specialized patch feature for scattering vegetation strictly inside water columns.Configuration record for the waterlogged vegetation feature.