Expand description
Vanilla-compatible value provider types (VerticalAnchor,
HeightProvider, FloatProvider).
Vanilla-compatible value providers used by world generation and features.
Modulesยง
- float ๐
- height ๐
- int ๐
- vertical_
anchor ๐
Structsยง
- Uniform
IntProvider - Uniform inclusive int provider.
- Weighted
IntProvider - A weighted int-provider entry.
Enumsยง
- Float
Provider - A
float-valued provider. - Height
Provider - An
int-valued provider parameterised by world-generation bounds (min_y,height). - IntProvider
- An
int-valued provider. - Vertical
Anchor - A vertical anchor resolving to a world Y coordinate given the dimension bounds.