public abstract static class StructureStrongholdPieces.Stronghold extends StructureComponent
Modifier and Type | Class and Description |
---|---|
static class |
StructureStrongholdPieces.Stronghold.Door |
StructureComponent.BlockSelector
Modifier and Type | Field and Description |
---|---|
protected StructureStrongholdPieces.Stronghold.Door |
entryDoor |
boundingBox, componentType
Modifier | Constructor and Description |
---|---|
|
Stronghold() |
protected |
Stronghold(int p_i2087_1_) |
Modifier and Type | Method and Description |
---|---|
protected static boolean |
canStrongholdGoDeeper(StructureBoundingBox p_74991_0_) |
protected StructureComponent |
getNextComponentNormal(StructureStrongholdPieces.Stairs2 p_74986_1_,
java.util.List<StructureComponent> p_74986_2_,
java.util.Random p_74986_3_,
int p_74986_4_,
int p_74986_5_) |
protected StructureComponent |
getNextComponentX(StructureStrongholdPieces.Stairs2 p_74989_1_,
java.util.List<StructureComponent> p_74989_2_,
java.util.Random p_74989_3_,
int p_74989_4_,
int p_74989_5_) |
protected StructureComponent |
getNextComponentZ(StructureStrongholdPieces.Stairs2 p_74987_1_,
java.util.List<StructureComponent> p_74987_2_,
java.util.Random p_74987_3_,
int p_74987_4_,
int p_74987_5_) |
protected StructureStrongholdPieces.Stronghold.Door |
getRandomDoor(java.util.Random p_74988_1_) |
protected void |
placeDoor(World worldIn,
java.util.Random p_74990_2_,
StructureBoundingBox p_74990_3_,
StructureStrongholdPieces.Stronghold.Door p_74990_4_,
int p_74990_5_,
int p_74990_6_,
int p_74990_7_) |
protected void |
readStructureFromNBT(NBTTagCompound tagCompound,
TemplateManager p_143011_2_) |
protected void |
writeStructureToNBT(NBTTagCompound tagCompound) |
addComponentParts, 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
protected StructureStrongholdPieces.Stronghold.Door entryDoor
protected void writeStructureToNBT(NBTTagCompound tagCompound)
writeStructureToNBT
in class StructureComponent
protected void readStructureFromNBT(NBTTagCompound tagCompound, TemplateManager p_143011_2_)
readStructureFromNBT
in class StructureComponent
protected void placeDoor(World worldIn, java.util.Random p_74990_2_, StructureBoundingBox p_74990_3_, StructureStrongholdPieces.Stronghold.Door p_74990_4_, int p_74990_5_, int p_74990_6_, int p_74990_7_)
protected StructureStrongholdPieces.Stronghold.Door getRandomDoor(java.util.Random p_74988_1_)
@Nullable protected StructureComponent getNextComponentNormal(StructureStrongholdPieces.Stairs2 p_74986_1_, java.util.List<StructureComponent> p_74986_2_, java.util.Random p_74986_3_, int p_74986_4_, int p_74986_5_)
@Nullable protected StructureComponent getNextComponentX(StructureStrongholdPieces.Stairs2 p_74989_1_, java.util.List<StructureComponent> p_74989_2_, java.util.Random p_74989_3_, int p_74989_4_, int p_74989_5_)
@Nullable protected StructureComponent getNextComponentZ(StructureStrongholdPieces.Stairs2 p_74987_1_, java.util.List<StructureComponent> p_74987_2_, java.util.Random p_74987_3_, int p_74987_4_, int p_74987_5_)
protected static boolean canStrongholdGoDeeper(StructureBoundingBox p_74991_0_)