Uses of Interface
dev.wyck.worldgen.feature.rootplacers.AboveRootPlacement
Packages that use AboveRootPlacement
-
Uses of AboveRootPlacement in dev.wyck.worldgen.feature.rootplacers
Fields in dev.wyck.worldgen.feature.rootplacers declared as AboveRootPlacementModifier and TypeFieldDescriptionprotected @Nullable AboveRootPlacementRootPlacer.RootPlacerBuilder.aboveRootPlacementMethods in dev.wyck.worldgen.feature.rootplacers that return AboveRootPlacementModifier and TypeMethodDescriptionAboveRootPlacement.Builder.build()Builds the above root placement.static AboveRootPlacementAboveRootPlacement.of(BlockStateProvider aboveRootProvider, float aboveRootPlacementChance) Creates a new above root placement.Methods in dev.wyck.worldgen.feature.rootplacers that return types with arguments of type AboveRootPlacementModifier and TypeMethodDescriptionRootPlacer.aboveRootPlacement()The blocks above the root, if present.Methods in dev.wyck.worldgen.feature.rootplacers with parameters of type AboveRootPlacementModifier and TypeMethodDescriptionRootPlacer.RootPlacerBuilder.aboveRootPlacement(AboveRootPlacement aboveRootPlacement) Sets the blocks above the root.static MangroveRootPlacerMangroveRootPlacer.of(IntProvider trunkOffsetY, BlockStateProvider rootProvider, @Nullable AboveRootPlacement aboveRootPlacement, MangroveRootPlacement mangroveRootPlacement) Creates a new mangrove root placer.Constructors in dev.wyck.worldgen.feature.rootplacers with parameters of type AboveRootPlacement