| Package | Description |
|---|---|
| net.minecraft.world.biome | |
| net.minecraftforge.event.terraingen |
| Modifier and Type | Class and Description |
|---|---|
class |
BiomeEndDecorator |
| Modifier and Type | Field and Description |
|---|---|
BiomeDecorator |
BiomeGenBase.theBiomeDecorator
The biome decorator.
|
| Modifier and Type | Method and Description |
|---|---|
BiomeDecorator |
BiomeGenBase.createBiomeDecorator()
Allocate a new BiomeDecorator for this BiomeGenBase
|
BiomeDecorator |
BiomeGenBase.getModdedBiomeDecorator(BiomeDecorator original) |
| Modifier and Type | Method and Description |
|---|---|
BiomeDecorator |
BiomeGenBase.getModdedBiomeDecorator(BiomeDecorator original) |
| Modifier and Type | Field and Description |
|---|---|
BiomeDecorator |
BiomeEvent.CreateDecorator.newBiomeDecorator |
BiomeDecorator |
BiomeEvent.CreateDecorator.originalBiomeDecorator |
| Constructor and Description |
|---|
BiomeEvent.CreateDecorator(BiomeGenBase biome,
BiomeDecorator original) |