类 NetherFortressPieces.BridgeCrossing
java.lang.Object
net.minecraft.world.level.levelgen.structure.StructurePiece
net.minecraft.world.level.levelgen.structure.structures.NetherFortressPieces.NetherBridgePiece
net.minecraft.world.level.levelgen.structure.structures.NetherFortressPieces.BridgeCrossing
- 直接已知子类:
NetherFortressPieces.StartPiece
- 封闭类:
- NetherFortressPieces
public static class NetherFortressPieces.BridgeCrossing
extends NetherFortressPieces.NetherBridgePiece
-
嵌套类概要
从类继承的嵌套类/接口 net.minecraft.world.level.levelgen.structure.StructurePiece
StructurePiece.BlockSelector
-
字段概要
字段修饰符和类型字段说明private static final int
private static final int
private static final int
从类继承的字段 net.minecraft.world.level.levelgen.structure.StructurePiece
boundingBox, CAVE_AIR, genDepth
-
构造器概要
构造器限定符构造器说明protected
BridgeCrossing
(int pX, int pZ, Direction pOrientation) BridgeCrossing
(int pGenDepth, BoundingBox pBox, Direction pOrientation) BridgeCrossing
(CompoundTag pTag) protected
BridgeCrossing
(StructurePieceType pType, CompoundTag pTag) -
方法概要
修饰符和类型方法说明void
addChildren
(StructurePiece pPiece, StructurePieceAccessor pPieces, RandomSource pRandom) createPiece
(StructurePieceAccessor pPieces, int pX, int pY, int pZ, Direction pOrientation, int pGenDepth) void
postProcess
(WorldGenLevel pLevel, StructureManager pStructureManager, ChunkGenerator pGenerator, RandomSource pRandom, BoundingBox pBox, ChunkPos pChunkPos, BlockPos pPos) 从类继承的方法 net.minecraft.world.level.levelgen.structure.structures.NetherFortressPieces.NetherBridgePiece
addAdditionalSaveData, generateChildForward, generateChildLeft, generateChildRight, isOkBox
从类继承的方法 net.minecraft.world.level.levelgen.structure.StructurePiece
canBeReplaced, createBoundingBox, createChest, createChest, createDispenser, createTag, fillColumnDown, findCollisionPiece, generateAirBox, generateBox, generateBox, generateBox, generateBox, generateMaybeBox, generateUpperHalfSphere, getBlock, getBoundingBox, getGenDepth, getLocatorPosition, getMirror, getOrientation, getRandomHorizontalDirection, getRotation, getType, getWorldPos, getWorldX, getWorldY, getWorldZ, isCloseToChunk, isInterior, isReplaceableByStructures, makeBoundingBox, maybeGenerateBlock, move, placeBlock, reorient, setGenDepth, setOrientation
-
字段详细资料
-
构造器详细资料
-
BridgeCrossing
-
BridgeCrossing
-
BridgeCrossing
-
BridgeCrossing
-
-
方法详细资料
-
addChildren
public void addChildren(StructurePiece pPiece, StructurePieceAccessor pPieces, RandomSource pRandom) - 覆盖:
addChildren
在类中StructurePiece
-
createPiece
public static NetherFortressPieces.BridgeCrossing createPiece(StructurePieceAccessor pPieces, int pX, int pY, int pZ, Direction pOrientation, int pGenDepth) -
postProcess
public void postProcess(WorldGenLevel pLevel, StructureManager pStructureManager, ChunkGenerator pGenerator, RandomSource pRandom, BoundingBox pBox, ChunkPos pChunkPos, BlockPos pPos) - 指定者:
postProcess
在类中StructurePiece
-