public static class StructureNetherBridgePieces.Throne extends StructureNetherBridgePieces.Piece
StructureComponent.BlockSelector| Modifier and Type | Field and Description |
|---|---|
private boolean |
hasSpawner |
boundingBox, componentType| Constructor and Description |
|---|
Throne() |
Throne(int p_i45611_1_,
java.util.Random p_i45611_2_,
StructureBoundingBox p_i45611_3_,
EnumFacing p_i45611_4_) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
addComponentParts(World worldIn,
java.util.Random randomIn,
StructureBoundingBox structureBoundingBoxIn) |
static StructureNetherBridgePieces.Throne |
createPiece(java.util.List<StructureComponent> p_175874_0_,
java.util.Random p_175874_1_,
int p_175874_2_,
int p_175874_3_,
int p_175874_4_,
int p_175874_5_,
EnumFacing p_175874_6_) |
protected void |
readStructureFromNBT(NBTTagCompound tagCompound,
TemplateManager p_143011_2_) |
protected void |
writeStructureToNBT(NBTTagCompound tagCompound) |
getNextComponentNormal, getNextComponentX, getNextComponentZ, isAboveGroundbuildComponent, 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, setCoordBaseModepublic Throne()
public Throne(int p_i45611_1_,
java.util.Random p_i45611_2_,
StructureBoundingBox p_i45611_3_,
EnumFacing p_i45611_4_)
protected void readStructureFromNBT(NBTTagCompound tagCompound, TemplateManager p_143011_2_)
readStructureFromNBT in class StructureNetherBridgePieces.Pieceprotected void writeStructureToNBT(NBTTagCompound tagCompound)
writeStructureToNBT in class StructureNetherBridgePieces.Piecepublic static StructureNetherBridgePieces.Throne createPiece(java.util.List<StructureComponent> p_175874_0_, java.util.Random p_175874_1_, int p_175874_2_, int p_175874_3_, int p_175874_4_, int p_175874_5_, EnumFacing p_175874_6_)
public boolean addComponentParts(World worldIn, java.util.Random randomIn, StructureBoundingBox structureBoundingBoxIn)
addComponentParts in class StructureComponent