Package net.minecraft.world.gen.feature
Class JigsawFeature.Start
java.lang.Object
net.minecraft.structure.StructureStart<C>
net.minecraft.structure.MarginedStructureStart<StructurePoolFeatureConfig>
net.minecraft.world.gen.feature.JigsawFeature.Start
- Enclosing class:
- JigsawFeature
public static class JigsawFeature.Start extends MarginedStructureStart<StructurePoolFeatureConfig>
-
Field Summary
Fields Modifier and Type Field Description private JigsawFeaturejigsawFeatureFields inherited from class net.minecraft.structure.StructureStart
boundingBox, children, DEFAULT, random -
Constructor Summary
Constructors Constructor Description Start(JigsawFeature feature, int chunkX, int chunkZ, BlockBox boundingBox, int references, long seed) -
Method Summary
Modifier and Type Method Description voidinit(DynamicRegistryManager dynamicRegistryManager, ChunkGenerator chunkGenerator, StructureManager structureManager, int int2, int int3, Biome biome, StructurePoolFeatureConfig structurePoolFeatureConfig)Methods inherited from class net.minecraft.structure.MarginedStructureStart
setBoundingBoxFromChildrenMethods inherited from class net.minecraft.structure.StructureStart
generateStructure, getBoundingBox, getChildren, getChunkX, getChunkZ, getFeature, getPos, getReferenceCountToBeInExistingChunk, getReferences, hasChildren, incrementReferences, isInExistingChunk, randomUpwardTranslation, randomUpwardTranslation, toTag
-
Field Details
-
jigsawFeature
-
-
Constructor Details
-
Start
public Start(JigsawFeature feature, int chunkX, int chunkZ, BlockBox boundingBox, int references, long seed)
-
-
Method Details
-
init
public void init(DynamicRegistryManager dynamicRegistryManager, ChunkGenerator chunkGenerator, StructureManager structureManager, int int2, int int3, Biome biome, StructurePoolFeatureConfig structurePoolFeatureConfig)- Specified by:
initin classStructureStart<StructurePoolFeatureConfig>
-