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