Class OakSaplingGenerator

java.lang.Object
net.minecraft.block.sapling.SaplingGenerator
net.minecraft.block.sapling.OakSaplingGenerator

public class OakSaplingGenerator extends SaplingGenerator
Mappings:
Namespace Name
official cnq
intermediary net/minecraft/class_2662
named net/minecraft/block/sapling/OakSaplingGenerator
  • Constructor Details

    • OakSaplingGenerator

      public OakSaplingGenerator()
  • Method Details

    • getTreeFeature

      protected ConfiguredFeature<?,?> getTreeFeature(Random random, boolean bees)
      Specified by:
      getTreeFeature in class SaplingGenerator
      Mappings:
      Namespace Name Mixin selector
      official a Lcnk;a(Ljava/util/Random;Z)Lcvv;
      intermediary method_11430 Lnet/minecraft/class_2647;method_11430(Ljava/util/Random;Z)Lnet/minecraft/class_2975;
      named getTreeFeature Lnet/minecraft/block/sapling/SaplingGenerator;getTreeFeature(Ljava/util/Random;Z)Lnet/minecraft/world/gen/feature/ConfiguredFeature;