| Package | Description |
|---|---|
| org.cloudburstmc.server.level.feature | |
| org.cloudburstmc.server.level.feature.tree | |
| org.cloudburstmc.server.level.generator.standard.population.tree |
| Modifier and Type | Class and Description |
|---|---|
class |
FeatureChorusTree
Generates a fully grown chorus tree.
|
class |
FeatureFallenTree |
class |
ReplacingWorldFeature
Provides helper methods for other
WorldFeature to quickly check if a block can be replaced. |
| Modifier and Type | Class and Description |
|---|---|
class |
FeatureAbstractTree
Common code for all tree types.
|
class |
FeatureDarkOakTree
Generates a dark oak tree.
|
class |
FeatureHugeJungleTree
Generates a huge jungle tree.
|
class |
FeatureHugePineTree
Generates a huge pine tree.
|
class |
FeatureHugeSpruceTree
Generates a huge spruce tree.
|
class |
FeatureHugeTree
Common code for all huge (2x2) tree types.
|
class |
FeatureJungleTree
Generates normal trees, but with vines on the sides.
|
class |
FeatureLargeOakTree
Generates either a normal tree or a large oak tree.
|
class |
FeatureMushroomBrown
Generates a huge brown mushroom.
|
class |
FeatureMushroomRed
Generates a huge red mushroom.
|
class |
FeatureNormalTree
Generates a normal, vanilla-style tree.
|
class |
FeatureSavannaTree
Generates an acacia (savanna) tree.
|
class |
FeatureSpruceTree
Generates a spruce tree.
|
class |
FeatureSwampTree
Generates normal trees, but with vines on the sides.
|
| Modifier and Type | Method and Description |
|---|---|
WorldFeature |
GenerationTreeSpecies.getDefaultGenerator() |
WorldFeature |
GenerationTreeSpecies.getDefaultGenerator(@NonNull IntRange height) |
WorldFeature |
GenerationTreeSpecies.getFallenGenerator() |
WorldFeature |
GenerationTreeSpecies.getHugeGenerator() |
| Modifier and Type | Field and Description |
|---|---|
protected WorldFeature[] |
HugeTreePopulator.types |
protected WorldFeature[] |
TreePopulator.types |
Copyright © 2020. All rights reserved.