| 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 | Method and Description |
|---|---|
boolean |
ReplacingWorldFeature.allNeighborsMatch(ChunkManager level,
int x,
int y,
int z,
BlockFilter filter)
Checks whether all the blocks that horizontally neighbor the given coordinates match the given
BlockFilter. |
boolean |
ReplacingWorldFeature.allNeighborsMatch(ChunkManager level,
int x,
int y,
int z,
BlockFilter filter,
Direction except)
Checks whether all the blocks that horizontally neighbor the given coordinates match the given
BlockFilter. |
| 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 | Field and Description |
|---|---|
protected BlockFilter |
GroundCoverDecorator.on |
protected BlockFilter |
ScatteredCoverDecorator.on |
protected BlockFilter |
GroundCoverDecorator.replace |
protected BlockFilter |
ReplaceTopDecorator.replace |
protected BlockFilter |
ScatteredCoverDecorator.replace |
| Modifier and Type | Class and Description |
|---|---|
class |
ConstantBlock
Represents a constant block configuration option.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AnyOfBlockFilter
Implementation of
BlockFilter which checks if the block is contained in a list of IDs. |
| Modifier and Type | Field and Description |
|---|---|
static BlockFilter |
BlockFilter.AIR |
static BlockFilter |
BlockFilter.REPLACEABLE |
| Modifier and Type | Field and Description |
|---|---|
protected BlockFilter |
SpringPopulator.neighbor |
protected BlockFilter |
CocoaPopulator.on |
protected BlockFilter |
BlobPopulator.on |
protected BlockFilter |
SpikesPopulator.on |
protected BlockFilter |
CocoaPopulator.replace |
protected BlockFilter |
SubmergedOrePopulator.replace |
protected BlockFilter |
BlobPopulator.replace |
protected BlockFilter |
SpikesPopulator.replace |
protected BlockFilter |
LakePopulator.replaceWithSurface |
protected BlockFilter |
SubmergedOrePopulator.start |
protected BlockFilter |
LakePopulator.surfaceBlocks |
| Modifier and Type | Field and Description |
|---|---|
protected BlockFilter |
AbstractReplacingPopulator.replace |
| Modifier and Type | Field and Description |
|---|---|
protected BlockFilter |
AbstractPlantPopulator.on |
protected BlockFilter |
PlantPopulator.water |
| Modifier and Type | Field and Description |
|---|---|
protected BlockFilter |
AbstractTreePopulator.on |
protected BlockFilter |
AbstractTreePopulator.replace |
Copyright © 2020. All rights reserved.