public static class StructureStrongholdPieces.Crossing extends StructureStrongholdPieces.Stronghold
StructureStrongholdPieces.Stronghold.Door
StructureComponent.BlockSelector
Modifier and Type | Field and Description |
---|---|
private boolean |
leftHigh |
private boolean |
leftLow |
private boolean |
rightHigh |
private boolean |
rightLow |
entryDoor
boundingBox, componentType
Constructor and Description |
---|
Crossing() |
Crossing(int p_i45580_1_,
java.util.Random p_i45580_2_,
StructureBoundingBox p_i45580_3_,
EnumFacing p_i45580_4_) |
Modifier and Type | Method and Description |
---|---|
boolean |
addComponentParts(World worldIn,
java.util.Random randomIn,
StructureBoundingBox structureBoundingBoxIn) |
void |
buildComponent(StructureComponent componentIn,
java.util.List<StructureComponent> listIn,
java.util.Random rand) |
static StructureStrongholdPieces.Crossing |
createPiece(java.util.List<StructureComponent> p_175866_0_,
java.util.Random p_175866_1_,
int p_175866_2_,
int p_175866_3_,
int p_175866_4_,
EnumFacing p_175866_5_,
int p_175866_6_) |
protected void |
readStructureFromNBT(NBTTagCompound tagCompound,
TemplateManager p_143011_2_) |
protected void |
writeStructureToNBT(NBTTagCompound tagCompound) |
canStrongholdGoDeeper, getNextComponentNormal, getNextComponentX, getNextComponentZ, getRandomDoor, placeDoor
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
private boolean leftLow
private boolean leftHigh
private boolean rightLow
private boolean rightHigh
public Crossing()
public Crossing(int p_i45580_1_, java.util.Random p_i45580_2_, StructureBoundingBox p_i45580_3_, EnumFacing p_i45580_4_)
protected void writeStructureToNBT(NBTTagCompound tagCompound)
writeStructureToNBT
in class StructureStrongholdPieces.Stronghold
protected void readStructureFromNBT(NBTTagCompound tagCompound, TemplateManager p_143011_2_)
readStructureFromNBT
in class StructureStrongholdPieces.Stronghold
public void buildComponent(StructureComponent componentIn, java.util.List<StructureComponent> listIn, java.util.Random rand)
buildComponent
in class StructureComponent
public static StructureStrongholdPieces.Crossing createPiece(java.util.List<StructureComponent> p_175866_0_, java.util.Random p_175866_1_, int p_175866_2_, int p_175866_3_, int p_175866_4_, EnumFacing p_175866_5_, int p_175866_6_)
public boolean addComponentParts(World worldIn, java.util.Random randomIn, StructureBoundingBox structureBoundingBoxIn)
addComponentParts
in class StructureComponent