Class UltraJungleTree

java.lang.Object
net.minecraft.world.level.block.grower.AbstractTreeGrower
net.minecraft.world.level.block.grower.AbstractMegaTreeGrower
com.pixelmonmod.pixelmon.blocks.trees.UltraJungleTree

public class UltraJungleTree extends net.minecraft.world.level.block.grower.AbstractMegaTreeGrower
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    protected @Nullable net.minecraft.resources.ResourceKey<net.minecraft.world.level.levelgen.feature.ConfiguredFeature<?,?>>
    getConfiguredFeature(net.minecraft.util.RandomSource p_222910_, boolean p_222911_)
     
    protected net.minecraft.resources.ResourceKey<net.minecraft.world.level.levelgen.feature.ConfiguredFeature<?,?>>
    getConfiguredMegaFeature(net.minecraft.util.RandomSource p_222910_)
     

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

    growTree, isTwoByTwoSapling, placeMega

    Methods inherited from class java.lang.Object

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

    • UltraJungleTree

      public UltraJungleTree()
  • Method Details

    • getConfiguredMegaFeature

      protected net.minecraft.resources.ResourceKey<net.minecraft.world.level.levelgen.feature.ConfiguredFeature<?,?>> getConfiguredMegaFeature(net.minecraft.util.RandomSource p_222910_)
      Specified by:
      getConfiguredMegaFeature in class net.minecraft.world.level.block.grower.AbstractMegaTreeGrower
    • getConfiguredFeature

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