Class DarkOakSaplingGenerator


public class DarkOakSaplingGenerator extends LargeTreeSaplingGenerator
Mappings:
Namespace Name
official cog
intermediary net/minecraft/class_2657
named net/minecraft/block/sapling/DarkOakSaplingGenerator
  • Constructor Details

    • DarkOakSaplingGenerator

      public DarkOakSaplingGenerator()
  • Method Details

    • getTreeFeature

      @Nullable protected @Nullable RegistryEntry<? extends ConfiguredFeature<?,?>> getTreeFeature(Random random, boolean bees)
      Specified by:
      getTreeFeature in class SaplingGenerator
      Mappings:
      Namespace Name Mixin selector
      official a Lcoc;a(Ljava/util/Random;Z)Lgs;
      intermediary method_11430 Lnet/minecraft/class_2647;method_11430(Ljava/util/Random;Z)Lnet/minecraft/class_6880;
      named getTreeFeature Lnet/minecraft/block/sapling/SaplingGenerator;getTreeFeature(Ljava/util/Random;Z)Lnet/minecraft/util/registry/RegistryEntry;
    • getLargeTreeFeature

      @Nullable protected @Nullable RegistryEntry<? extends ConfiguredFeature<?,?>> getLargeTreeFeature(Random random)
      Specified by:
      getLargeTreeFeature in class LargeTreeSaplingGenerator
      Mappings:
      Namespace Name Mixin selector
      official a Lcob;a(Ljava/util/Random;)Lgs;
      intermediary method_11443 Lnet/minecraft/class_2650;method_11443(Ljava/util/Random;)Lnet/minecraft/class_6880;
      named getLargeTreeFeature Lnet/minecraft/block/sapling/LargeTreeSaplingGenerator;getLargeTreeFeature(Ljava/util/Random;)Lnet/minecraft/util/registry/RegistryEntry;