abstract static class ComponentScatteredFeaturePieces.Feature extends StructureComponent
StructureComponent.BlockSelector| Modifier and Type | Field and Description |
|---|---|
protected int |
field_74936_d |
protected int |
scatteredFeatureSizeX |
protected int |
scatteredFeatureSizeY |
protected int |
scatteredFeatureSizeZ |
boundingBox, componentType, coordBaseMode| Modifier | Constructor and Description |
|---|---|
|
Feature() |
protected |
Feature(java.util.Random p_i2065_1_,
int p_i2065_2_,
int p_i2065_3_,
int p_i2065_4_,
int p_i2065_5_,
int p_i2065_6_,
int p_i2065_7_) |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
func_74935_a(World worldIn,
StructureBoundingBox p_74935_2_,
int p_74935_3_) |
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
|
addComponentParts, buildComponent, 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, setBlockStateprotected int scatteredFeatureSizeX
protected int scatteredFeatureSizeY
protected int scatteredFeatureSizeZ
protected int field_74936_d
public Feature()
protected Feature(java.util.Random p_i2065_1_,
int p_i2065_2_,
int p_i2065_3_,
int p_i2065_4_,
int p_i2065_5_,
int p_i2065_6_,
int p_i2065_7_)
protected void writeStructureToNBT(NBTTagCompound tagCompound)
StructureComponentwriteStructureToNBT in class StructureComponentprotected void readStructureFromNBT(NBTTagCompound tagCompound)
StructureComponentreadStructureFromNBT in class StructureComponentprotected boolean func_74935_a(World worldIn, StructureBoundingBox p_74935_2_, int p_74935_3_)