Package net.minecraft.structure
Class NetherFortressGenerator.CorridorRightTurn
java.lang.Object
net.minecraft.structure.StructurePiece
net.minecraft.structure.NetherFortressGenerator.Piece
net.minecraft.structure.NetherFortressGenerator.CorridorRightTurn
- Enclosing class:
- NetherFortressGenerator
public static class NetherFortressGenerator.CorridorRightTurn extends NetherFortressGenerator.Piece
- Mappings:
Namespace Name official czx$jintermediary net/minecraft/class_3390$class_3400named net/minecraft/structure/NetherFortressGenerator$CorridorRightTurn
-
Nested Class Summary
Nested classes/interfaces inherited from class net.minecraft.structure.StructurePiece
StructurePiece.BlockRandomizer -
Field Summary
Fields Modifier and Type Field Description private booleancontainsChestprivate static intfield_31586private static intfield_31587private static intfield_31588Fields inherited from class net.minecraft.structure.StructurePiece
AIR, boundingBox, chainLength -
Constructor Summary
Constructors Constructor Description CorridorRightTurn(int chainLength, Random random, BlockBox boundingBox, Direction orientation)CorridorRightTurn(ServerWorld serverWorld, NbtCompound nbt) -
Method Summary
Modifier and Type Method Description static NetherFortressGenerator.CorridorRightTurncreate(class_6130 class_6130, Random random, int x, int y, int z, Direction orientation, int chainLength)voidfillOpenings(StructurePiece start, class_6130 class_6130, Random random)booleangenerate(StructureWorldAccess world, StructureAccessor structureAccessor, ChunkGenerator chunkGenerator, Random random, BlockBox boundingBox, ChunkPos chunkPos, BlockPos pos)protected voidwriteNbt(ServerWorld world, NbtCompound nbt)Methods inherited from class net.minecraft.structure.NetherFortressGenerator.Piece
fillForwardOpening, fillNWOpening, fillSEOpening, isInBoundsMethods inherited from class net.minecraft.structure.StructurePiece
addBlock, addBlockWithRandomThreshold, addChest, addChest, addDispenser, applyXTransform, applyYTransform, applyZTransform, canAddBlock, canReplace, fill, fillDownwards, fillHalfEllipsoid, fillWithOutline, fillWithOutline, fillWithOutlineUnderSeaLevel, getBlockAt, getBoundingBox, getChainLength, getFacing, getRotation, getType, intersectsChunk, isUnderSeaLevel, method_33882, method_35454, method_35455, method_35456, method_35457, method_35458, method_35460, offsetPos, orientateChest, setOrientation, toNbt, translate
-
Field Details
-
field_31586
private static final int field_31586- See Also:
- Constant Field Values
- Mappings:
Namespace Name Mixin selector official aLczx$j;a:Iintermediary field_31586Lnet/minecraft/class_3390$class_3400;field_31586:Inamed field_31586Lnet/minecraft/structure/NetherFortressGenerator$CorridorRightTurn;field_31586:I
-
field_31587
private static final int field_31587- See Also:
- Constant Field Values
- Mappings:
Namespace Name Mixin selector official bLczx$j;b:Iintermediary field_31587Lnet/minecraft/class_3390$class_3400;field_31587:Inamed field_31587Lnet/minecraft/structure/NetherFortressGenerator$CorridorRightTurn;field_31587:I
-
field_31588
private static final int field_31588- See Also:
- Constant Field Values
- Mappings:
Namespace Name Mixin selector official cLczx$j;c:Iintermediary field_31588Lnet/minecraft/class_3390$class_3400;field_31588:Inamed field_31588Lnet/minecraft/structure/NetherFortressGenerator$CorridorRightTurn;field_31588:I
-
containsChest
private boolean containsChest- Mappings:
Namespace Name Mixin selector official dLczx$j;d:Zintermediary field_14497Lnet/minecraft/class_3390$class_3400;field_14497:Znamed containsChestLnet/minecraft/structure/NetherFortressGenerator$CorridorRightTurn;containsChest:Z
-
-
Constructor Details
-
CorridorRightTurn
public CorridorRightTurn(int chainLength, Random random, BlockBox boundingBox, Direction orientation)- Mappings:
Namespace Name Mixin selector official <init>Lczx$j;<init>(ILjava/util/Random;Lczp;Lgg;)Vintermediary <init>Lnet/minecraft/class_3390$class_3400;<init>(ILjava/util/Random;Lnet/minecraft/class_3341;Lnet/minecraft/class_2350;)Vnamed <init>Lnet/minecraft/structure/NetherFortressGenerator$CorridorRightTurn;<init>(ILjava/util/Random;Lnet/minecraft/util/math/BlockBox;Lnet/minecraft/util/math/Direction;)V
-
CorridorRightTurn
- Mappings:
Namespace Name Mixin selector official <init>Lczx$j;<init>(Labj;Lmv;)Vintermediary <init>Lnet/minecraft/class_3390$class_3400;<init>(Lnet/minecraft/class_3218;Lnet/minecraft/class_2487;)Vnamed <init>Lnet/minecraft/structure/NetherFortressGenerator$CorridorRightTurn;<init>(Lnet/minecraft/server/world/ServerWorld;Lnet/minecraft/nbt/NbtCompound;)V
-
-
Method Details
-
writeNbt
- Overrides:
writeNbtin classNetherFortressGenerator.Piece- Mappings:
Namespace Name Mixin selector official aLdak;a(Labj;Lmv;)Vintermediary method_14943Lnet/minecraft/class_3443;method_14943(Lnet/minecraft/class_3218;Lnet/minecraft/class_2487;)Vnamed writeNbtLnet/minecraft/structure/StructurePiece;writeNbt(Lnet/minecraft/server/world/ServerWorld;Lnet/minecraft/nbt/NbtCompound;)V
-
fillOpenings
- Overrides:
fillOpeningsin classStructurePiece- Mappings:
Namespace Name Mixin selector official aLdak;a(Ldak;Ldal;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/class_6130;Ljava/util/Random;)V
-
create
public static NetherFortressGenerator.CorridorRightTurn create(class_6130 class_6130, Random random, int x, int y, int z, Direction orientation, int chainLength)- Mappings:
Namespace Name Mixin selector official aLczx$j;a(Ldal;Ljava/util/Random;IIILgg;I)Lczx$j;intermediary method_14805Lnet/minecraft/class_3390$class_3400;method_14805(Lnet/minecraft/class_6130;Ljava/util/Random;IIILnet/minecraft/class_2350;I)Lnet/minecraft/class_3390$class_3400;named createLnet/minecraft/structure/NetherFortressGenerator$CorridorRightTurn;create(Lnet/minecraft/class_6130;Ljava/util/Random;IIILnet/minecraft/util/math/Direction;I)Lnet/minecraft/structure/NetherFortressGenerator$CorridorRightTurn;
-
generate
public boolean 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 aLdak;a(Lbwm;Lbwi;Lclm;Ljava/util/Random;Lczp;Lbuw;Lgb;)Zintermediary 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;)Znamed 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;)Z
-