Class WWPlacementUtils

java.lang.Object
net.frozenblock.wilderwild.worldgen.feature.WWPlacementUtils

public final class WWPlacementUtils extends Object
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final net.frozenblock.lib.worldgen.feature.api.placementmodifier.NoisePlacementFilter
     
    static final net.frozenblock.lib.worldgen.feature.api.placementmodifier.NoisePlacementFilter
     
    static final net.frozenblock.lib.worldgen.feature.api.placementmodifier.NoisePlacementFilter
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static @NotNull net.frozenblock.lib.worldgen.feature.api.FrozenPlacedFeature
    register(@NotNull String id)
     
    static <FC extends net.minecraft.world.level.levelgen.feature.configurations.FeatureConfiguration>
    @NotNull net.frozenblock.lib.worldgen.feature.api.FrozenPlacedFeature
    register(@NotNull String id, net.minecraft.core.Holder<net.minecraft.world.level.levelgen.feature.ConfiguredFeature<FC,?>> configured, @NotNull List<net.minecraft.world.level.levelgen.placement.PlacementModifier> modifiers)
     
    static <FC extends net.minecraft.world.level.levelgen.feature.configurations.FeatureConfiguration>
    @NotNull net.frozenblock.lib.worldgen.feature.api.FrozenPlacedFeature
    register(@NotNull String id, net.minecraft.core.Holder<net.minecraft.world.level.levelgen.feature.ConfiguredFeature<FC,?>> registryEntry, @NotNull net.minecraft.world.level.levelgen.placement.PlacementModifier... modifiers)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • TREE_CLEARING_FILTER

      public static final net.frozenblock.lib.worldgen.feature.api.placementmodifier.NoisePlacementFilter TREE_CLEARING_FILTER
    • SHRUB_CLEARING_FILTER

      public static final net.frozenblock.lib.worldgen.feature.api.placementmodifier.NoisePlacementFilter SHRUB_CLEARING_FILTER
    • TREE_CLEARING_FILTER_INVERTED

      public static final net.frozenblock.lib.worldgen.feature.api.placementmodifier.NoisePlacementFilter TREE_CLEARING_FILTER_INVERTED
  • Method Details

    • register

      @NotNull public static <FC extends net.minecraft.world.level.levelgen.feature.configurations.FeatureConfiguration> @NotNull net.frozenblock.lib.worldgen.feature.api.FrozenPlacedFeature register(@NotNull @NotNull String id, net.minecraft.core.Holder<net.minecraft.world.level.levelgen.feature.ConfiguredFeature<FC,?>> configured, @NotNull @NotNull List<net.minecraft.world.level.levelgen.placement.PlacementModifier> modifiers)
    • register

      @NotNull public static <FC extends net.minecraft.world.level.levelgen.feature.configurations.FeatureConfiguration> @NotNull net.frozenblock.lib.worldgen.feature.api.FrozenPlacedFeature register(@NotNull @NotNull String id, net.minecraft.core.Holder<net.minecraft.world.level.levelgen.feature.ConfiguredFeature<FC,?>> registryEntry, @NotNull @NotNull net.minecraft.world.level.levelgen.placement.PlacementModifier... modifiers)
    • register

      @NotNull public static @NotNull net.frozenblock.lib.worldgen.feature.api.FrozenPlacedFeature register(@NotNull @NotNull String id)