public static class StructureNetherBridgePieces.Start extends StructureNetherBridgePieces.Crossing3
StructureComponent.BlockSelector
Modifier and Type | Field and Description |
---|---|
java.util.List<StructureComponent> |
pendingChildren |
java.util.List<net.minecraft.world.gen.structure.StructureNetherBridgePieces.PieceWeight> |
primaryWeights |
java.util.List<net.minecraft.world.gen.structure.StructureNetherBridgePieces.PieceWeight> |
secondaryWeights |
net.minecraft.world.gen.structure.StructureNetherBridgePieces.PieceWeight |
theNetherBridgePieceWeight |
boundingBox, componentType
Constructor and Description |
---|
Start() |
Start(java.util.Random p_i2059_1_,
int p_i2059_2_,
int p_i2059_3_) |
Modifier and Type | Method and Description |
---|---|
protected StructureComponent |
getNextComponentNormal(StructureNetherBridgePieces.Start p_74963_1_,
java.util.List<StructureComponent> p_74963_2_,
java.util.Random p_74963_3_,
int p_74963_4_,
int p_74963_5_,
boolean p_74963_6_) |
protected StructureComponent |
getNextComponentX(StructureNetherBridgePieces.Start p_74961_1_,
java.util.List<StructureComponent> p_74961_2_,
java.util.Random p_74961_3_,
int p_74961_4_,
int p_74961_5_,
boolean p_74961_6_) |
protected StructureComponent |
getNextComponentZ(StructureNetherBridgePieces.Start p_74965_1_,
java.util.List<StructureComponent> 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(StructureBoundingBox p_74964_0_) |
protected void |
readStructureFromNBT(NBTTagCompound tagCompound) |
protected void |
writeStructureToNBT(NBTTagCompound tagCompound) |
addComponentParts, buildComponent, createPiece
clearCurrentPositionBlocksUpwards, createDispenser, createStructureBaseNBT, fillWithAir, fillWithBlocks, fillWithBlocksRandomly, fillWithRandomizedBlocks, findIntersecting, generateChest, getBlockStateFromPos, getBoundingBox, getBoundingBoxCenter, getComponentType, getCoordBaseMode, getXWithOffset, getYWithOffset, getZWithOffset, isLiquidInStructureBoundingBox, offset, placeDoorCurrentPosition, randomlyPlaceBlock, randomlyRareFillWithBlocks, readStructureBaseNBT, replaceAirAndLiquidDownwards, setBlockState, setCoordBaseMode
public net.minecraft.world.gen.structure.StructureNetherBridgePieces.PieceWeight theNetherBridgePieceWeight
public java.util.List<net.minecraft.world.gen.structure.StructureNetherBridgePieces.PieceWeight> primaryWeights
public java.util.List<net.minecraft.world.gen.structure.StructureNetherBridgePieces.PieceWeight> secondaryWeights
public java.util.List<StructureComponent> pendingChildren
public Start()
public Start(java.util.Random p_i2059_1_, int p_i2059_2_, int p_i2059_3_)
protected void readStructureFromNBT(NBTTagCompound tagCompound)
protected void writeStructureToNBT(NBTTagCompound tagCompound)
protected StructureComponent getNextComponentNormal(StructureNetherBridgePieces.Start p_74963_1_, java.util.List<StructureComponent> p_74963_2_, java.util.Random p_74963_3_, int p_74963_4_, int p_74963_5_, boolean p_74963_6_)
protected StructureComponent getNextComponentX(StructureNetherBridgePieces.Start p_74961_1_, java.util.List<StructureComponent> p_74961_2_, java.util.Random p_74961_3_, int p_74961_4_, int p_74961_5_, boolean p_74961_6_)
protected StructureComponent getNextComponentZ(StructureNetherBridgePieces.Start p_74965_1_, java.util.List<StructureComponent> 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(StructureBoundingBox p_74964_0_)