BiomeModification

public class BiomeModification

Experimental feature, may be removed or changed without further notice.

See also

Functions

add
Link copied to clipboard
Adds a modifier that is sensitive to the current state of the biome when it is applied.Examples for this are modifiers that apply scales to existing values (e.g.
BiomeModification add(ModificationPhase phase, Predicate<BiomeSelectionContext> selector, Consumer<BiomeModificationContext> modifier)
Adds a modifier that is not sensitive to the current state of the biome when it is applied, examplesfor this are modifiers that simply add or remove features unconditionally, or change other valuesto constants.

Sources

jvm source
Link copied to clipboard