net.minecraft.world.gen.structure
Class ComponentNetherBridgeStraight

java.lang.Object
  extended by net.minecraft.world.gen.structure.StructureComponent
      extended by net.minecraft.world.gen.structure.ComponentNetherBridgeStraight

public class ComponentNetherBridgeStraight
extends StructureComponent


Constructor Summary
ComponentNetherBridgeStraight(int par1, Random par2Random, StructureBoundingBox par3StructureBoundingBox, int par4)
           
 
Method Summary
 boolean addComponentParts(World par1World, Random par2Random, StructureBoundingBox par3StructureBoundingBox)
          second Part of Structure generating, this for example places Spiderwebs, Mob Spawners, it closes Mineshafts at the end, it adds Fences...
 void buildComponent(StructureComponent par1StructureComponent, List par2List, Random par3Random)
          Initiates construction of the Structure Component picked, at the current Location of StructGen
static ComponentNetherBridgeStraight createValidComponent(List par0List, Random par1Random, int par2, int par3, int par4, int par5, int par6)
          Creates and returns a new component piece.
 
Methods inherited from class net.minecraft.world.gen.structure.StructureComponent
findIntersecting, getBoundingBox, getCenter, getComponentType
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ComponentNetherBridgeStraight

public ComponentNetherBridgeStraight(int par1,
                                     Random par2Random,
                                     StructureBoundingBox par3StructureBoundingBox,
                                     int par4)
Method Detail

buildComponent

public void buildComponent(StructureComponent par1StructureComponent,
                           List par2List,
                           Random par3Random)
Initiates construction of the Structure Component picked, at the current Location of StructGen

Overrides:
buildComponent in class StructureComponent

createValidComponent

public static ComponentNetherBridgeStraight createValidComponent(List par0List,
                                                                 Random par1Random,
                                                                 int par2,
                                                                 int par3,
                                                                 int par4,
                                                                 int par5,
                                                                 int par6)
Creates and returns a new component piece. Or null if it could not find enough room to place it.


addComponentParts

public boolean addComponentParts(World par1World,
                                 Random par2Random,
                                 StructureBoundingBox par3StructureBoundingBox)
second Part of Structure generating, this for example places Spiderwebs, Mob Spawners, it closes Mineshafts at the end, it adds Fences...

Specified by:
addComponentParts in class StructureComponent