Uses of Interface
dev.wyck.worldgen.feature.featuresize.FeatureSize
Packages that use FeatureSize
-
Uses of FeatureSize in dev.wyck.worldgen.feature.configurations
Methods in dev.wyck.worldgen.feature.configurations that return FeatureSizeModifier and TypeMethodDescriptionTreeConfiguration.minimumSize()Defines the width of the tree at different heights relative to the lowest trunk block.Methods in dev.wyck.worldgen.feature.configurations with parameters of type FeatureSizeModifier and TypeMethodDescriptionTreeConfiguration.Builder.minimumSize(FeatureSize minimumSize) Sets the minimum size.static TreeConfigurationTreeConfiguration.of(BlockStateProvider trunkProvider, TrunkPlacer trunkPlacer, BlockStateProvider foliageProvider, FoliagePlacer foliagePlacer, @Nullable RootPlacer rootPlacer, FeatureSize minimumSize, List<TreeDecorator> decorators, boolean ignoreVines, BlockStateProvider belowTrunkProvider) Creates a new tree configuration. -
Uses of FeatureSize in dev.wyck.worldgen.feature.featuresize
Subinterfaces of FeatureSize in dev.wyck.worldgen.feature.featuresizeModifier and TypeInterfaceDescriptioninterfaceSpecifies 3 different widths based on height.interfaceSpecifies 2 different widths based on height.Methods in dev.wyck.worldgen.feature.featuresize that return FeatureSize