public static class StructureNetherBridgePieces.End extends StructureNetherBridgePieces.Piece
StructureComponent.BlockSelector
Modifier and Type | Field and Description |
---|---|
private int |
fillSeed |
boundingBox, componentType
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) |
static StructureNetherBridgePieces.End |
createPiece(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,
TemplateManager p_143011_2_) |
protected void |
writeStructureToNBT(NBTTagCompound tagCompound) |
getNextComponentNormal, getNextComponentX, getNextComponentZ, isAboveGround
buildComponent, clearCurrentPositionBlocksUpwards, createDispenser, createStructureBaseNBT, fillWithAir, fillWithBlocks, fillWithRandomizedBlocks, findIntersecting, generateChest, generateChest, generateDoor, generateMaybeBox, getBlockStateFromPos, getBoundingBox, getComponentType, getCoordBaseMode, getSkyBrightness, getXWithOffset, getYWithOffset, getZWithOffset, isLiquidInStructureBoundingBox, offset, randomlyPlaceBlock, randomlyRareFillWithBlocks, readStructureBaseNBT, replaceAirAndLiquidDownwards, setBlockState, setCoordBaseMode
public 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 createPiece(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, TemplateManager p_143011_2_)
readStructureFromNBT
in class StructureNetherBridgePieces.Piece
protected void writeStructureToNBT(NBTTagCompound tagCompound)
writeStructureToNBT
in class StructureNetherBridgePieces.Piece
public boolean addComponentParts(World worldIn, java.util.Random randomIn, StructureBoundingBox structureBoundingBoxIn)
addComponentParts
in class StructureComponent