Package net.minecraft.structure
Class StrongholdGenerator.LeftTurn
java.lang.Object
net.minecraft.structure.StructurePiece
net.minecraft.structure.StrongholdGenerator.Piece
net.minecraft.structure.StrongholdGenerator.Turn
net.minecraft.structure.StrongholdGenerator.LeftTurn
- Enclosing class:
StrongholdGenerator
- Mappings:
Namespace Name official ebx$d
intermediary net/minecraft/class_3421$class_3425
named net/minecraft/structure/StrongholdGenerator$LeftTurn
-
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.Turn
SIZE_X, SIZE_Y, SIZE_Z
Fields inherited from class net.minecraft.structure.StrongholdGenerator.Piece
entryDoor
Fields inherited from class net.minecraft.structure.StructurePiece
AIR, boundingBox, chainLength
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic StrongholdGenerator.LeftTurn
create
(StructurePiecesHolder holder, Random random, int x, int y, int z, Direction orientation, int chainLength) void
fillOpenings
(StructurePiece start, StructurePiecesHolder holder, Random random) void
generate
(StructureWorldAccess world, StructureAccessor structureAccessor, ChunkGenerator chunkGenerator, Random random, BlockBox chunkBox, ChunkPos chunkPos, BlockPos pivot) Methods inherited from class net.minecraft.structure.StrongholdGenerator.Piece
fillForwardOpening, fillNWOpening, fillSEOpening, generateEntrance, getRandomEntrance, isInBounds, writeNbt
Methods inherited from class net.minecraft.structure.StructurePiece
addBlock, addBlockWithRandomThreshold, addChest, addChest, addDispenser, applyXTransform, applyYTransform, applyZTransform, boundingBox, canAddBlock, canReplace, createBox, fill, fillDownwards, fillHalfEllipsoid, fillWithOutline, fillWithOutline, fillWithOutline, fillWithOutline, fillWithOutlineUnderSeaLevel, firstIntersecting, getBlockAt, getBoundingBox, getCenter, getChainLength, getFacing, getMirror, getRandomHorizontalDirection, getRotation, getType, intersectsChunk, isUnderSeaLevel, offsetPos, orientateChest, setChainLength, setOrientation, toNbt, translate
-
Constructor Details
-
LeftTurn
- Mappings:
Namespace Name Mixin selector official <init>
Lebx$d;<init>(ILauv;Ldyy;Lic;)V
intermediary <init>
Lnet/minecraft/class_3421$class_3425;<init>(ILnet/minecraft/class_5819;Lnet/minecraft/class_3341;Lnet/minecraft/class_2350;)V
named <init>
Lnet/minecraft/structure/StrongholdGenerator$LeftTurn;<init>(ILnet/minecraft/util/math/random/Random;Lnet/minecraft/util/math/BlockBox;Lnet/minecraft/util/math/Direction;)V
-
LeftTurn
- Mappings:
Namespace Name Mixin selector official <init>
Lebx$d;<init>(Lsn;)V
intermediary <init>
Lnet/minecraft/class_3421$class_3425;<init>(Lnet/minecraft/class_2487;)V
named <init>
Lnet/minecraft/structure/StrongholdGenerator$LeftTurn;<init>(Lnet/minecraft/nbt/NbtCompound;)V
-
-
Method Details
-
fillOpenings
- Overrides:
fillOpenings
in classStructurePiece
- Mappings:
Namespace Name Mixin selector official a
Ldzk;a(Ldzk;Ldzl;Lauv;)V
intermediary method_14918
Lnet/minecraft/class_3443;method_14918(Lnet/minecraft/class_3443;Lnet/minecraft/class_6130;Lnet/minecraft/class_5819;)V
named fillOpenings
Lnet/minecraft/structure/StructurePiece;fillOpenings(Lnet/minecraft/structure/StructurePiece;Lnet/minecraft/structure/StructurePiecesHolder;Lnet/minecraft/util/math/random/Random;)V
-
create
public static StrongholdGenerator.LeftTurn create(StructurePiecesHolder holder, Random random, int x, int y, int z, Direction orientation, int chainLength) - Mappings:
Namespace Name Mixin selector official a
Lebx$d;a(Ldzl;Lauv;IIILic;I)Lebx$d;
intermediary method_14859
Lnet/minecraft/class_3421$class_3425;method_14859(Lnet/minecraft/class_6130;Lnet/minecraft/class_5819;IIILnet/minecraft/class_2350;I)Lnet/minecraft/class_3421$class_3425;
named create
Lnet/minecraft/structure/StrongholdGenerator$LeftTurn;create(Lnet/minecraft/structure/StructurePiecesHolder;Lnet/minecraft/util/math/random/Random;IIILnet/minecraft/util/math/Direction;I)Lnet/minecraft/structure/StrongholdGenerator$LeftTurn;
-
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
Ldzk;a(Lcuk;Lcui;Ldle;Lauv;Ldyy;Lcsw;Lhx;)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
-