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 named net/minecraft/structure/MineshaftGenerator$MineshaftCrossingintermediary net/minecraft/class_3353$class_3355official esm$b
-
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, MineshaftStructure.Type type) -
Method Summary
Modifier and TypeMethodDescriptionvoidfillOpenings(StructurePiece start, StructurePiecesHolder holder, Random random) voidgenerate(StructureWorldAccess world, StructureAccessor structureAccessor, ChunkGenerator chunkGenerator, Random random, BlockBox chunkBox, ChunkPos chunkPos, BlockPos pivot) private voidgenerateCrossingPillar(StructureWorldAccess world, BlockBox boundingBox, int x, int minY, int z, int maxY) getBoundingBox(StructurePiecesHolder holder, Random random, int x, int y, int z, Direction orientation) protected voidwriteNbt(StructureContext context, NbtCompound nbt) Methods inherited from class net.minecraft.structure.MineshaftGenerator.MineshaftPart
canAddBlock, cannotGenerate, isSolidCeiling, tryPlaceFloorMethods inherited from class net.minecraft.structure.StructurePiece
addBlock, addBlockWithRandomThreshold, addChest, addChest, addDispenser, applyXTransform, applyYTransform, applyZTransform, boundingBox, 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
-
Field Details
-
direction
- Mappings:
Namespace Name Mixin selector named directionLnet/minecraft/structure/MineshaftGenerator$MineshaftCrossing;direction:Lnet/minecraft/util/math/Direction;intermediary field_14420Lnet/minecraft/class_3353$class_3355;field_14420:Lnet/minecraft/class_2350;official bLesm$b;b:Lja;
-
twoFloors
private final boolean twoFloors- Mappings:
Namespace Name Mixin selector named twoFloorsLnet/minecraft/structure/MineshaftGenerator$MineshaftCrossing;twoFloors:Zintermediary field_14419Lnet/minecraft/class_3353$class_3355;field_14419:Zofficial cLesm$b;c:Z
-
-
Constructor Details
-
MineshaftCrossing
- Mappings:
Namespace Name Mixin selector named <init>Lnet/minecraft/structure/MineshaftGenerator$MineshaftCrossing;<init>(Lnet/minecraft/nbt/NbtCompound;)Vintermediary <init>Lnet/minecraft/class_3353$class_3355;<init>(Lnet/minecraft/class_2487;)Vofficial <init>Lesm$b;<init>(Ltx;)V
-
MineshaftCrossing
public MineshaftCrossing(int chainLength, BlockBox boundingBox, @Nullable @Nullable Direction orientation, MineshaftStructure.Type type) - Mappings:
Namespace Name Mixin selector named <init>Lnet/minecraft/structure/MineshaftGenerator$MineshaftCrossing;<init>(ILnet/minecraft/util/math/BlockBox;Lnet/minecraft/util/math/Direction;Lnet/minecraft/world/gen/structure/MineshaftStructure$Type;)Vintermediary <init>Lnet/minecraft/class_3353$class_3355;<init>(ILnet/minecraft/class_3341;Lnet/minecraft/class_2350;Lnet/minecraft/class_3098$class_3100;)Vofficial <init>Lesm$b;<init>(ILeqa;Lja;Lesn$a;)V
-
-
Method Details
-
writeNbt
- Overrides:
writeNbtin classMineshaftGenerator.MineshaftPart- Mappings:
Namespace Name Mixin selector named writeNbtLnet/minecraft/structure/StructurePiece;writeNbt(Lnet/minecraft/structure/StructureContext;Lnet/minecraft/nbt/NbtCompound;)Vintermediary method_14943Lnet/minecraft/class_3443;method_14943(Lnet/minecraft/class_6625;Lnet/minecraft/class_2487;)Vofficial aLeqm;a(Leqy;Ltx;)V
-
getBoundingBox
@Nullable public static @Nullable BlockBox getBoundingBox(StructurePiecesHolder holder, Random random, int x, int y, int z, Direction orientation) - Mappings:
Namespace Name Mixin selector named getBoundingBoxLnet/minecraft/structure/MineshaftGenerator$MineshaftCrossing;getBoundingBox(Lnet/minecraft/structure/StructurePiecesHolder;Lnet/minecraft/util/math/random/Random;IIILnet/minecraft/util/math/Direction;)Lnet/minecraft/util/math/BlockBox;intermediary method_14717Lnet/minecraft/class_3353$class_3355;method_14717(Lnet/minecraft/class_6130;Lnet/minecraft/class_5819;IIILnet/minecraft/class_2350;)Lnet/minecraft/class_3341;official aLesm$b;a(Leqn;Lazt;IIILja;)Leqa;
-
fillOpenings
- Overrides:
fillOpeningsin classStructurePiece- Mappings:
Namespace Name Mixin selector named fillOpeningsLnet/minecraft/structure/StructurePiece;fillOpenings(Lnet/minecraft/structure/StructurePiece;Lnet/minecraft/structure/StructurePiecesHolder;Lnet/minecraft/util/math/random/Random;)Vintermediary method_14918Lnet/minecraft/class_3443;method_14918(Lnet/minecraft/class_3443;Lnet/minecraft/class_6130;Lnet/minecraft/class_5819;)Vofficial aLeqm;a(Leqm;Leqn;Lazt;)V
-
generate
public void generate(StructureWorldAccess world, StructureAccessor structureAccessor, ChunkGenerator chunkGenerator, Random random, BlockBox chunkBox, ChunkPos chunkPos, BlockPos pivot) - Specified by:
generatein classStructurePiece- Mappings:
Namespace Name Mixin selector named generateLnet/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;)Vintermediary method_14931Lnet/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;)Vofficial aLeqm;a(Ldjo;Ldjl;Lebm;Lazt;Leqa;Ldhw;Liu;)V
-
generateCrossingPillar
private void generateCrossingPillar(StructureWorldAccess world, BlockBox boundingBox, int x, int minY, int z, int maxY) - Mappings:
Namespace Name Mixin selector named generateCrossingPillarLnet/minecraft/structure/MineshaftGenerator$MineshaftCrossing;generateCrossingPillar(Lnet/minecraft/world/StructureWorldAccess;Lnet/minecraft/util/math/BlockBox;IIII)Vintermediary method_14716Lnet/minecraft/class_3353$class_3355;method_14716(Lnet/minecraft/class_5281;Lnet/minecraft/class_3341;IIII)Vofficial aLesm$b;a(Ldjo;Leqa;IIII)V
-