Package net.minecraft.structure
Class StrongholdGenerator.SmallCorridor
java.lang.Object
net.minecraft.structure.StructurePiece
net.minecraft.structure.StrongholdGenerator.Piece
net.minecraft.structure.StrongholdGenerator.SmallCorridor
- Enclosing class:
StrongholdGenerator
- Mappings:
Namespace Name named net/minecraft/structure/StrongholdGenerator$SmallCorridor
intermediary net/minecraft/class_3421$class_3423
official eld$b
-
Nested Class Summary
Nested classes/interfaces inherited from class net.minecraft.structure.StrongholdGenerator.Piece
StrongholdGenerator.Piece.EntranceType
Nested classes/interfaces inherited from class net.minecraft.structure.StructurePiece
StructurePiece.BlockRandomizer
-
Field Summary
Fields inherited from class net.minecraft.structure.StrongholdGenerator.Piece
entryDoor
Fields inherited from class net.minecraft.structure.StructurePiece
AIR, boundingBox, chainLength
-
Constructor Summary
ConstructorDescriptionSmallCorridor
(int chainLength, BlockBox boundingBox, Direction orientation) SmallCorridor
(NbtCompound nbt) -
Method Summary
Modifier and TypeMethodDescriptionstatic BlockBox
create
(StructurePiecesHolder holder, Random random, int x, int y, int z, Direction orientation) void
generate
(StructureWorldAccess world, StructureAccessor structureAccessor, ChunkGenerator chunkGenerator, Random random, BlockBox chunkBox, ChunkPos chunkPos, BlockPos pivot) protected void
writeNbt
(StructureContext context, NbtCompound nbt) Methods inherited from class net.minecraft.structure.StrongholdGenerator.Piece
fillForwardOpening, fillNWOpening, fillSEOpening, generateEntrance, getRandomEntrance, isInBounds
Methods inherited from class net.minecraft.structure.StructurePiece
addBlock, addBlockWithRandomThreshold, addChest, addChest, addDispenser, applyXTransform, applyYTransform, applyZTransform, boundingBox, canAddBlock, canReplace, createBox, fill, fillDownwards, fillHalfEllipsoid, fillOpenings, fillWithOutline, fillWithOutline, fillWithOutline, fillWithOutline, fillWithOutlineUnderSeaLevel, firstIntersecting, getBlockAt, getBoundingBox, getCenter, getChainLength, getFacing, getMirror, getRandomHorizontalDirection, getRotation, getType, intersectsChunk, isUnderSeaLevel, offsetPos, orientateChest, setChainLength, setOrientation, toNbt, translate
-
Field Details
-
length
private final int length- Mappings:
Namespace Name Mixin selector named length
Lnet/minecraft/structure/StrongholdGenerator$SmallCorridor;length:I
intermediary field_15269
Lnet/minecraft/class_3421$class_3423;field_15269:I
official a
Leld$b;a:I
-
-
Constructor Details
-
SmallCorridor
- Mappings:
Namespace Name Mixin selector named <init>
Lnet/minecraft/structure/StrongholdGenerator$SmallCorridor;<init>(ILnet/minecraft/util/math/BlockBox;Lnet/minecraft/util/math/Direction;)V
intermediary <init>
Lnet/minecraft/class_3421$class_3423;<init>(ILnet/minecraft/class_3341;Lnet/minecraft/class_2350;)V
official <init>
Leld$b;<init>(ILeie;Lje;)V
-
SmallCorridor
- Mappings:
Namespace Name Mixin selector named <init>
Lnet/minecraft/structure/StrongholdGenerator$SmallCorridor;<init>(Lnet/minecraft/nbt/NbtCompound;)V
intermediary <init>
Lnet/minecraft/class_3421$class_3423;<init>(Lnet/minecraft/class_2487;)V
official <init>
Leld$b;<init>(Lus;)V
-
-
Method Details
-
writeNbt
- Overrides:
writeNbt
in classStrongholdGenerator.Piece
- Mappings:
Namespace Name Mixin selector named writeNbt
Lnet/minecraft/structure/StructurePiece;writeNbt(Lnet/minecraft/structure/StructureContext;Lnet/minecraft/nbt/NbtCompound;)V
intermediary method_14943
Lnet/minecraft/class_3443;method_14943(Lnet/minecraft/class_6625;Lnet/minecraft/class_2487;)V
official a
Leiq;a(Lejc;Lus;)V
-
create
public static BlockBox create(StructurePiecesHolder holder, Random random, int x, int y, int z, Direction orientation) - Mappings:
Namespace Name Mixin selector named create
Lnet/minecraft/structure/StrongholdGenerator$SmallCorridor;create(Lnet/minecraft/structure/StructurePiecesHolder;Lnet/minecraft/util/math/random/Random;IIILnet/minecraft/util/math/Direction;)Lnet/minecraft/util/math/BlockBox;
intermediary method_14857
Lnet/minecraft/class_3421$class_3423;method_14857(Lnet/minecraft/class_6130;Lnet/minecraft/class_5819;IIILnet/minecraft/class_2350;)Lnet/minecraft/class_3341;
official a
Leld$b;a(Leir;Lazh;IIILje;)Leie;
-
generate
public void generate(StructureWorldAccess world, StructureAccessor structureAccessor, ChunkGenerator chunkGenerator, Random random, BlockBox chunkBox, ChunkPos chunkPos, BlockPos pivot) - Specified by:
generate
in classStructurePiece
- Mappings:
Namespace Name Mixin selector named generate
Lnet/minecraft/structure/StructurePiece;generate(Lnet/minecraft/world/StructureWorldAccess;Lnet/minecraft/world/gen/StructureAccessor;Lnet/minecraft/world/gen/chunk/ChunkGenerator;Lnet/minecraft/util/math/random/Random;Lnet/minecraft/util/math/BlockBox;Lnet/minecraft/util/math/ChunkPos;Lnet/minecraft/util/math/BlockPos;)V
intermediary method_14931
Lnet/minecraft/class_3443;method_14931(Lnet/minecraft/class_5281;Lnet/minecraft/class_5138;Lnet/minecraft/class_2794;Lnet/minecraft/class_5819;Lnet/minecraft/class_3341;Lnet/minecraft/class_1923;Lnet/minecraft/class_2338;)V
official a
Leiq;a(Ldcv;Ldct;Ldub;Lazh;Leie;Ldbh;Liz;)V
-