Class WoodlandMansionFeature
java.lang.Object
net.minecraftforge.registries.ForgeRegistryEntry<StructureFeature<?>>
net.minecraft.world.level.levelgen.feature.StructureFeature<NoneFeatureConfiguration>
net.minecraft.world.level.levelgen.feature.WoodlandMansionFeature
- All Implemented Interfaces:
IForgeStructureFeature
,IForgeRegistryEntry<StructureFeature<?>>
-
Nested Class Summary
Nested classes/interfaces inherited from class net.minecraft.world.level.levelgen.feature.StructureFeature
StructureFeature.StructureStartFactory<C extends FeatureConfiguration>
Nested classes/interfaces inherited from class net.minecraftforge.registries.ForgeRegistryEntry
ForgeRegistryEntry.UncheckedRegistryEntry<V extends IForgeRegistryEntry<V>>
-
Field Summary
Fields inherited from class net.minecraft.world.level.levelgen.feature.StructureFeature
BASTION_REMNANT, BURIED_TREASURE, DESERT_PYRAMID, END_CITY, IGLOO, JUNGLE_TEMPLE, MAX_STRUCTURE_RANGE, MINESHAFT, NETHER_BRIDGE, NETHER_FOSSIL, NOISE_AFFECTING_FEATURES, OCEAN_MONUMENT, OCEAN_RUIN, PILLAGER_OUTPOST, RUINED_PORTAL, SHIPWRECK, STRONGHOLD, STRUCTURES_REGISTRY, SWAMP_HUT, VILLAGE, WOODLAND_MANSION
Fields inherited from class net.minecraftforge.registries.ForgeRegistryEntry
delegate
-
Constructor Summary
ConstructorDescriptionWoodlandMansionFeature(com.mojang.serialization.Codec<NoneFeatureConfiguration> p_67427_)
-
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
isFeatureChunk(ChunkGenerator p_160677_, BiomeSource p_160678_, long p_160679_, WorldgenRandom p_160680_, ChunkPos p_160681_, Biome p_160682_, ChunkPos p_160683_, NoneFeatureConfiguration p_160684_, LevelHeightAccessor p_160685_)
protected boolean
Methods inherited from class net.minecraft.world.level.levelgen.feature.StructureFeature
bootstrap, configured, configuredStructureCodec, generate, getFeatureName, getNearestGeneratedFeature, getPotentialFeatureChunk, getSpawnList, getSpecialAnimals, getSpecialEnemies, getSpecialUndergroundWaterAnimals, loadStaticStart, step
Methods inherited from class net.minecraftforge.registries.ForgeRegistryEntry
getRegistryName, getRegistryType, setRegistryName, setRegistryName, setRegistryName
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface net.minecraftforge.common.extensions.IForgeStructureFeature
getDefaultCreatureSpawnList, getDefaultRestrictsSpawnsToInside, getDefaultSpawnList, getDefaultSpawnList
-
Constructor Details
-
WoodlandMansionFeature
-
-
Method Details
-
linearSeparation
protected boolean linearSeparation()- Overrides:
linearSeparation
in classStructureFeature<NoneFeatureConfiguration>
-
isFeatureChunk
protected boolean isFeatureChunk(ChunkGenerator p_160677_, BiomeSource p_160678_, long p_160679_, WorldgenRandom p_160680_, ChunkPos p_160681_, Biome p_160682_, ChunkPos p_160683_, NoneFeatureConfiguration p_160684_, LevelHeightAccessor p_160685_)- Overrides:
isFeatureChunk
in classStructureFeature<NoneFeatureConfiguration>
-
getStartFactory
- Specified by:
getStartFactory
in classStructureFeature<NoneFeatureConfiguration>
-