Class JigsawStructure
java.lang.Object
net.minecraftforge.registries.ForgeRegistryEntry<Structure<?>>
net.minecraft.world.gen.feature.structure.Structure<VillageConfig>
net.minecraft.world.gen.feature.structure.JigsawStructure
- All Implemented Interfaces:
IForgeStructure,IForgeRegistryEntry<Structure<?>>
- Direct Known Subclasses:
BastionRemantsStructure,PillagerOutpostStructure,VillageStructure
-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from class net.minecraft.world.gen.feature.structure.Structure
Structure.IStartFactory<C extends IFeatureConfig>Nested classes/interfaces inherited from class net.minecraftforge.registries.ForgeRegistryEntry
ForgeRegistryEntry.UncheckedRegistryEntry<V extends IForgeRegistryEntry<V>> -
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final booleanprivate final booleanprivate final intFields inherited from class net.minecraft.world.gen.feature.structure.Structure
BASTION_REMNANT, BURIED_TREASURE, DESERT_PYRAMID, END_CITY, IGLOO, JUNGLE_TEMPLE, 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
ConstructorsConstructorDescriptionJigsawStructure(com.mojang.serialization.Codec<VillageConfig> p_i241978_1_, int p_i241978_2_, boolean p_i241978_3_, boolean p_i241978_4_) -
Method Summary
Methods inherited from class net.minecraft.world.gen.feature.structure.Structure
bootstrap, configured, configuredStructureCodec, generate, getFeatureName, getNearestGeneratedFeature, getPotentialFeatureChunk, getSpawnList, getSpecialAnimals, getSpecialEnemies, isFeatureChunk, linearSeparation, 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.IForgeStructure
getDefaultCreatureSpawnList, getDefaultRestrictsSpawnsToInside, getDefaultSpawnList, getStructure
-
Field Details
-
startY
private final int startY -
doExpansionHack
private final boolean doExpansionHack -
projectStartToHeightmap
private final boolean projectStartToHeightmap
-
-
Constructor Details
-
JigsawStructure
public JigsawStructure(com.mojang.serialization.Codec<VillageConfig> p_i241978_1_, int p_i241978_2_, boolean p_i241978_3_, boolean p_i241978_4_)
-
-
Method Details
-
getStartFactory
- Specified by:
getStartFactoryin classStructure<VillageConfig>
-