Uses of Interface
dev.wyck.worldgen.feature.foliageplacers.FoliagePlacer
Packages that use FoliagePlacer
Package
Description
-
Uses of FoliagePlacer in dev.wyck.worldgen.feature.configurations
Methods in dev.wyck.worldgen.feature.configurations that return FoliagePlacerModifier and TypeMethodDescriptionTreeConfiguration.foliagePlacer()Defines how foliage is generated.Methods in dev.wyck.worldgen.feature.configurations with parameters of type FoliagePlacerModifier and TypeMethodDescriptionTreeConfiguration.Builder.foliagePlacer(FoliagePlacer foliagePlacer) Sets the foliage placer.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 FoliagePlacer in dev.wyck.worldgen.feature.foliageplacers
Subinterfaces of FoliagePlacer in dev.wyck.worldgen.feature.foliageplacersModifier and TypeInterfaceDescriptioninterfacePlaces the foliage of an acacia tree.interfacePlaces a blob of foliage, used by most simple trees such as the oak.interfacePlaces a bush-shaped blob of foliage.interfacePlaces the foliage of a cherry tree, optionally with holes and hanging leaves.interfacePlaces the foliage of a dark oak tree.interfacePlaces a blob of foliage, used by the fancy oak (large oak) tree.interfacePlaces the foliage of a jungle tree, corresponding to the vanillajungle_foliage_placertype.interfacePlaces the foliage of a mega pine (giant spruce) tree.interfacePlaces the foliage of a pine tree.interfaceRandomly spreads foliage within the given radius and height, used by trees such as the mangrove.interfacePlaces cones starting from the top of the trunk plus the offset, with a radius that increases until it hits a maximum radius, where it keeps generating frustums at maximum radius until the foliage isSpruceFoliagePlacer.trunkHeight()+ 1 tall.Methods in dev.wyck.worldgen.feature.foliageplacers that return FoliagePlacerConstructors in dev.wyck.worldgen.feature.foliageplacers with parameters of type FoliagePlacer