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 official dxs$b
intermediary net/minecraft/class_3421$class_3423
named net/minecraft/structure/StrongholdGenerator$SmallCorridor
-
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 official a
Ldxs$b;a:I
intermediary field_15269
Lnet/minecraft/class_3421$class_3423;field_15269:I
named length
Lnet/minecraft/structure/StrongholdGenerator$SmallCorridor;length:I
-
-
Constructor Details
-
SmallCorridor
- Mappings:
Namespace Name Mixin selector official <init>
Ldxs$b;<init>(ILdva;Lha;)V
intermediary <init>
Lnet/minecraft/class_3421$class_3423;<init>(ILnet/minecraft/class_3341;Lnet/minecraft/class_2350;)V
named <init>
Lnet/minecraft/structure/StrongholdGenerator$SmallCorridor;<init>(ILnet/minecraft/util/math/BlockBox;Lnet/minecraft/util/math/Direction;)V
-
SmallCorridor
- Mappings:
Namespace Name Mixin selector official <init>
Ldxs$b;<init>(Lqw;)V
intermediary <init>
Lnet/minecraft/class_3421$class_3423;<init>(Lnet/minecraft/class_2487;)V
named <init>
Lnet/minecraft/structure/StrongholdGenerator$SmallCorridor;<init>(Lnet/minecraft/nbt/NbtCompound;)V
-
-
Method Details
-
writeNbt
- Overrides:
writeNbt
in classStrongholdGenerator.Piece
- Mappings:
Namespace Name Mixin selector official a
Ldvm;a(Ldvy;Lqw;)V
intermediary method_14943
Lnet/minecraft/class_3443;method_14943(Lnet/minecraft/class_6625;Lnet/minecraft/class_2487;)V
named writeNbt
Lnet/minecraft/structure/StructurePiece;writeNbt(Lnet/minecraft/structure/StructureContext;Lnet/minecraft/nbt/NbtCompound;)V
-
create
public static BlockBox create(StructurePiecesHolder holder, Random random, int x, int y, int z, Direction orientation) - Mappings:
Namespace Name Mixin selector official a
Ldxs$b;a(Ldvn;Lasc;IIILha;)Ldva;
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;
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;
-
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 official a
Ldvm;a(Lcqp;Lcqn;Ldhg;Lasc;Ldva;Lcpc;Lgw;)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
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
-