public static class StructureNetherBridgePieces.End extends StructureNetherBridgePieces.Piece
StructureComponent.BlockSelector| Modifier and Type | Field and Description |
|---|---|
private int |
fillSeed |
field_111019_aboundingBox, componentType, coordBaseMode| Constructor and Description |
|---|
End() |
End(int p_i45621_1_,
java.util.Random p_i45621_2_,
StructureBoundingBox p_i45621_3_,
EnumFacing p_i45621_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 StructureNetherBridgePieces.End |
func_175884_a(java.util.List<StructureComponent> p_175884_0_,
java.util.Random p_175884_1_,
int p_175884_2_,
int p_175884_3_,
int p_175884_4_,
EnumFacing p_175884_5_,
int p_175884_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
|
getNextComponentNormal, getNextComponentX, getNextComponentZ, isAboveGroundbuildComponent, 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 End()
public End(int p_i45621_1_,
java.util.Random p_i45621_2_,
StructureBoundingBox p_i45621_3_,
EnumFacing p_i45621_4_)
public static StructureNetherBridgePieces.End func_175884_a(java.util.List<StructureComponent> p_175884_0_, java.util.Random p_175884_1_, int p_175884_2_, int p_175884_3_, int p_175884_4_, EnumFacing p_175884_5_, int p_175884_6_)
protected void readStructureFromNBT(NBTTagCompound tagCompound)
StructureComponentreadStructureFromNBT in class StructureNetherBridgePieces.Pieceprotected void writeStructureToNBT(NBTTagCompound tagCompound)
StructureComponentwriteStructureToNBT in class StructureNetherBridgePieces.Piecepublic boolean addComponentParts(World worldIn, java.util.Random randomIn, StructureBoundingBox structureBoundingBoxIn)
StructureComponentaddComponentParts in class StructureComponent