Package net.minecraft.block.sapling
Class BirchSaplingGenerator
java.lang.Object
net.minecraft.block.sapling.SaplingGenerator
net.minecraft.block.sapling.BirchSaplingGenerator
public class BirchSaplingGenerator extends SaplingGenerator
- Mappings:
Namespace Name official che
intermediary net/minecraft/class_2652
named net/minecraft/block/sapling/BirchSaplingGenerator
-
Constructor Summary
Constructors Constructor Description BirchSaplingGenerator()
-
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
-
BirchSaplingGenerator
public BirchSaplingGenerator()
-
-
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;
-