Package | Description |
---|---|
net.minecraft.world.biome | |
net.minecraft.world.gen | |
net.minecraft.world.gen.feature | |
net.minecraft.world.gen.feature.structure | |
net.minecraft.world.gen.placement |
Modifier and Type | Field and Description |
---|---|
protected java.util.Map<Structure<?>,IFeatureConfig> |
Biome.structures |
Modifier and Type | Method and Description |
---|---|
<C extends IFeatureConfig> |
Biome.addStructure(ConfiguredFeature<C,? extends Structure<C>> structureIn) |
<C extends IFeatureConfig> |
Biome.getStructureConfig(Structure<C> structureIn) |
<C extends IFeatureConfig> |
Biome.hasStructure(Structure<C> structureIn) |
Modifier and Type | Field and Description |
---|---|
static java.util.Map<ConfiguredFeature<?,?>,IFeatureConfig> |
FlatGenerationSettings.FEATURE_CONFIGS |
Modifier and Type | Method and Description |
---|---|
<C extends IFeatureConfig> |
FlatChunkGenerator.getStructureConfig(Biome biomeIn,
Structure<C> structureIn) |
<C extends IFeatureConfig> |
ChunkGenerator.getStructureConfig(Biome biomeIn,
Structure<C> structureIn) |
Modifier and Type | Method and Description |
---|---|
boolean |
FlatChunkGenerator.hasStructure(Biome biomeIn,
Structure<? extends IFeatureConfig> structureIn) |
boolean |
ChunkGenerator.hasStructure(Biome biomeIn,
Structure<? extends IFeatureConfig> structureIn) |
Modifier and Type | Class and Description |
---|---|
class |
ConfiguredFeature<FC extends IFeatureConfig,F extends Feature<FC>> |
class |
ConfiguredRandomFeatureList<FC extends IFeatureConfig> |
class |
Feature<FC extends IFeatureConfig> |
class |
FlowersFeature<U extends IFeatureConfig> |
Modifier and Type | Class and Description |
---|---|
class |
BaseTreeFeatureConfig |
class |
BigMushroomFeatureConfig |
class |
BlockBlobConfig |
class |
BlockClusterFeatureConfig |
class |
BlockStateFeatureConfig |
class |
BlockStateProvidingFeatureConfig |
class |
BlockWithContextConfig |
class |
DecoratedFeatureConfig |
class |
EndGatewayConfig |
class |
EndSpikeFeatureConfig |
class |
FeatureRadiusConfig |
class |
FillLayerConfig |
class |
HugeTreeFeatureConfig |
class |
LiquidsConfig |
class |
MultipleRandomFeatureConfig |
class |
MultipleWithChanceRandomFeatureConfig |
class |
NoFeatureConfig |
class |
OreFeatureConfig |
class |
ProbabilityConfig |
class |
ReplaceBlockConfig |
class |
SeaGrassConfig |
class |
SingleRandomFeature |
class |
SphereReplaceConfig |
class |
TreeFeatureConfig |
class |
TwoFeatureChoiceConfig |
Modifier and Type | Field and Description |
---|---|
FC |
ConfiguredFeature.config |
Modifier and Type | Method and Description |
---|---|
private static <C extends IFeatureConfig,F extends Feature<C>> |
Feature.register(java.lang.String key,
F value) |
Modifier and Type | Class and Description |
---|---|
class |
ScatteredStructure<C extends IFeatureConfig> |
class |
Structure<C extends IFeatureConfig> |
Modifier and Type | Class and Description |
---|---|
class |
BuriedTreasureConfig |
class |
MineshaftConfig |
class |
OceanRuinConfig |
class |
ShipwreckConfig |
class |
VillageConfig |
Modifier and Type | Class and Description |
---|---|
class |
CountConfig |
Modifier and Type | Method and Description |
---|---|
<FC extends IFeatureConfig,F extends Feature<FC>> |
ConfiguredPlacement.place(IWorld p_215093_1_,
ChunkGenerator<? extends GenerationSettings> p_215093_2_,
java.util.Random p_215093_3_,
BlockPos p_215093_4_,
ConfiguredFeature<FC,F> p_215093_5_) |
protected <FC extends IFeatureConfig,F extends Feature<FC>> |
Placement.place(IWorld worldIn,
ChunkGenerator<? extends GenerationSettings> p_214998_2_,
java.util.Random random,
BlockPos pos,
DC p_214998_5_,
ConfiguredFeature<FC,F> p_214998_6_) |