java.lang.Object
net.minecraft.world.level.block.grower.AbstractTreeGrower
com.pixelmonmod.pixelmon.world.generation.features.tree.berry.BerryTree

public class BerryTree extends net.minecraft.world.level.block.grower.AbstractTreeGrower
  • Constructor Summary

    Constructors
    Constructor
    Description
    BerryTree(BerryType berryType)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    protected net.minecraft.resources.ResourceKey<net.minecraft.world.level.levelgen.feature.ConfiguredFeature<?,?>>
    getConfiguredFeature(net.minecraft.util.RandomSource p_225546_1_, boolean p_225546_2_)
     

    Methods inherited from class net.minecraft.world.level.block.grower.AbstractTreeGrower

    growTree

    Methods inherited from class java.lang.Object

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

    • BerryTree

      public BerryTree(BerryType berryType)
  • Method Details

    • getConfiguredFeature

      @Nullable protected net.minecraft.resources.ResourceKey<net.minecraft.world.level.levelgen.feature.ConfiguredFeature<?,?>> getConfiguredFeature(net.minecraft.util.RandomSource p_225546_1_, boolean p_225546_2_)
      Specified by:
      getConfiguredFeature in class net.minecraft.world.level.block.grower.AbstractTreeGrower