Package dev.wyck.worldgen.stateproviders
package dev.wyck.worldgen.stateproviders
-
ClassDescriptionUsed to provide a (potentially randomized) block and block state to be placed by configured features.Randomly chooses a block state according to two noise values.Builder for
DualNoiseProvider.A noise-based provider.NoiseBasedProvider.AbstractNoiseProviderBuilder<B extends NoiseBasedProvider.AbstractNoiseProviderBuilder<B,T>, T extends NoiseBasedProvider> Shared base forNoiseBasedProviderbuilders.Randomly chooses a block state according to a noise value.A builder for aNoiseProvider.Uses different block states when a noise value above or below the threshold.A builder forNoiseThresholdProvider.Assigns a random value to an integer block property.Builder forRandomizedIntStateProvider.Randomly rotates axially rotatable blocks, such as logs, chain.A provider that provides a block and block state depending on the block that currently exists in the world using a series of rules.A builder forRuleBasedStateProvider.A rule.A block state provider that always returns the same block state.A block state provider of weighted entries.Builder forWeightedStateProvider.