Class OceanMonumentFeature
java.lang.Object
net.minecraftforge.registries.ForgeRegistryEntry<StructureFeature<?>>
net.minecraft.world.level.levelgen.feature.StructureFeature<NoneFeatureConfiguration>
net.minecraft.world.level.levelgen.feature.OceanMonumentFeature
- All Implemented Interfaces:
IForgeStructureFeature,IForgeRegistryEntry<StructureFeature<?>>
-
Nested Class Summary
Nested ClassesNested 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
FieldsFields 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_MANSIONFields inherited from class net.minecraftforge.registries.ForgeRegistryEntry
delegate -
Constructor Summary
ConstructorsConstructorDescriptionOceanMonumentFeature(com.mojang.serialization.Codec<NoneFeatureConfiguration> p_66472_) -
Method Summary
Modifier and TypeMethodDescriptiongetDefaultSpawnList(MobCategory category)Gets the default list of spawns for this structure, of the specified category.protected booleanisFeatureChunk(ChunkGenerator p_160136_, BiomeSource p_160137_, long p_160138_, WorldgenRandom p_160139_, ChunkPos p_160140_, Biome p_160141_, ChunkPos p_160142_, NoneFeatureConfiguration p_160143_, LevelHeightAccessor p_160144_)protected booleanMethods inherited from class net.minecraft.world.level.levelgen.feature.StructureFeature
bootstrap, configured, configuredStructureCodec, generate, getFeatureName, getNearestGeneratedFeature, getPotentialFeatureChunk, getSpawnList, getSpecialAnimals, getSpecialEnemies, getSpecialUndergroundWaterAnimals, loadStaticStart, stepMethods inherited from class net.minecraftforge.registries.ForgeRegistryEntry
getRegistryName, getRegistryType, setRegistryName, setRegistryName, setRegistryNameMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.minecraftforge.common.extensions.IForgeStructureFeature
getDefaultCreatureSpawnList, getDefaultRestrictsSpawnsToInside, getDefaultSpawnList
-
Field Details
-
MONUMENT_ENEMIES
-
-
Constructor Details
-
OceanMonumentFeature
-
-
Method Details
-
linearSeparation
protected boolean linearSeparation()- Overrides:
linearSeparationin classStructureFeature<NoneFeatureConfiguration>
-
isFeatureChunk
protected boolean isFeatureChunk(ChunkGenerator p_160136_, BiomeSource p_160137_, long p_160138_, WorldgenRandom p_160139_, ChunkPos p_160140_, Biome p_160141_, ChunkPos p_160142_, NoneFeatureConfiguration p_160143_, LevelHeightAccessor p_160144_)- Overrides:
isFeatureChunkin classStructureFeature<NoneFeatureConfiguration>
-
getStartFactory
- Specified by:
getStartFactoryin classStructureFeature<NoneFeatureConfiguration>
-
getDefaultSpawnList
Description copied from interface:IForgeStructureFeatureGets the default list of spawns for this structure, of the specified category.
-