Class PollenTreeDecorator

java.lang.Object
net.minecraft.world.level.levelgen.feature.treedecorators.TreeDecorator
net.frozenblock.wilderwild.worldgen.impl.treedecorators.PollenTreeDecorator

public class PollenTreeDecorator extends net.minecraft.world.level.levelgen.feature.treedecorators.TreeDecorator
  • Nested Class Summary

    Nested classes/interfaces inherited from class net.minecraft.world.level.levelgen.feature.treedecorators.TreeDecorator

    net.minecraft.world.level.levelgen.feature.treedecorators.TreeDecorator.Context
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final com.mojang.serialization.Codec<PollenTreeDecorator>
     
  • Constructor Summary

    Constructors
    Constructor
    Description
    PollenTreeDecorator(float probability, float placementChance, int maxCount)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    place(@NotNull net.minecraft.world.level.levelgen.feature.treedecorators.TreeDecorator.Context generator)
     
    protected @NotNull net.minecraft.world.level.levelgen.feature.treedecorators.TreeDecoratorType<?>
     

    Methods inherited from class java.lang.Object

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

  • Constructor Details

    • PollenTreeDecorator

      public PollenTreeDecorator(float probability, float placementChance, int maxCount)
  • Method Details

    • type

      @NotNull protected @NotNull net.minecraft.world.level.levelgen.feature.treedecorators.TreeDecoratorType<?> type()
      Specified by:
      type in class net.minecraft.world.level.levelgen.feature.treedecorators.TreeDecorator
    • place

      public void place(@NotNull @NotNull net.minecraft.world.level.levelgen.feature.treedecorators.TreeDecorator.Context generator)
      Specified by:
      place in class net.minecraft.world.level.levelgen.feature.treedecorators.TreeDecorator