public abstract class ScatteredStructurePiece extends StructurePiece
StructurePiece.BlockSelector
Modifier and Type | Field and Description |
---|---|
protected int |
depth |
protected int |
height |
protected int |
hPos |
protected int |
width |
boundingBox, CAVE_AIR, componentType
Modifier | Constructor and Description |
---|---|
protected |
ScatteredStructurePiece(IStructurePieceType p_i51345_1_,
CompoundNBT p_i51345_2_) |
protected |
ScatteredStructurePiece(IStructurePieceType p_i51344_1_,
java.util.Random p_i51344_2_,
int p_i51344_3_,
int p_i51344_4_,
int p_i51344_5_,
int p_i51344_6_,
int p_i51344_7_,
int p_i51344_8_) |
Modifier and Type | Method and Description |
---|---|
protected boolean |
func_202580_a(IWorld p_202580_1_,
MutableBoundingBox p_202580_2_,
int p_202580_3_) |
protected void |
readAdditional(CompoundNBT tagCompound) |
addComponentParts, buildComponent, createDispenser, fillWithAir, fillWithBlocks, fillWithRandomizedBlocks, findIntersecting, func_197528_a, func_214807_k, func_214810_a, generateChest, generateChest, generateMaybeBox, getBlockStateFromPos, getBoundingBox, getComponentType, getCoordBaseMode, getRotation, getSkyBrightness, getXWithOffset, getYWithOffset, getZWithOffset, isLiquidInStructureBoundingBox, offset, randomlyPlaceBlock, randomlyRareFillWithBlocks, replaceAirAndLiquidDownwards, setBlockState, setCoordBaseMode, write
protected final int width
protected final int height
protected final int depth
protected int hPos
protected ScatteredStructurePiece(IStructurePieceType p_i51344_1_, java.util.Random p_i51344_2_, int p_i51344_3_, int p_i51344_4_, int p_i51344_5_, int p_i51344_6_, int p_i51344_7_, int p_i51344_8_)
protected ScatteredStructurePiece(IStructurePieceType p_i51345_1_, CompoundNBT p_i51345_2_)
protected void readAdditional(CompoundNBT tagCompound)
readAdditional
in class StructurePiece
protected boolean func_202580_a(IWorld p_202580_1_, MutableBoundingBox p_202580_2_, int p_202580_3_)