Package net.minecraft.block.sapling
Class AcaciaSaplingGenerator
java.lang.Object
net.minecraft.block.sapling.SaplingGenerator
net.minecraft.block.sapling.AcaciaSaplingGenerator
public class AcaciaSaplingGenerator extends SaplingGenerator
- Mappings:
Namespace Name official chd
intermediary net/minecraft/class_2654
named net/minecraft/block/sapling/AcaciaSaplingGenerator
-
Constructor Summary
Constructors Constructor Description AcaciaSaplingGenerator()
-
Method Summary
Modifier and Type Method Description protected ConfiguredFeature<TreeFeatureConfig,?>
createTreeFeature(Random random, boolean bees)
Methods inherited from class net.minecraft.block.sapling.SaplingGenerator
generate
-
Constructor Details
-
AcaciaSaplingGenerator
public AcaciaSaplingGenerator()
-
-
Method Details
-
createTreeFeature
@Nullable protected ConfiguredFeature<TreeFeatureConfig,?> createTreeFeature(Random random, boolean bees)- Specified by:
createTreeFeature
in classSaplingGenerator
- Mappings:
Namespace Name Mixin selector official a
Lchc;a(Ljava/util/Random;Z)Lcnx;
intermediary method_11430
Lnet/minecraft/class_2647;method_11430(Ljava/util/Random;Z)Lnet/minecraft/class_2975;
named createTreeFeature
Lnet/minecraft/block/sapling/SaplingGenerator;createTreeFeature(Ljava/util/Random;Z)Lnet/minecraft/world/gen/feature/ConfiguredFeature;
-