Package net.minecraft.structure
Class StrongholdGenerator.Turn
java.lang.Object
net.minecraft.structure.StructurePiece
net.minecraft.structure.StrongholdGenerator.Piece
net.minecraft.structure.StrongholdGenerator.Turn
- Direct Known Subclasses:
StrongholdGenerator.LeftTurn
,StrongholdGenerator.RightTurn
- Enclosing class:
StrongholdGenerator
- Mappings:
Namespace Name official duk$q
intermediary net/minecraft/class_3421$class_3466
named net/minecraft/structure/StrongholdGenerator$Turn
-
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
Modifier and TypeFieldDescriptionprotected static final int
protected static final int
protected static final int
Fields inherited from class net.minecraft.structure.StrongholdGenerator.Piece
entryDoor
Fields inherited from class net.minecraft.structure.StructurePiece
AIR, boundingBox, chainLength
-
Constructor Summary
ModifierConstructorDescriptionprotected
Turn
(StructurePieceType type, int length, BlockBox boundingBox) Turn
(StructurePieceType type, NbtCompound nbt) -
Method Summary
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, fillOpenings, fillWithOutline, fillWithOutline, fillWithOutline, fillWithOutline, fillWithOutlineUnderSeaLevel, firstIntersecting, generate, getBlockAt, getBoundingBox, getCenter, getChainLength, getFacing, getMirror, getRandomHorizontalDirection, getRotation, getType, intersectsChunk, isUnderSeaLevel, offsetPos, orientateChest, setChainLength, setOrientation, toNbt, translate
-
Field Details
-
SIZE_X
protected static final int SIZE_X- See Also:
- Mappings:
Namespace Name Mixin selector official a
Lduk$q;a:I
intermediary field_31657
Lnet/minecraft/class_3421$class_3466;field_31657:I
named SIZE_X
Lnet/minecraft/structure/StrongholdGenerator$Turn;SIZE_X:I
-
SIZE_Y
protected static final int SIZE_Y- See Also:
- Mappings:
Namespace Name Mixin selector official b
Lduk$q;b:I
intermediary field_31658
Lnet/minecraft/class_3421$class_3466;field_31658:I
named SIZE_Y
Lnet/minecraft/structure/StrongholdGenerator$Turn;SIZE_Y:I
-
SIZE_Z
protected static final int SIZE_Z- See Also:
- Mappings:
Namespace Name Mixin selector official c
Lduk$q;c:I
intermediary field_31659
Lnet/minecraft/class_3421$class_3466;field_31659:I
named SIZE_Z
Lnet/minecraft/structure/StrongholdGenerator$Turn;SIZE_Z:I
-
-
Constructor Details
-
Turn
- Mappings:
Namespace Name Mixin selector official <init>
Ldse;<init>(Ldsr;ILdrs;)V
intermediary <init>
Lnet/minecraft/class_3443;<init>(Lnet/minecraft/class_3773;ILnet/minecraft/class_3341;)V
named <init>
Lnet/minecraft/structure/StructurePiece;<init>(Lnet/minecraft/structure/StructurePieceType;ILnet/minecraft/util/math/BlockBox;)V
-
Turn
- Mappings:
Namespace Name Mixin selector official <init>
Ldse;<init>(Ldsr;Lqr;)V
intermediary <init>
Lnet/minecraft/class_3443;<init>(Lnet/minecraft/class_3773;Lnet/minecraft/class_2487;)V
named <init>
Lnet/minecraft/structure/StructurePiece;<init>(Lnet/minecraft/structure/StructurePieceType;Lnet/minecraft/nbt/NbtCompound;)V
-