Package net.minecraft.block.sapling
Class DarkOakSaplingGenerator
java.lang.Object
net.minecraft.block.sapling.SaplingGenerator
net.minecraft.block.sapling.LargeTreeSaplingGenerator
net.minecraft.block.sapling.DarkOakSaplingGenerator
- Mappings:
Namespace Name official dbb
intermediary net/minecraft/class_2657
named net/minecraft/block/sapling/DarkOakSaplingGenerator
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected @Nullable RegistryKey<ConfiguredFeature<?,
?>> getLargeTreeFeature
(Random random) protected @Nullable RegistryKey<ConfiguredFeature<?,
?>> getTreeFeature
(Random random, boolean bees) Methods inherited from class net.minecraft.block.sapling.LargeTreeSaplingGenerator
canGenerateLargeTree, generate, generateLargeTree
-
Constructor Details
-
DarkOakSaplingGenerator
public DarkOakSaplingGenerator()
-
-
Method Details
-
getTreeFeature
@Nullable protected @Nullable RegistryKey<ConfiguredFeature<?,?>> getTreeFeature(Random random, boolean bees) - Specified by:
getTreeFeature
in classSaplingGenerator
- Mappings:
Namespace Name Mixin selector official a
Ldaw;a(Lapo;Z)Ladc;
intermediary method_11430
Lnet/minecraft/class_2647;method_11430(Lnet/minecraft/class_5819;Z)Lnet/minecraft/class_5321;
named getTreeFeature
Lnet/minecraft/block/sapling/SaplingGenerator;getTreeFeature(Lnet/minecraft/util/math/random/Random;Z)Lnet/minecraft/registry/RegistryKey;
-
getLargeTreeFeature
@Nullable protected @Nullable RegistryKey<ConfiguredFeature<?,?>> getLargeTreeFeature(Random random) - Specified by:
getLargeTreeFeature
in classLargeTreeSaplingGenerator
- Mappings:
Namespace Name Mixin selector official a
Ldav;a(Lapo;)Ladc;
intermediary method_11443
Lnet/minecraft/class_2650;method_11443(Lnet/minecraft/class_5819;)Lnet/minecraft/class_5321;
named getLargeTreeFeature
Lnet/minecraft/block/sapling/LargeTreeSaplingGenerator;getLargeTreeFeature(Lnet/minecraft/util/math/random/Random;)Lnet/minecraft/registry/RegistryKey;
-