public static class StructureStrongholdPieces.Stairs extends StructureStrongholdPieces.Stronghold
StructureStrongholdPieces.Stronghold.Door
StructureComponent.BlockSelector
field_143013_d
boundingBox, componentType, coordBaseMode
Constructor and Description |
---|
Stairs() |
Stairs(int p_i2081_1_,
java.util.Random p_i2081_2_,
int p_i2081_3_,
int p_i2081_4_) |
Stairs(int p_i45574_1_,
java.util.Random p_i45574_2_,
StructureBoundingBox p_i45574_3_,
EnumFacing p_i45574_4_) |
Modifier and Type | Method and Description |
---|---|
boolean |
addComponentParts(World worldIn,
java.util.Random randomIn,
StructureBoundingBox structureBoundingBoxIn)
second Part of Structure generating, this for example places Spiderwebs, Mob Spawners, it closes
Mineshafts at the end, it adds Fences...
|
void |
buildComponent(StructureComponent componentIn,
java.util.List<StructureComponent> listIn,
java.util.Random rand)
Initiates construction of the Structure Component picked, at the current Location of StructGen
|
static StructureStrongholdPieces.Stairs |
func_175863_a(java.util.List<StructureComponent> p_175863_0_,
java.util.Random p_175863_1_,
int p_175863_2_,
int p_175863_3_,
int p_175863_4_,
EnumFacing p_175863_5_,
int p_175863_6_) |
protected void |
readStructureFromNBT(NBTTagCompound tagCompound)
(abstract) Helper method to read subclass data from NBT
|
protected void |
writeStructureToNBT(NBTTagCompound tagCompound)
(abstract) Helper method to write subclass data to NBT
|
canStrongholdGoDeeper, getNextComponentNormal, getNextComponentX, getNextComponentZ, getRandomDoor, placeDoor
clearCurrentPositionBlocksUpwards, createStructureBaseNBT, fillWithAir, fillWithBlocks, fillWithRandomizedBlocks, findIntersecting, func_175805_a, func_181138_a, generateChestContents, generateDispenserContents, getBlockStateFromPos, getBoundingBox, getBoundingBoxCenter, getComponentType, getMetadataWithOffset, getXWithOffset, getYWithOffset, getZWithOffset, isLiquidInStructureBoundingBox, placeDoorCurrentPosition, randomlyPlaceBlock, randomlyRareFillWithBlocks, readStructureBaseNBT, replaceAirAndLiquidDownwards, setBlockState
public Stairs()
public Stairs(int p_i2081_1_, java.util.Random p_i2081_2_, int p_i2081_3_, int p_i2081_4_)
public Stairs(int p_i45574_1_, java.util.Random p_i45574_2_, StructureBoundingBox p_i45574_3_, EnumFacing p_i45574_4_)
protected void writeStructureToNBT(NBTTagCompound tagCompound)
writeStructureToNBT
in class StructureStrongholdPieces.Stronghold
protected void readStructureFromNBT(NBTTagCompound tagCompound)
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.Stairs func_175863_a(java.util.List<StructureComponent> p_175863_0_, java.util.Random p_175863_1_, int p_175863_2_, int p_175863_3_, int p_175863_4_, EnumFacing p_175863_5_, int p_175863_6_)
public boolean addComponentParts(World worldIn, java.util.Random randomIn, StructureBoundingBox structureBoundingBoxIn)
addComponentParts
in class StructureComponent