java.lang.Object
net.minecraft.world.level.levelgen.feature.treedecorators.TreeDecorator
com.pixelmonmod.pixelmon.world.generation.features.tree.berry.decorator.PresentTreeDecorator

public class PresentTreeDecorator 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<PresentTreeDecorator>
     
  • Constructor Summary

    Constructors
    Constructor
    Description
    PresentTreeDecorator(float p_i225866_1_)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    place(net.minecraft.world.level.levelgen.feature.treedecorators.TreeDecorator.Context context)
     
    void
    place(net.minecraft.world.level.LevelSimulatedReader level, net.minecraft.util.RandomSource random, List<net.minecraft.core.BlockPos> logs, List<net.minecraft.core.BlockPos> leaves, net.minecraft.world.level.levelgen.feature.treedecorators.TreeDecorator.Context context)
     
    protected 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

    • PresentTreeDecorator

      public PresentTreeDecorator(float p_i225866_1_)
  • Method Details

    • type

      protected 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(net.minecraft.world.level.levelgen.feature.treedecorators.TreeDecorator.Context context)
      Specified by:
      place in class net.minecraft.world.level.levelgen.feature.treedecorators.TreeDecorator
    • place

      public void place(net.minecraft.world.level.LevelSimulatedReader level, net.minecraft.util.RandomSource random, List<net.minecraft.core.BlockPos> logs, List<net.minecraft.core.BlockPos> leaves, net.minecraft.world.level.levelgen.feature.treedecorators.TreeDecorator.Context context)