public static class StructureStrongholdPieces.Prison extends StructureStrongholdPieces.Stronghold
StructureStrongholdPieces.Stronghold.Door
StructureComponent.BlockSelector
entryDoor
boundingBox, componentType
Constructor and Description |
---|
Prison() |
Prison(int p_i45576_1_,
java.util.Random p_i45576_2_,
StructureBoundingBox p_i45576_3_,
EnumFacing p_i45576_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.Prison |
createPiece(java.util.List<StructureComponent> p_175860_0_,
java.util.Random p_175860_1_,
int p_175860_2_,
int p_175860_3_,
int p_175860_4_,
EnumFacing p_175860_5_,
int p_175860_6_) |
canStrongholdGoDeeper, getNextComponentNormal, getNextComponentX, getNextComponentZ, getRandomDoor, placeDoor, readStructureFromNBT, writeStructureToNBT
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 Prison()
public Prison(int p_i45576_1_, java.util.Random p_i45576_2_, StructureBoundingBox p_i45576_3_, EnumFacing p_i45576_4_)
public void buildComponent(StructureComponent componentIn, java.util.List<StructureComponent> listIn, java.util.Random rand)
buildComponent
in class StructureComponent
public static StructureStrongholdPieces.Prison createPiece(java.util.List<StructureComponent> p_175860_0_, java.util.Random p_175860_1_, int p_175860_2_, int p_175860_3_, int p_175860_4_, EnumFacing p_175860_5_, int p_175860_6_)
public boolean addComponentParts(World worldIn, java.util.Random randomIn, StructureBoundingBox structureBoundingBoxIn)
addComponentParts
in class StructureComponent