Package net.minecraft.block.sapling
Class SpruceSaplingGenerator
java.lang.Object
net.minecraft.block.sapling.SaplingGenerator
net.minecraft.block.sapling.LargeTreeSaplingGenerator
net.minecraft.block.sapling.SpruceSaplingGenerator
- Mappings:
Namespace Name official cnr
intermediary net/minecraft/class_2659
named net/minecraft/block/sapling/SpruceSaplingGenerator
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected ConfiguredFeature<?,
?> getLargeTreeFeature
(Random random) protected ConfiguredFeature<?,
?> getTreeFeature
(Random random, boolean bees) Methods inherited from class net.minecraft.block.sapling.LargeTreeSaplingGenerator
canGenerateLargeTree, generate, generateLargeTree
-
Constructor Details
-
SpruceSaplingGenerator
public SpruceSaplingGenerator()
-
-
Method Details
-
getTreeFeature
- Specified by:
getTreeFeature
in classSaplingGenerator
- 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;
-
getLargeTreeFeature
- Specified by:
getLargeTreeFeature
in classLargeTreeSaplingGenerator
- Mappings:
Namespace Name Mixin selector official a
Lcnj;a(Ljava/util/Random;)Lcvv;
intermediary method_11443
Lnet/minecraft/class_2650;method_11443(Ljava/util/Random;)Lnet/minecraft/class_2975;
named getLargeTreeFeature
Lnet/minecraft/block/sapling/LargeTreeSaplingGenerator;getLargeTreeFeature(Ljava/util/Random;)Lnet/minecraft/world/gen/feature/ConfiguredFeature;
-