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 named net/minecraft/structure/StrongholdGenerator$Turn
intermediary net/minecraft/class_3421$class_3466
official eld$q
-
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 named SIZE_X
Lnet/minecraft/structure/StrongholdGenerator$Turn;SIZE_X:I
intermediary field_31657
Lnet/minecraft/class_3421$class_3466;field_31657:I
official a
Leld$q;a:I
-
SIZE_Y
protected static final int SIZE_Y- See Also:
- Mappings:
Namespace Name Mixin selector named SIZE_Y
Lnet/minecraft/structure/StrongholdGenerator$Turn;SIZE_Y:I
intermediary field_31658
Lnet/minecraft/class_3421$class_3466;field_31658:I
official b
Leld$q;b:I
-
SIZE_Z
protected static final int SIZE_Z- See Also:
- Mappings:
Namespace Name Mixin selector named SIZE_Z
Lnet/minecraft/structure/StrongholdGenerator$Turn;SIZE_Z:I
intermediary field_31659
Lnet/minecraft/class_3421$class_3466;field_31659:I
official c
Leld$q;c:I
-
-
Constructor Details
-
Turn
- Mappings:
Namespace Name Mixin selector named <init>
Lnet/minecraft/structure/StructurePiece;<init>(Lnet/minecraft/structure/StructurePieceType;ILnet/minecraft/util/math/BlockBox;)V
intermediary <init>
Lnet/minecraft/class_3443;<init>(Lnet/minecraft/class_3773;ILnet/minecraft/class_3341;)V
official <init>
Leiq;<init>(Lejd;ILeie;)V
-
Turn
- Mappings:
Namespace Name Mixin selector named <init>
Lnet/minecraft/structure/StructurePiece;<init>(Lnet/minecraft/structure/StructurePieceType;Lnet/minecraft/nbt/NbtCompound;)V
intermediary <init>
Lnet/minecraft/class_3443;<init>(Lnet/minecraft/class_3773;Lnet/minecraft/class_2487;)V
official <init>
Leiq;<init>(Lejd;Lus;)V
-