Class TreeFeatures
java.lang.Object
net.minecraft.data.worldgen.features.TreeFeatures
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final ResourceKey<Feature> static final ResourceKey<Feature> static final ResourceKey<Feature> static final ResourceKey<Feature> static final ResourceKey<Feature> static final ResourceKey<Feature> static final ResourceKey<Feature> static final ResourceKey<Feature> static final ResourceKey<Feature> static final ResourceKey<Feature> static final ResourceKey<Feature> static final ResourceKey<Feature> static final ResourceKey<Feature> static final ResourceKey<Feature> static final ResourceKey<Feature> static final ResourceKey<Feature> static final ResourceKey<Feature> static final ResourceKey<Feature> static final ResourceKey<Feature> static final ResourceKey<Feature> static final ResourceKey<Feature> static final ResourceKey<Feature> static final ResourceKey<Feature> static final ResourceKey<Feature> static final ResourceKey<Feature> static final ResourceKey<Feature> static final ResourceKey<Feature> static final ResourceKey<Feature> static final ResourceKey<Feature> static final ResourceKey<Feature> static final ResourceKey<Feature> static final ResourceKey<Feature> static final ResourceKey<Feature> static final ResourceKey<Feature> static final ResourceKey<Feature> static final ResourceKey<Feature> static final ResourceKey<Feature> static final ResourceKey<Feature> static final ResourceKey<Feature> static final ResourceKey<Feature> static final ResourceKey<Feature> static final ResourceKey<Feature> static final ResourceKey<Feature> static final ResourceKey<Feature> static final ResourceKey<Feature> static final ResourceKey<Feature> static final ResourceKey<Feature> static final ResourceKey<Feature> static final ResourceKey<Feature> static final ResourceKey<Feature> static final ResourceKey<Feature> static final ResourceKey<Feature> static final ResourceKey<Feature> static final ResourceKey<Feature> static final ResourceKey<Feature> static final ResourceKey<Feature> static final ResourceKey<Feature> -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidbootstrap(BootstrapContext<Feature> context) private static TreeFeature.Buildercherry(Holder<BlockStateProvider> belowTrunkProvider) private static TreeFeature.BuildercreateBirch(Holder<BlockStateProvider> belowTrunkProvider) private static TreeFeature.BuildercreateDarkOak(Holder<BlockStateProvider> belowTrunkProvider) private static FallenTreeFeature.BuildercreateFallenBirch(int maxHeight) private static FallenTreeFeature.Builderprivate static FallenTreeFeature.Builderprivate static FallenTreeFeature.Builderprivate static FallenTreeFeature.Builderprivate static FallenTreeFeature.BuildercreateFallenTrees(Block logBlock, int minLength, int maxLength) private static TreeFeature.BuildercreateFancyOak(Holder<BlockStateProvider> belowTrunkProvider) private static TreeFeature.BuildercreateJungleTree(Holder<BlockStateProvider> belowTrunkProvider) private static TreeFeature.BuildercreateOak(Holder<BlockStateProvider> belowTrunkProvider) private static TreeFeature.BuildercreatePoplar(Block leafBlock, Holder<BlockStateProvider> belowTrunkProvider) private static TreeFeature.BuildercreateStraightBlobTree(Block oakLog, Block oakLeaves, int baseHeight, int heightRandA, int heightRandB, int blobRadius, Holder<BlockStateProvider> belowTrunkProvider) private static TreeFeature.BuildercreateSuperBirch(Holder<BlockStateProvider> belowTrunkProvider)
-
Field Details
-
CRIMSON_FUNGUS
-
CRIMSON_FUNGUS_PLANTED
-
WARPED_FUNGUS
-
WARPED_FUNGUS_PLANTED
-
HUGE_BROWN_MUSHROOM
-
HUGE_RED_MUSHROOM
-
OAK
-
DARK_OAK
-
PALE_OAK
-
PALE_OAK_BONEMEAL
-
PALE_OAK_CREAKING
-
BIRCH
-
ACACIA
-
SPRUCE
-
PINE
-
JUNGLE_TREE
-
FANCY_OAK
-
JUNGLE_TREE_NO_VINE
-
MEGA_JUNGLE_TREE
-
MEGA_SPRUCE
-
MEGA_PINE
-
SUPER_BIRCH_BEES_0002
-
SUPER_BIRCH_BEES
-
SWAMP_OAK
-
JUNGLE_BUSH
-
AZALEA_TREE
-
MANGROVE
-
TALL_MANGROVE
-
CHERRY
-
OAK_BEES_0002_LEAF_LITTER
-
OAK_BEES_002
-
OAK_BEES_005
-
BIRCH_BEES_0002
-
BIRCH_BEES_0002_LEAF_LITTER
-
BIRCH_BEES_002
-
BIRCH_BEES_005
-
FANCY_OAK_BEES_0002_LEAF_LITTER
-
FANCY_OAK_BEES_002
-
FANCY_OAK_BEES_005
-
FANCY_OAK_BEES
-
CHERRY_BEES_005
-
OAK_LEAF_LITTER
-
DARK_OAK_LEAF_LITTER
-
BIRCH_LEAF_LITTER
-
FANCY_OAK_LEAF_LITTER
-
RED_POPLAR
-
ORANGE_POPLAR
-
YELLOW_POPLAR
-
RED_POPLAR_LEAF_LITTER
-
ORANGE_POPLAR_LEAF_LITTER
-
YELLOW_POPLAR_LEAF_LITTER
-
FALLEN_OAK_TREE
-
FALLEN_JUNGLE_TREE
-
FALLEN_SPRUCE_TREE
-
FALLEN_BIRCH_TREE
-
FALLEN_SUPER_BIRCH_TREE
-
FALLEN_POPLAR_TREE
-
-
Constructor Details
-
TreeFeatures
public TreeFeatures()
-
-
Method Details
-
createStraightBlobTree
private static TreeFeature.Builder createStraightBlobTree(Block oakLog, Block oakLeaves, int baseHeight, int heightRandA, int heightRandB, int blobRadius, Holder<BlockStateProvider> belowTrunkProvider) -
createOak
-
createDarkOak
-
createFallenOak
-
createFallenBirch
-
createFallenJungle
-
createFallenSpruce
-
createFallenPoplar
-
createFallenTrees
private static FallenTreeFeature.Builder createFallenTrees(Block logBlock, int minLength, int maxLength) -
createBirch
-
createSuperBirch
-
createJungleTree
-
createFancyOak
-
cherry
-
createPoplar
private static TreeFeature.Builder createPoplar(Block leafBlock, Holder<BlockStateProvider> belowTrunkProvider) -
bootstrap
-