abstract static class StrongholdPieces.Stronghold extends StructurePiece
Modifier and Type | Class and Description |
---|---|
static class |
StrongholdPieces.Stronghold.Door |
StructurePiece.BlockSelector
Modifier and Type | Field and Description |
---|---|
protected StrongholdPieces.Stronghold.Door |
entryDoor |
boundingBox, CAVE_AIR, componentType
Modifier | Constructor and Description |
---|---|
|
Stronghold(IStructurePieceType p_i50111_1_,
CompoundNBT p_i50111_2_) |
protected |
Stronghold(IStructurePieceType p_i50110_1_,
int p_i50110_2_) |
Modifier and Type | Method and Description |
---|---|
protected static boolean |
canStrongholdGoDeeper(MutableBoundingBox p_74991_0_) |
protected StructurePiece |
getNextComponentNormal(StrongholdPieces.Stairs2 p_74986_1_,
java.util.List<StructurePiece> p_74986_2_,
java.util.Random p_74986_3_,
int p_74986_4_,
int p_74986_5_) |
protected StructurePiece |
getNextComponentX(StrongholdPieces.Stairs2 p_74989_1_,
java.util.List<StructurePiece> p_74989_2_,
java.util.Random p_74989_3_,
int p_74989_4_,
int p_74989_5_) |
protected StructurePiece |
getNextComponentZ(StrongholdPieces.Stairs2 p_74987_1_,
java.util.List<StructurePiece> p_74987_2_,
java.util.Random p_74987_3_,
int p_74987_4_,
int p_74987_5_) |
protected StrongholdPieces.Stronghold.Door |
getRandomDoor(java.util.Random p_74988_1_) |
protected void |
placeDoor(IWorld worldIn,
java.util.Random p_74990_2_,
MutableBoundingBox p_74990_3_,
StrongholdPieces.Stronghold.Door p_74990_4_,
int p_74990_5_,
int p_74990_6_,
int p_74990_7_) |
protected void |
readAdditional(CompoundNBT tagCompound) |
buildComponent, correctFacing, create, createDispenser, fillWithAir, fillWithBlocks, fillWithRandomizedBlocks, findIntersecting, func_214810_a, generateChest, generateChest, generateMaybeBox, getBlockStateFromPos, getBoundingBox, getComponentType, getCoordBaseMode, getRotation, getSkyBrightness, getStructurePieceType, getXWithOffset, getYWithOffset, getZWithOffset, isLiquidInStructureBoundingBox, offset, randomlyPlaceBlock, randomlyRareFillWithBlocks, replaceAirAndLiquidDownwards, setBlockState, setCoordBaseMode, write
protected StrongholdPieces.Stronghold.Door entryDoor
protected Stronghold(IStructurePieceType p_i50110_1_, int p_i50110_2_)
public Stronghold(IStructurePieceType p_i50111_1_, CompoundNBT p_i50111_2_)
protected void readAdditional(CompoundNBT tagCompound)
readAdditional
in class StructurePiece
protected void placeDoor(IWorld worldIn, java.util.Random p_74990_2_, MutableBoundingBox p_74990_3_, StrongholdPieces.Stronghold.Door p_74990_4_, int p_74990_5_, int p_74990_6_, int p_74990_7_)
protected StrongholdPieces.Stronghold.Door getRandomDoor(java.util.Random p_74988_1_)
@Nullable protected StructurePiece getNextComponentNormal(StrongholdPieces.Stairs2 p_74986_1_, java.util.List<StructurePiece> p_74986_2_, java.util.Random p_74986_3_, int p_74986_4_, int p_74986_5_)
@Nullable protected StructurePiece getNextComponentX(StrongholdPieces.Stairs2 p_74989_1_, java.util.List<StructurePiece> p_74989_2_, java.util.Random p_74989_3_, int p_74989_4_, int p_74989_5_)
@Nullable protected StructurePiece getNextComponentZ(StrongholdPieces.Stairs2 p_74987_1_, java.util.List<StructurePiece> p_74987_2_, java.util.Random p_74987_3_, int p_74987_4_, int p_74987_5_)
protected static boolean canStrongholdGoDeeper(MutableBoundingBox p_74991_0_)