public static class StructureStrongholdPieces.Library extends StructureStrongholdPieces.Stronghold
StructureStrongholdPieces.Stronghold.DoorStructureComponent.BlockSelectorfield_143013_dboundingBox, componentType, coordBaseMode| Constructor and Description |
|---|
Library() |
Library(int p_i45578_1_,
java.util.Random p_i45578_2_,
StructureBoundingBox p_i45578_3_,
EnumFacing p_i45578_4_) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
addComponentParts(World worldIn,
java.util.Random randomIn,
StructureBoundingBox structureBoundingBoxIn)
second Part of Structure generating, this for example places Spiderwebs, Mob Spawners, it closes
Mineshafts at the end, it adds Fences...
|
static StructureStrongholdPieces.Library |
func_175864_a(java.util.List<StructureComponent> p_175864_0_,
java.util.Random p_175864_1_,
int p_175864_2_,
int p_175864_3_,
int p_175864_4_,
EnumFacing p_175864_5_,
int p_175864_6_) |
protected void |
readStructureFromNBT(NBTTagCompound tagCompound)
(abstract) Helper method to read subclass data from NBT
|
protected void |
writeStructureToNBT(NBTTagCompound tagCompound)
(abstract) Helper method to write subclass data to NBT
|
canStrongholdGoDeeper, getNextComponentNormal, getNextComponentX, getNextComponentZ, getRandomDoor, placeDoorbuildComponent, clearCurrentPositionBlocksUpwards, createStructureBaseNBT, fillWithAir, fillWithBlocks, fillWithRandomizedBlocks, findIntersecting, func_175805_a, func_181138_a, generateChestContents, generateDispenserContents, getBlockStateFromPos, getBoundingBox, getBoundingBoxCenter, getComponentType, getMetadataWithOffset, getXWithOffset, getYWithOffset, getZWithOffset, isLiquidInStructureBoundingBox, placeDoorCurrentPosition, randomlyPlaceBlock, randomlyRareFillWithBlocks, readStructureBaseNBT, replaceAirAndLiquidDownwards, setBlockStatepublic Library()
public Library(int p_i45578_1_,
java.util.Random p_i45578_2_,
StructureBoundingBox p_i45578_3_,
EnumFacing p_i45578_4_)
protected void writeStructureToNBT(NBTTagCompound tagCompound)
writeStructureToNBT in class StructureStrongholdPieces.Strongholdprotected void readStructureFromNBT(NBTTagCompound tagCompound)
readStructureFromNBT in class StructureStrongholdPieces.Strongholdpublic static StructureStrongholdPieces.Library func_175864_a(java.util.List<StructureComponent> p_175864_0_, java.util.Random p_175864_1_, int p_175864_2_, int p_175864_3_, int p_175864_4_, EnumFacing p_175864_5_, int p_175864_6_)
public boolean addComponentParts(World worldIn, java.util.Random randomIn, StructureBoundingBox structureBoundingBoxIn)
addComponentParts in class StructureComponent