类 NetherFortressPieces.CastleSmallCorridorPiece
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.CastleSmallCorridorPiece
- 封闭类:
NetherFortressPieces
public static class NetherFortressPieces.CastleSmallCorridorPiece
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
-
构造器概要
构造器构造器说明CastleSmallCorridorPiece
(int p_228265_, BoundingBox p_228266_, Direction p_228267_) CastleSmallCorridorPiece
(CompoundTag p_228269_) -
方法概要
修饰符和类型方法说明void
addChildren
(StructurePiece p_228279_, StructurePieceAccessor p_228280_, RandomSource p_228281_) createPiece
(StructurePieceAccessor p_228283_, int p_228284_, int p_228285_, int p_228286_, Direction p_228287_, int p_228288_) void
postProcess
(WorldGenLevel p_228271_, StructureManager p_228272_, ChunkGenerator p_228273_, RandomSource p_228274_, BoundingBox p_228275_, ChunkPos p_228276_, BlockPos p_228277_) 从类继承的方法 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
-
字段详细资料
-
WIDTH
private static final int WIDTH- 另请参阅:
-
HEIGHT
private static final int HEIGHT- 另请参阅:
-
DEPTH
private static final int DEPTH- 另请参阅:
-
-
构造器详细资料
-
CastleSmallCorridorPiece
-
CastleSmallCorridorPiece
-
-
方法详细资料
-
addChildren
public void addChildren(StructurePiece p_228279_, StructurePieceAccessor p_228280_, RandomSource p_228281_) - 覆盖:
addChildren
在类中StructurePiece
-
createPiece
public static NetherFortressPieces.CastleSmallCorridorPiece createPiece(StructurePieceAccessor p_228283_, int p_228284_, int p_228285_, int p_228286_, Direction p_228287_, int p_228288_) -
postProcess
public void postProcess(WorldGenLevel p_228271_, StructureManager p_228272_, ChunkGenerator p_228273_, RandomSource p_228274_, BoundingBox p_228275_, ChunkPos p_228276_, BlockPos p_228277_) - 指定者:
postProcess
在类中StructurePiece
-