Package net.minecraft.structure
Class MineshaftGenerator.MineshaftCrossing
java.lang.Object
net.minecraft.structure.StructurePiece
net.minecraft.structure.MineshaftGenerator.MineshaftPart
net.minecraft.structure.MineshaftGenerator.MineshaftCrossing
- Enclosing class:
- MineshaftGenerator
- Mappings:
Namespace Name official dec$bintermediary net/minecraft/class_3353$class_3355named net/minecraft/structure/MineshaftGenerator$MineshaftCrossing
-
Nested Class Summary
Nested classes/interfaces inherited from class net.minecraft.structure.StructurePiece
StructurePiece.BlockRandomizer -
Field Summary
FieldsFields inherited from class net.minecraft.structure.MineshaftGenerator.MineshaftPart
mineshaftTypeFields inherited from class net.minecraft.structure.StructurePiece
AIR, boundingBox, chainLength -
Constructor Summary
ConstructorsConstructorDescriptionMineshaftCrossing(int chainLength, BlockBox boundingBox, @Nullable Direction orientation, MineshaftFeature.Type type) MineshaftCrossing(NbtCompound nbtCompound) -
Method Summary
Modifier and TypeMethodDescriptionvoidfillOpenings(StructurePiece start, StructurePiecesHolder structurePiecesHolder, Random random) voidgenerate(StructureWorldAccess world, StructureAccessor structureAccessor, ChunkGenerator chunkGenerator, Random random, BlockBox boundingBox, ChunkPos chunkPos, BlockPos pos) private voidgenerateCrossingPillar(StructureWorldAccess world, BlockBox boundingBox, int x, int minY, int z, int maxY) getBoundingBox(StructurePiecesHolder structurePiecesHolder, Random random, int x, int y, int z, Direction orientation) protected voidwriteNbt(class_6625 class_6625, NbtCompound nbt) Methods inherited from class net.minecraft.structure.MineshaftGenerator.MineshaftPart
canAddBlock, isSolidCeiling, method_33880, method_33999Methods inherited from class net.minecraft.structure.StructurePiece
addBlock, addBlockWithRandomThreshold, addChest, addChest, addDispenser, applyXTransform, applyYTransform, applyZTransform, canReplace, createBox, fill, fillDownwards, fillHalfEllipsoid, fillWithOutline, fillWithOutline, fillWithOutline, fillWithOutline, fillWithOutlineUnderSeaLevel, getBlockAt, getBoundingBox, getCenter, getChainLength, getFacing, getMirror, getRandomHorizontalDirection, getRotation, getType, intersectsChunk, isUnderSeaLevel, method_33882, method_38702, method_38703, offsetPos, orientateChest, setOrientation, toNbt, translate
-
Field Details
-
direction
- Mappings:
Namespace Name Mixin selector official bLdec$b;b:Lgm;intermediary field_14420Lnet/minecraft/class_3353$class_3355;field_14420:Lnet/minecraft/class_2350;named directionLnet/minecraft/structure/MineshaftGenerator$MineshaftCrossing;direction:Lnet/minecraft/util/math/Direction;
-
twoFloors
private final boolean twoFloors- Mappings:
Namespace Name Mixin selector official cLdec$b;c:Zintermediary field_14419Lnet/minecraft/class_3353$class_3355;field_14419:Znamed twoFloorsLnet/minecraft/structure/MineshaftGenerator$MineshaftCrossing;twoFloors:Z
-
-
Constructor Details
-
MineshaftCrossing
-
MineshaftCrossing
public MineshaftCrossing(int chainLength, BlockBox boundingBox, @Nullable @Nullable Direction orientation, MineshaftFeature.Type type) - Mappings:
Namespace Name Mixin selector official <init>Ldec$b;<init>(ILddv;Lgm;Lcwc$a;)Vintermediary <init>Lnet/minecraft/class_3353$class_3355;<init>(ILnet/minecraft/class_3341;Lnet/minecraft/class_2350;Lnet/minecraft/class_3098$class_3100;)Vnamed <init>Lnet/minecraft/structure/MineshaftGenerator$MineshaftCrossing;<init>(ILnet/minecraft/util/math/BlockBox;Lnet/minecraft/util/math/Direction;Lnet/minecraft/world/gen/feature/MineshaftFeature$Type;)V
-
-
Method Details
-
writeNbt
- Overrides:
writeNbtin classMineshaftGenerator.MineshaftPart- Mappings:
Namespace Name Mixin selector official aLder;a(Ldfa;Lnf;)Vintermediary method_14943Lnet/minecraft/class_3443;method_14943(Lnet/minecraft/class_6625;Lnet/minecraft/class_2487;)Vnamed writeNbtLnet/minecraft/structure/StructurePiece;writeNbt(Lnet/minecraft/class_6625;Lnet/minecraft/nbt/NbtCompound;)V
-
getBoundingBox
@Nullable public static @Nullable BlockBox getBoundingBox(StructurePiecesHolder structurePiecesHolder, Random random, int x, int y, int z, Direction orientation) - Mappings:
Namespace Name Mixin selector official aLdec$b;a(Ldes;Ljava/util/Random;IIILgm;)Lddv;intermediary method_14717Lnet/minecraft/class_3353$class_3355;method_14717(Lnet/minecraft/class_6130;Ljava/util/Random;IIILnet/minecraft/class_2350;)Lnet/minecraft/class_3341;named getBoundingBoxLnet/minecraft/structure/MineshaftGenerator$MineshaftCrossing;getBoundingBox(Lnet/minecraft/structure/StructurePiecesHolder;Ljava/util/Random;IIILnet/minecraft/util/math/Direction;)Lnet/minecraft/util/math/BlockBox;
-
fillOpenings
public void fillOpenings(StructurePiece start, StructurePiecesHolder structurePiecesHolder, Random random) - Overrides:
fillOpeningsin classStructurePiece- Mappings:
Namespace Name Mixin selector official aLder;a(Lder;Ldes;Ljava/util/Random;)Vintermediary method_14918Lnet/minecraft/class_3443;method_14918(Lnet/minecraft/class_3443;Lnet/minecraft/class_6130;Ljava/util/Random;)Vnamed fillOpeningsLnet/minecraft/structure/StructurePiece;fillOpenings(Lnet/minecraft/structure/StructurePiece;Lnet/minecraft/structure/StructurePiecesHolder;Ljava/util/Random;)V
-
generate
public void generate(StructureWorldAccess world, StructureAccessor structureAccessor, ChunkGenerator chunkGenerator, Random random, BlockBox boundingBox, ChunkPos chunkPos, BlockPos pos) - Specified by:
generatein classStructurePiece- Mappings:
Namespace Name Mixin selector official aLder;a(Lbzx;Lbzt;Lcpa;Ljava/util/Random;Lddv;Lbyf;Lgh;)Vintermediary method_14931Lnet/minecraft/class_3443;method_14931(Lnet/minecraft/class_5281;Lnet/minecraft/class_5138;Lnet/minecraft/class_2794;Ljava/util/Random;Lnet/minecraft/class_3341;Lnet/minecraft/class_1923;Lnet/minecraft/class_2338;)Vnamed generateLnet/minecraft/structure/StructurePiece;generate(Lnet/minecraft/world/StructureWorldAccess;Lnet/minecraft/world/gen/StructureAccessor;Lnet/minecraft/world/gen/chunk/ChunkGenerator;Ljava/util/Random;Lnet/minecraft/util/math/BlockBox;Lnet/minecraft/util/math/ChunkPos;Lnet/minecraft/util/math/BlockPos;)V
-
generateCrossingPillar
private void generateCrossingPillar(StructureWorldAccess world, BlockBox boundingBox, int x, int minY, int z, int maxY) - Mappings:
Namespace Name Mixin selector official aLdec$b;a(Lbzx;Lddv;IIII)Vintermediary method_14716Lnet/minecraft/class_3353$class_3355;method_14716(Lnet/minecraft/class_5281;Lnet/minecraft/class_3341;IIII)Vnamed generateCrossingPillarLnet/minecraft/structure/MineshaftGenerator$MineshaftCrossing;generateCrossingPillar(Lnet/minecraft/world/StructureWorldAccess;Lnet/minecraft/util/math/BlockBox;IIII)V
-