Package | Description |
---|---|
net.minecraft.world.gen.feature | |
net.minecraft.world.gen.feature.structure |
Modifier and Type | Field and Description |
---|---|
static Structure<VillageConfig> |
Feature.VILLAGE |
Modifier and Type | Method and Description |
---|---|
static <T> VillageConfig |
VillageConfig.deserialize(com.mojang.datafixers.Dynamic<T> data) |
Modifier and Type | Method and Description |
---|---|
static void |
VillagePieces.addPieces(ChunkGenerator<?> chunkGeneratorIn,
TemplateManager templateManagerIn,
BlockPos p_214838_2_,
java.util.List<StructurePiece> structurePieces,
SharedSeedRandom sharedSeedRandomIn,
VillageConfig villageConfigIn) |
Constructor and Description |
---|
VillageStructure(java.util.function.Function<com.mojang.datafixers.Dynamic<?>,? extends VillageConfig> p_i51419_1_) |