Package net.minecraft.structure
Class ShiftableStructurePiece
java.lang.Object
net.minecraft.structure.StructurePiece
net.minecraft.structure.ShiftableStructurePiece
- Direct Known Subclasses:
DesertTempleGenerator
,JungleTempleGenerator
,SwampHutGenerator
- Mappings:
Namespace Name named net/minecraft/structure/ShiftableStructurePiece
intermediary net/minecraft/class_3418
official eik
-
Nested Class Summary
Nested classes/interfaces inherited from class net.minecraft.structure.StructurePiece
StructurePiece.BlockRandomizer
-
Field Summary
Modifier and TypeFieldDescriptionprotected final int
protected final int
protected int
protected final int
Fields inherited from class net.minecraft.structure.StructurePiece
AIR, boundingBox, chainLength
-
Constructor Summary
ModifierConstructorDescriptionprotected
ShiftableStructurePiece
(StructurePieceType type, int x, int y, int z, int width, int height, int depth, Direction orientation) protected
ShiftableStructurePiece
(StructurePieceType type, NbtCompound nbt) -
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
adjustToAverageHeight
(WorldAccess world, BlockBox boundingBox, int deltaY) protected boolean
adjustToMinHeight
(WorldAccess world, int yOffset) protected void
writeNbt
(StructureContext context, NbtCompound nbt) 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
-
width
protected final int width- Mappings:
Namespace Name Mixin selector named width
Lnet/minecraft/structure/ShiftableStructurePiece;width:I
intermediary field_15244
Lnet/minecraft/class_3418;field_15244:I
official a
Leik;a:I
-
height
protected final int height- Mappings:
Namespace Name Mixin selector named height
Lnet/minecraft/structure/ShiftableStructurePiece;height:I
intermediary field_15243
Lnet/minecraft/class_3418;field_15243:I
official b
Leik;b:I
-
depth
protected final int depth- Mappings:
Namespace Name Mixin selector named depth
Lnet/minecraft/structure/ShiftableStructurePiece;depth:I
intermediary field_15242
Lnet/minecraft/class_3418;field_15242:I
official c
Leik;c:I
-
hPos
protected int hPos- Mappings:
Namespace Name Mixin selector named hPos
Lnet/minecraft/structure/ShiftableStructurePiece;hPos:I
intermediary field_15241
Lnet/minecraft/class_3418;field_15241:I
official d
Leik;d:I
-
-
Constructor Details
-
ShiftableStructurePiece
protected ShiftableStructurePiece(StructurePieceType type, int x, int y, int z, int width, int height, int depth, Direction orientation) - Mappings:
Namespace Name Mixin selector named <init>
Lnet/minecraft/structure/ShiftableStructurePiece;<init>(Lnet/minecraft/structure/StructurePieceType;IIIIIILnet/minecraft/util/math/Direction;)V
intermediary <init>
Lnet/minecraft/class_3418;<init>(Lnet/minecraft/class_3773;IIIIIILnet/minecraft/class_2350;)V
official <init>
Leik;<init>(Lejd;IIIIIILje;)V
-
ShiftableStructurePiece
- 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
-
-
Method Details
-
writeNbt
- Specified by:
writeNbt
in classStructurePiece
- 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
-
adjustToAverageHeight
- Mappings:
Namespace Name Mixin selector named adjustToAverageHeight
Lnet/minecraft/structure/ShiftableStructurePiece;adjustToAverageHeight(Lnet/minecraft/world/WorldAccess;Lnet/minecraft/util/math/BlockBox;I)Z
intermediary method_14839
Lnet/minecraft/class_3418;method_14839(Lnet/minecraft/class_1936;Lnet/minecraft/class_3341;I)Z
official a
Leik;a(Ldcb;Leie;I)Z
-
adjustToMinHeight
- Mappings:
Namespace Name Mixin selector named adjustToMinHeight
Lnet/minecraft/structure/ShiftableStructurePiece;adjustToMinHeight(Lnet/minecraft/world/WorldAccess;I)Z
intermediary method_38462
Lnet/minecraft/class_3418;method_38462(Lnet/minecraft/class_1936;I)Z
official a
Leik;a(Ldcb;I)Z
-