public static class FortressPieces.Stairs extends StructurePiece
StructurePiece.BlockSelector
boundingBox, CAVE_AIR, componentType
コンストラクタと説明 |
---|
Stairs(int p_i50255_1_,
MutableBoundingBox p_i50255_2_,
Direction p_i50255_3_) |
Stairs(TemplateManager p_i50256_1_,
CompoundNBT p_i50256_2_) |
修飾子とタイプ | メソッドと説明 |
---|---|
void |
buildComponent(StructurePiece componentIn,
java.util.List<StructurePiece> listIn,
java.util.Random rand)
Initiates construction of the Structure Component picked, at the current Location of StructGen
|
static FortressPieces.Stairs |
createPiece(java.util.List<StructurePiece> p_175872_0_,
int p_175872_1_,
int p_175872_2_,
int p_175872_3_,
int p_175872_4_,
Direction p_175872_5_) |
boolean |
func_225577_a_(IWorld p_225577_1_,
ChunkGenerator<?> p_225577_2_,
java.util.Random p_225577_3_,
MutableBoundingBox p_225577_4_,
ChunkPos p_225577_5_) |
protected StructurePiece |
getNextComponentNormal(FortressPieces.Start p_74963_1_,
java.util.List<StructurePiece> p_74963_2_,
java.util.Random p_74963_3_,
int p_74963_4_,
int p_74963_5_,
boolean p_74963_6_)
Gets the next component in any cardinal direction
|
protected StructurePiece |
getNextComponentX(FortressPieces.Start p_74961_1_,
java.util.List<StructurePiece> p_74961_2_,
java.util.Random p_74961_3_,
int p_74961_4_,
int p_74961_5_,
boolean p_74961_6_)
Gets the next component in the +/- X direction
|
protected StructurePiece |
getNextComponentZ(FortressPieces.Start p_74965_1_,
java.util.List<StructurePiece> p_74965_2_,
java.util.Random p_74965_3_,
int p_74965_4_,
int p_74965_5_,
boolean p_74965_6_)
Gets the next component in the +/- Z direction
|
protected static boolean |
isAboveGround(MutableBoundingBox p_74964_0_)
Checks if the bounding box's minY is > 10
|
protected void |
readAdditional(CompoundNBT tagCompound)
(abstract) Helper method to read subclass data from NBT
|
createDispenser, fillWithAir, fillWithBlocks, fillWithRandomizedBlocks, findIntersecting, func_197528_a, func_214810_a, generateChest, generateChest, generateMaybeBox, getBlockStateFromPos, getBoundingBox, getComponentType, getCoordBaseMode, getRotation, getSkyBrightness, getStructurePieceType, getXWithOffset, getYWithOffset, getZWithOffset, isLiquidInStructureBoundingBox, offset, randomlyPlaceBlock, randomlyRareFillWithBlocks, replaceAirAndLiquidDownwards, setBlockState, setCoordBaseMode, write
public Stairs(int p_i50255_1_, MutableBoundingBox p_i50255_2_, Direction p_i50255_3_)
public Stairs(TemplateManager p_i50256_1_, CompoundNBT p_i50256_2_)
public void buildComponent(StructurePiece componentIn, java.util.List<StructurePiece> listIn, java.util.Random rand)
buildComponent
クラス内 StructurePiece
public static FortressPieces.Stairs createPiece(java.util.List<StructurePiece> p_175872_0_, int p_175872_1_, int p_175872_2_, int p_175872_3_, int p_175872_4_, Direction p_175872_5_)
public boolean func_225577_a_(IWorld p_225577_1_, ChunkGenerator<?> p_225577_2_, java.util.Random p_225577_3_, MutableBoundingBox p_225577_4_, ChunkPos p_225577_5_)
func_225577_a_
クラス内 StructurePiece
protected void readAdditional(CompoundNBT tagCompound)
readAdditional
クラス内 StructurePiece
@Nullable protected StructurePiece getNextComponentNormal(FortressPieces.Start p_74963_1_, java.util.List<StructurePiece> p_74963_2_, java.util.Random p_74963_3_, int p_74963_4_, int p_74963_5_, boolean p_74963_6_)
@Nullable protected StructurePiece getNextComponentX(FortressPieces.Start p_74961_1_, java.util.List<StructurePiece> p_74961_2_, java.util.Random p_74961_3_, int p_74961_4_, int p_74961_5_, boolean p_74961_6_)
@Nullable protected StructurePiece getNextComponentZ(FortressPieces.Start p_74965_1_, java.util.List<StructurePiece> p_74965_2_, java.util.Random p_74965_3_, int p_74965_4_, int p_74965_5_, boolean p_74965_6_)
protected static boolean isAboveGround(MutableBoundingBox p_74964_0_)