Map#
A set of values identified by a ‘key’.
Uses#
Used by 14 parameters:
-
to Map<PipelineBiome, WeightedList<PipelineBiome>> - An additional set of mappings from pipeline biomes to weighted lists of pipeline biomes.
-
samplers Map<String, DimensionApplicableSampler> - A set of samplers globally accessible within Expressions in
EXPRESSION
samplers defined inside other config files. In EXPRESSION in NoiseSampler:
samplers Map<String, DimensionApplicableSampler> - Defines a mapping of function names to samplers.
In EXPRESSION_NORMALIZER in NoiseSampler:
variables Map<String, Float> - An additional mapping of named constant variables that can be used by the
expression
.-
replace Map<PipelineBiome, WeightedList<PipelineBiome>> - An additional set of mappings from pipeline biomes to weighted lists of pipeline biomes.
In EXPRESSION_NORMALIZER in NoiseSampler:
samplers Map<String, DimensionApplicableSampler> - An additional mappping of named noise samplers that can be used in the
expression
.-
functions Map<String, MathFunction> - A set of math functions globally accessible within Expressions in
EXPRESSION
samplers defined inside other config files. In EXPRESSION_NORMALIZER in NoiseSampler:
functions Map<String, MathFunction> - An additional mappping of named math functions that can be used in the
expression
.