Package net.minecraft.block.sapling
Class JungleSaplingGenerator
java.lang.Object
net.minecraft.block.sapling.SaplingGenerator
net.minecraft.block.sapling.LargeTreeSaplingGenerator
net.minecraft.block.sapling.JungleSaplingGenerator
- Mappings:
Namespace Name official dbc
intermediary net/minecraft/class_2655
named net/minecraft/block/sapling/JungleSaplingGenerator
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected RegistryKey<ConfiguredFeature<?,
?>> getLargeTreeFeature
(Random random) protected RegistryKey<ConfiguredFeature<?,
?>> getTreeFeature
(Random random, boolean bees) Methods inherited from class net.minecraft.block.sapling.LargeTreeSaplingGenerator
canGenerateLargeTree, generate, generateLargeTree
-
Constructor Details
-
JungleSaplingGenerator
public JungleSaplingGenerator()
-
-
Method Details
-
getTreeFeature
- 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
- 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;
-