package net.minecraft.world.gen.structure; import java.util.Random; import net.minecraft.block.Block; import net.minecraft.item.Item; import net.minecraft.util.Direction; import net.minecraft.util.WeightedRandomChestContent; import net.minecraft.world.World; import net.minecraftforge.common.ChestGenHooks; import static net.minecraftforge.common.ChestGenHooks.*; public class ComponentScatteredFeatureDesertPyramid extends ComponentScatteredFeature { private boolean[] field_74940_h = new boolean[4]; /** List of items to generate in chests of Temples. */ public static final WeightedRandomChestContent[] itemsToGenerateInTemple = new WeightedRandomChestContent[] {new WeightedRandomChestContent(Item.diamond.itemID, 0, 1, 3, 3), new WeightedRandomChestContent(Item.ingotIron.itemID, 0, 1, 5, 10), new WeightedRandomChestContent(Item.ingotGold.itemID, 0, 2, 7, 15), new WeightedRandomChestContent(Item.emerald.itemID, 0, 1, 3, 2), new WeightedRandomChestContent(Item.bone.itemID, 0, 4, 6, 20), new WeightedRandomChestContent(Item.rottenFlesh.itemID, 0, 3, 7, 16)}; public ComponentScatteredFeatureDesertPyramid(Random par1Random, int par2, int par3) { super(par1Random, par2, 64, par3, 21, 15, 21); } /** * second Part of Structure generating, this for example places Spiderwebs, Mob Spawners, it closes Mineshafts at * the end, it adds Fences... */ public boolean addComponentParts(World par1World, Random par2Random, StructureBoundingBox par3StructureBoundingBox) { this.fillWithBlocks(par1World, par3StructureBoundingBox, 0, -4, 0, this.scatteredFeatureSizeX - 1, 0, this.scatteredFeatureSizeZ - 1, Block.sandStone.blockID, Block.sandStone.blockID, false); int i; for (i = 1; i <= 9; ++i) { this.fillWithBlocks(par1World, par3StructureBoundingBox, i, i, i, this.scatteredFeatureSizeX - 1 - i, i, this.scatteredFeatureSizeZ - 1 - i, Block.sandStone.blockID, Block.sandStone.blockID, false); this.fillWithBlocks(par1World, par3StructureBoundingBox, i + 1, i, i + 1, this.scatteredFeatureSizeX - 2 - i, i, this.scatteredFeatureSizeZ - 2 - i, 0, 0, false); } int j; for (i = 0; i < this.scatteredFeatureSizeX; ++i) { for (j = 0; j < this.scatteredFeatureSizeZ; ++j) { this.fillCurrentPositionBlocksDownwards(par1World, Block.sandStone.blockID, 0, i, -5, j, par3StructureBoundingBox); } } i = this.getMetadataWithOffset(Block.stairsSandStone.blockID, 3); j = this.getMetadataWithOffset(Block.stairsSandStone.blockID, 2); int k = this.getMetadataWithOffset(Block.stairsSandStone.blockID, 0); int l = this.getMetadataWithOffset(Block.stairsSandStone.blockID, 1); byte b0 = 1; byte b1 = 11; this.fillWithBlocks(par1World, par3StructureBoundingBox, 0, 0, 0, 4, 9, 4, Block.sandStone.blockID, 0, false); this.fillWithBlocks(par1World, par3StructureBoundingBox, 1, 10, 1, 3, 10, 3, Block.sandStone.blockID, Block.sandStone.blockID, false); this.placeBlockAtCurrentPosition(par1World, Block.stairsSandStone.blockID, i, 2, 10, 0, par3StructureBoundingBox); this.placeBlockAtCurrentPosition(par1World, Block.stairsSandStone.blockID, j, 2, 10, 4, par3StructureBoundingBox); this.placeBlockAtCurrentPosition(par1World, Block.stairsSandStone.blockID, k, 0, 10, 2, par3StructureBoundingBox); this.placeBlockAtCurrentPosition(par1World, Block.stairsSandStone.blockID, l, 4, 10, 2, par3StructureBoundingBox); this.fillWithBlocks(par1World, par3StructureBoundingBox, this.scatteredFeatureSizeX - 5, 0, 0, this.scatteredFeatureSizeX - 1, 9, 4, Block.sandStone.blockID, 0, false); this.fillWithBlocks(par1World, par3StructureBoundingBox, this.scatteredFeatureSizeX - 4, 10, 1, this.scatteredFeatureSizeX - 2, 10, 3, Block.sandStone.blockID, Block.sandStone.blockID, false); this.placeBlockAtCurrentPosition(par1World, Block.stairsSandStone.blockID, i, this.scatteredFeatureSizeX - 3, 10, 0, par3StructureBoundingBox); this.placeBlockAtCurrentPosition(par1World, Block.stairsSandStone.blockID, j, this.scatteredFeatureSizeX - 3, 10, 4, par3StructureBoundingBox); this.placeBlockAtCurrentPosition(par1World, Block.stairsSandStone.blockID, k, this.scatteredFeatureSizeX - 5, 10, 2, par3StructureBoundingBox); this.placeBlockAtCurrentPosition(par1World, Block.stairsSandStone.blockID, l, this.scatteredFeatureSizeX - 1, 10, 2, par3StructureBoundingBox); this.fillWithBlocks(par1World, par3StructureBoundingBox, 8, 0, 0, 12, 4, 4, Block.sandStone.blockID, 0, false); this.fillWithBlocks(par1World, par3StructureBoundingBox, 9, 1, 0, 11, 3, 4, 0, 0, false); this.placeBlockAtCurrentPosition(par1World, Block.sandStone.blockID, 2, 9, 1, 1, par3StructureBoundingBox); this.placeBlockAtCurrentPosition(par1World, Block.sandStone.blockID, 2, 9, 2, 1, par3StructureBoundingBox); this.placeBlockAtCurrentPosition(par1World, Block.sandStone.blockID, 2, 9, 3, 1, par3StructureBoundingBox); this.placeBlockAtCurrentPosition(par1World, Block.sandStone.blockID, 2, 10, 3, 1, par3StructureBoundingBox); this.placeBlockAtCurrentPosition(par1World, Block.sandStone.blockID, 2, 11, 3, 1, par3StructureBoundingBox); this.placeBlockAtCurrentPosition(par1World, Block.sandStone.blockID, 2, 11, 2, 1, par3StructureBoundingBox); this.placeBlockAtCurrentPosition(par1World, Block.sandStone.blockID, 2, 11, 1, 1, par3StructureBoundingBox); this.fillWithBlocks(par1World, par3StructureBoundingBox, 4, 1, 1, 8, 3, 3, Block.sandStone.blockID, 0, false); this.fillWithBlocks(par1World, par3StructureBoundingBox, 4, 1, 2, 8, 2, 2, 0, 0, false); this.fillWithBlocks(par1World, par3StructureBoundingBox, 12, 1, 1, 16, 3, 3, Block.sandStone.blockID, 0, false); this.fillWithBlocks(par1World, par3StructureBoundingBox, 12, 1, 2, 16, 2, 2, 0, 0, false); this.fillWithBlocks(par1World, par3StructureBoundingBox, 5, 4, 5, this.scatteredFeatureSizeX - 6, 4, this.scatteredFeatureSizeZ - 6, Block.sandStone.blockID, Block.sandStone.blockID, false); this.fillWithBlocks(par1World, par3StructureBoundingBox, 9, 4, 9, 11, 4, 11, 0, 0, false); this.fillWithMetadataBlocks(par1World, par3StructureBoundingBox, 8, 1, 8, 8, 3, 8, Block.sandStone.blockID, 2, Block.sandStone.blockID, 2, false); this.fillWithMetadataBlocks(par1World, par3StructureBoundingBox, 12, 1, 8, 12, 3, 8, Block.sandStone.blockID, 2, Block.sandStone.blockID, 2, false); this.fillWithMetadataBlocks(par1World, par3StructureBoundingBox, 8, 1, 12, 8, 3, 12, Block.sandStone.blockID, 2, Block.sandStone.blockID, 2, false); this.fillWithMetadataBlocks(par1World, par3StructureBoundingBox, 12, 1, 12, 12, 3, 12, Block.sandStone.blockID, 2, Block.sandStone.blockID, 2, false); this.fillWithBlocks(par1World, par3StructureBoundingBox, 1, 1, 5, 4, 4, 11, Block.sandStone.blockID, Block.sandStone.blockID, false); this.fillWithBlocks(par1World, par3StructureBoundingBox, this.scatteredFeatureSizeX - 5, 1, 5, this.scatteredFeatureSizeX - 2, 4, 11, Block.sandStone.blockID, Block.sandStone.blockID, false); this.fillWithBlocks(par1World, par3StructureBoundingBox, 6, 7, 9, 6, 7, 11, Block.sandStone.blockID, Block.sandStone.blockID, false); this.fillWithBlocks(par1World, par3StructureBoundingBox, this.scatteredFeatureSizeX - 7, 7, 9, this.scatteredFeatureSizeX - 7, 7, 11, Block.sandStone.blockID, Block.sandStone.blockID, false); this.fillWithMetadataBlocks(par1World, par3StructureBoundingBox, 5, 5, 9, 5, 7, 11, Block.sandStone.blockID, 2, Block.sandStone.blockID, 2, false); this.fillWithMetadataBlocks(par1World, par3StructureBoundingBox, this.scatteredFeatureSizeX - 6, 5, 9, this.scatteredFeatureSizeX - 6, 7, 11, Block.sandStone.blockID, 2, Block.sandStone.blockID, 2, false); this.placeBlockAtCurrentPosition(par1World, 0, 0, 5, 5, 10, par3StructureBoundingBox); this.placeBlockAtCurrentPosition(par1World, 0, 0, 5, 6, 10, par3StructureBoundingBox); this.placeBlockAtCurrentPosition(par1World, 0, 0, 6, 6, 10, par3StructureBoundingBox); this.placeBlockAtCurrentPosition(par1World, 0, 0, this.scatteredFeatureSizeX - 6, 5, 10, par3StructureBoundingBox); this.placeBlockAtCurrentPosition(par1World, 0, 0, this.scatteredFeatureSizeX - 6, 6, 10, par3StructureBoundingBox); this.placeBlockAtCurrentPosition(par1World, 0, 0, this.scatteredFeatureSizeX - 7, 6, 10, par3StructureBoundingBox); this.fillWithBlocks(par1World, par3StructureBoundingBox, 2, 4, 4, 2, 6, 4, 0, 0, false); this.fillWithBlocks(par1World, par3StructureBoundingBox, this.scatteredFeatureSizeX - 3, 4, 4, this.scatteredFeatureSizeX - 3, 6, 4, 0, 0, false); this.placeBlockAtCurrentPosition(par1World, Block.stairsSandStone.blockID, i, 2, 4, 5, par3StructureBoundingBox); this.placeBlockAtCurrentPosition(par1World, Block.stairsSandStone.blockID, i, 2, 3, 4, par3StructureBoundingBox); this.placeBlockAtCurrentPosition(par1World, Block.stairsSandStone.blockID, i, this.scatteredFeatureSizeX - 3, 4, 5, par3StructureBoundingBox); this.placeBlockAtCurrentPosition(par1World, Block.stairsSandStone.blockID, i, this.scatteredFeatureSizeX - 3, 3, 4, par3StructureBoundingBox); this.fillWithBlocks(par1World, par3StructureBoundingBox, 1, 1, 3, 2, 2, 3, Block.sandStone.blockID, Block.sandStone.blockID, false); this.fillWithBlocks(par1World, par3StructureBoundingBox, this.scatteredFeatureSizeX - 3, 1, 3, this.scatteredFeatureSizeX - 2, 2, 3, Block.sandStone.blockID, Block.sandStone.blockID, false); this.placeBlockAtCurrentPosition(par1World, Block.stairsSandStone.blockID, 0, 1, 1, 2, par3StructureBoundingBox); this.placeBlockAtCurrentPosition(par1World, Block.stairsSandStone.blockID, 0, this.scatteredFeatureSizeX - 2, 1, 2, par3StructureBoundingBox); this.placeBlockAtCurrentPosition(par1World, Block.stoneSingleSlab.blockID, 1, 1, 2, 2, par3StructureBoundingBox); this.placeBlockAtCurrentPosition(par1World, Block.stoneSingleSlab.blockID, 1, this.scatteredFeatureSizeX - 2, 2, 2, par3StructureBoundingBox); this.placeBlockAtCurrentPosition(par1World, Block.stairsSandStone.blockID, l, 2, 1, 2, par3StructureBoundingBox); this.placeBlockAtCurrentPosition(par1World, Block.stairsSandStone.blockID, k, this.scatteredFeatureSizeX - 3, 1, 2, par3StructureBoundingBox); this.fillWithBlocks(par1World, par3StructureBoundingBox, 4, 3, 5, 4, 3, 18, Block.sandStone.blockID, Block.sandStone.blockID, false); this.fillWithBlocks(par1World, par3StructureBoundingBox, this.scatteredFeatureSizeX - 5, 3, 5, this.scatteredFeatureSizeX - 5, 3, 17, Block.sandStone.blockID, Block.sandStone.blockID, false); this.fillWithBlocks(par1World, par3StructureBoundingBox, 3, 1, 5, 4, 2, 16, 0, 0, false); this.fillWithBlocks(par1World, par3StructureBoundingBox, this.scatteredFeatureSizeX - 6, 1, 5, this.scatteredFeatureSizeX - 5, 2, 16, 0, 0, false); int i1; for (i1 = 5; i1 <= 17; i1 += 2) { this.placeBlockAtCurrentPosition(par1World, Block.sandStone.blockID, 2, 4, 1, i1, par3StructureBoundingBox); this.placeBlockAtCurrentPosition(par1World, Block.sandStone.blockID, 1, 4, 2, i1, par3StructureBoundingBox); this.placeBlockAtCurrentPosition(par1World, Block.sandStone.blockID, 2, this.scatteredFeatureSizeX - 5, 1, i1, par3StructureBoundingBox); this.placeBlockAtCurrentPosition(par1World, Block.sandStone.blockID, 1, this.scatteredFeatureSizeX - 5, 2, i1, par3StructureBoundingBox); } this.placeBlockAtCurrentPosition(par1World, Block.cloth.blockID, b0, 10, 0, 7, par3StructureBoundingBox); this.placeBlockAtCurrentPosition(par1World, Block.cloth.blockID, b0, 10, 0, 8, par3StructureBoundingBox); this.placeBlockAtCurrentPosition(par1World, Block.cloth.blockID, b0, 9, 0, 9, par3StructureBoundingBox); this.placeBlockAtCurrentPosition(par1World, Block.cloth.blockID, b0, 11, 0, 9, par3StructureBoundingBox); this.placeBlockAtCurrentPosition(par1World, Block.cloth.blockID, b0, 8, 0, 10, par3StructureBoundingBox); this.placeBlockAtCurrentPosition(par1World, Block.cloth.blockID, b0, 12, 0, 10, par3StructureBoundingBox); this.placeBlockAtCurrentPosition(par1World, Block.cloth.blockID, b0, 7, 0, 10, par3StructureBoundingBox); this.placeBlockAtCurrentPosition(par1World, Block.cloth.blockID, b0, 13, 0, 10, par3StructureBoundingBox); this.placeBlockAtCurrentPosition(par1World, Block.cloth.blockID, b0, 9, 0, 11, par3StructureBoundingBox); this.placeBlockAtCurrentPosition(par1World, Block.cloth.blockID, b0, 11, 0, 11, par3StructureBoundingBox); this.placeBlockAtCurrentPosition(par1World, Block.cloth.blockID, b0, 10, 0, 12, par3StructureBoundingBox); this.placeBlockAtCurrentPosition(par1World, Block.cloth.blockID, b0, 10, 0, 13, par3StructureBoundingBox); this.placeBlockAtCurrentPosition(par1World, Block.cloth.blockID, b1, 10, 0, 10, par3StructureBoundingBox); for (i1 = 0; i1 <= this.scatteredFeatureSizeX - 1; i1 += this.scatteredFeatureSizeX - 1) { this.placeBlockAtCurrentPosition(par1World, Block.sandStone.blockID, 2, i1, 2, 1, par3StructureBoundingBox); this.placeBlockAtCurrentPosition(par1World, Block.cloth.blockID, b0, i1, 2, 2, par3StructureBoundingBox); this.placeBlockAtCurrentPosition(par1World, Block.sandStone.blockID, 2, i1, 2, 3, par3StructureBoundingBox); this.placeBlockAtCurrentPosition(par1World, Block.sandStone.blockID, 2, i1, 3, 1, par3StructureBoundingBox); this.placeBlockAtCurrentPosition(par1World, Block.cloth.blockID, b0, i1, 3, 2, par3StructureBoundingBox); this.placeBlockAtCurrentPosition(par1World, Block.sandStone.blockID, 2, i1, 3, 3, par3StructureBoundingBox); this.placeBlockAtCurrentPosition(par1World, Block.cloth.blockID, b0, i1, 4, 1, par3StructureBoundingBox); this.placeBlockAtCurrentPosition(par1World, Block.sandStone.blockID, 1, i1, 4, 2, par3StructureBoundingBox); this.placeBlockAtCurrentPosition(par1World, Block.cloth.blockID, b0, i1, 4, 3, par3StructureBoundingBox); this.placeBlockAtCurrentPosition(par1World, Block.sandStone.blockID, 2, i1, 5, 1, par3StructureBoundingBox); this.placeBlockAtCurrentPosition(par1World, Block.cloth.blockID, b0, i1, 5, 2, par3StructureBoundingBox); this.placeBlockAtCurrentPosition(par1World, Block.sandStone.blockID, 2, i1, 5, 3, par3StructureBoundingBox); this.placeBlockAtCurrentPosition(par1World, Block.cloth.blockID, b0, i1, 6, 1, par3StructureBoundingBox); this.placeBlockAtCurrentPosition(par1World, Block.sandStone.blockID, 1, i1, 6, 2, par3StructureBoundingBox); this.placeBlockAtCurrentPosition(par1World, Block.cloth.blockID, b0, i1, 6, 3, par3StructureBoundingBox); this.placeBlockAtCurrentPosition(par1World, Block.cloth.blockID, b0, i1, 7, 1, par3StructureBoundingBox); this.placeBlockAtCurrentPosition(par1World, Block.cloth.blockID, b0, i1, 7, 2, par3StructureBoundingBox); this.placeBlockAtCurrentPosition(par1World, Block.cloth.blockID, b0, i1, 7, 3, par3StructureBoundingBox); this.placeBlockAtCurrentPosition(par1World, Block.sandStone.blockID, 2, i1, 8, 1, par3StructureBoundingBox); this.placeBlockAtCurrentPosition(par1World, Block.sandStone.blockID, 2, i1, 8, 2, par3StructureBoundingBox); this.placeBlockAtCurrentPosition(par1World, Block.sandStone.blockID, 2, i1, 8, 3, par3StructureBoundingBox); } for (i1 = 2; i1 <= this.scatteredFeatureSizeX - 3; i1 += this.scatteredFeatureSizeX - 3 - 2) { this.placeBlockAtCurrentPosition(par1World, Block.sandStone.blockID, 2, i1 - 1, 2, 0, par3StructureBoundingBox); this.placeBlockAtCurrentPosition(par1World, Block.cloth.blockID, b0, i1, 2, 0, par3StructureBoundingBox); this.placeBlockAtCurrentPosition(par1World, Block.sandStone.blockID, 2, i1 + 1, 2, 0, par3StructureBoundingBox); this.placeBlockAtCurrentPosition(par1World, Block.sandStone.blockID, 2, i1 - 1, 3, 0, par3StructureBoundingBox); this.placeBlockAtCurrentPosition(par1World, Block.cloth.blockID, b0, i1, 3, 0, par3StructureBoundingBox); this.placeBlockAtCurrentPosition(par1World, Block.sandStone.blockID, 2, i1 + 1, 3, 0, par3StructureBoundingBox); this.placeBlockAtCurrentPosition(par1World, Block.cloth.blockID, b0, i1 - 1, 4, 0, par3StructureBoundingBox); this.placeBlockAtCurrentPosition(par1World, Block.sandStone.blockID, 1, i1, 4, 0, par3StructureBoundingBox); this.placeBlockAtCurrentPosition(par1World, Block.cloth.blockID, b0, i1 + 1, 4, 0, par3StructureBoundingBox); this.placeBlockAtCurrentPosition(par1World, Block.sandStone.blockID, 2, i1 - 1, 5, 0, par3StructureBoundingBox); this.placeBlockAtCurrentPosition(par1World, Block.cloth.blockID, b0, i1, 5, 0, par3StructureBoundingBox); this.placeBlockAtCurrentPosition(par1World, Block.sandStone.blockID, 2, i1 + 1, 5, 0, par3StructureBoundingBox); this.placeBlockAtCurrentPosition(par1World, Block.cloth.blockID, b0, i1 - 1, 6, 0, par3StructureBoundingBox); this.placeBlockAtCurrentPosition(par1World, Block.sandStone.blockID, 1, i1, 6, 0, par3StructureBoundingBox); this.placeBlockAtCurrentPosition(par1World, Block.cloth.blockID, b0, i1 + 1, 6, 0, par3StructureBoundingBox); this.placeBlockAtCurrentPosition(par1World, Block.cloth.blockID, b0, i1 - 1, 7, 0, par3StructureBoundingBox); this.placeBlockAtCurrentPosition(par1World, Block.cloth.blockID, b0, i1, 7, 0, par3StructureBoundingBox); this.placeBlockAtCurrentPosition(par1World, Block.cloth.blockID, b0, i1 + 1, 7, 0, par3StructureBoundingBox); this.placeBlockAtCurrentPosition(par1World, Block.sandStone.blockID, 2, i1 - 1, 8, 0, par3StructureBoundingBox); this.placeBlockAtCurrentPosition(par1World, Block.sandStone.blockID, 2, i1, 8, 0, par3StructureBoundingBox); this.placeBlockAtCurrentPosition(par1World, Block.sandStone.blockID, 2, i1 + 1, 8, 0, par3StructureBoundingBox); } this.fillWithMetadataBlocks(par1World, par3StructureBoundingBox, 8, 4, 0, 12, 6, 0, Block.sandStone.blockID, 2, Block.sandStone.blockID, 2, false); this.placeBlockAtCurrentPosition(par1World, 0, 0, 8, 6, 0, par3StructureBoundingBox); this.placeBlockAtCurrentPosition(par1World, 0, 0, 12, 6, 0, par3StructureBoundingBox); this.placeBlockAtCurrentPosition(par1World, Block.cloth.blockID, b0, 9, 5, 0, par3StructureBoundingBox); this.placeBlockAtCurrentPosition(par1World, Block.sandStone.blockID, 1, 10, 5, 0, par3StructureBoundingBox); this.placeBlockAtCurrentPosition(par1World, Block.cloth.blockID, b0, 11, 5, 0, par3StructureBoundingBox); this.fillWithMetadataBlocks(par1World, par3StructureBoundingBox, 8, -14, 8, 12, -11, 12, Block.sandStone.blockID, 2, Block.sandStone.blockID, 2, false); this.fillWithMetadataBlocks(par1World, par3StructureBoundingBox, 8, -10, 8, 12, -10, 12, Block.sandStone.blockID, 1, Block.sandStone.blockID, 1, false); this.fillWithMetadataBlocks(par1World, par3StructureBoundingBox, 8, -9, 8, 12, -9, 12, Block.sandStone.blockID, 2, Block.sandStone.blockID, 2, false); this.fillWithBlocks(par1World, par3StructureBoundingBox, 8, -8, 8, 12, -1, 12, Block.sandStone.blockID, Block.sandStone.blockID, false); this.fillWithBlocks(par1World, par3StructureBoundingBox, 9, -11, 9, 11, -1, 11, 0, 0, false); this.placeBlockAtCurrentPosition(par1World, Block.pressurePlateStone.blockID, 0, 10, -11, 10, par3StructureBoundingBox); this.fillWithBlocks(par1World, par3StructureBoundingBox, 9, -13, 9, 11, -13, 11, Block.tnt.blockID, 0, false); this.placeBlockAtCurrentPosition(par1World, 0, 0, 8, -11, 10, par3StructureBoundingBox); this.placeBlockAtCurrentPosition(par1World, 0, 0, 8, -10, 10, par3StructureBoundingBox); this.placeBlockAtCurrentPosition(par1World, Block.sandStone.blockID, 1, 7, -10, 10, par3StructureBoundingBox); this.placeBlockAtCurrentPosition(par1World, Block.sandStone.blockID, 2, 7, -11, 10, par3StructureBoundingBox); this.placeBlockAtCurrentPosition(par1World, 0, 0, 12, -11, 10, par3StructureBoundingBox); this.placeBlockAtCurrentPosition(par1World, 0, 0, 12, -10, 10, par3StructureBoundingBox); this.placeBlockAtCurrentPosition(par1World, Block.sandStone.blockID, 1, 13, -10, 10, par3StructureBoundingBox); this.placeBlockAtCurrentPosition(par1World, Block.sandStone.blockID, 2, 13, -11, 10, par3StructureBoundingBox); this.placeBlockAtCurrentPosition(par1World, 0, 0, 10, -11, 8, par3StructureBoundingBox); this.placeBlockAtCurrentPosition(par1World, 0, 0, 10, -10, 8, par3StructureBoundingBox); this.placeBlockAtCurrentPosition(par1World, Block.sandStone.blockID, 1, 10, -10, 7, par3StructureBoundingBox); this.placeBlockAtCurrentPosition(par1World, Block.sandStone.blockID, 2, 10, -11, 7, par3StructureBoundingBox); this.placeBlockAtCurrentPosition(par1World, 0, 0, 10, -11, 12, par3StructureBoundingBox); this.placeBlockAtCurrentPosition(par1World, 0, 0, 10, -10, 12, par3StructureBoundingBox); this.placeBlockAtCurrentPosition(par1World, Block.sandStone.blockID, 1, 10, -10, 13, par3StructureBoundingBox); this.placeBlockAtCurrentPosition(par1World, Block.sandStone.blockID, 2, 10, -11, 13, par3StructureBoundingBox); ChestGenHooks info = ChestGenHooks.getInfo(PYRAMID_DESERT_CHEST); for (i1 = 0; i1 < 4; ++i1) { if (!this.field_74940_h[i1]) { int j1 = Direction.offsetX[i1] * 2; int k1 = Direction.offsetZ[i1] * 2; this.field_74940_h[i1] = this.generateStructureChestContents(par1World, par3StructureBoundingBox, par2Random, 10 + j1, -11, 10 + k1, info.getItems(par2Random), info.getCount(par2Random)); } } return true; } }