|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.minecraft.world.gen.structure.StructureComponent
public abstract class StructureComponent
Method Summary | |
---|---|
abstract boolean |
addComponentParts(World var1,
Random var2,
StructureBoundingBox var3)
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 StructureComponent |
findIntersecting(List par0List,
StructureBoundingBox par1StructureBoundingBox)
Discover if bounding box can fit within the current bounding box object. |
StructureBoundingBox |
getBoundingBox()
|
ChunkPosition |
getCenter()
|
int |
getComponentType()
Returns the component type ID of this component. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public void buildComponent(StructureComponent par1StructureComponent, List par2List, Random par3Random)
public abstract boolean addComponentParts(World var1, Random var2, StructureBoundingBox var3)
public StructureBoundingBox getBoundingBox()
public int getComponentType()
public static StructureComponent findIntersecting(List par0List, StructureBoundingBox par1StructureBoundingBox)
public ChunkPosition getCenter()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |