Package net.minecraft.structure
Class NetherFortressGenerator.CorridorLeftTurn
java.lang.Object
net.minecraft.structure.StructurePiece
net.minecraft.structure.NetherFortressGenerator.Piece
net.minecraft.structure.NetherFortressGenerator.CorridorLeftTurn
- Enclosing class:
- NetherFortressGenerator
public static class NetherFortressGenerator.CorridorLeftTurn extends NetherFortressGenerator.Piece
- Mappings:
Namespace Name official cwv$h
intermediary net/minecraft/class_3390$class_3398
named net/minecraft/structure/NetherFortressGenerator$CorridorLeftTurn
-
Nested Class Summary
Nested classes/interfaces inherited from class net.minecraft.structure.StructurePiece
StructurePiece.BlockRandomizer
-
Field Summary
Fields Modifier and Type Field Description private boolean
containsChest
Fields inherited from class net.minecraft.structure.StructurePiece
AIR, boundingBox, chainLength
-
Constructor Summary
Constructors Constructor Description CorridorLeftTurn(int chainLength, Random random, BlockBox boundingBox, Direction orientation)
CorridorLeftTurn(StructureManager structureManager, CompoundTag nbt)
-
Method Summary
Modifier and Type Method Description static NetherFortressGenerator.CorridorLeftTurn
create(List<StructurePiece> pieces, Random random, int x, int y, int z, Direction orientation, int chainLength)
void
fillOpenings(StructurePiece start, List<StructurePiece> pieces, Random random)
boolean
generate(StructureWorldAccess world, StructureAccessor structureAccessor, ChunkGenerator chunkGenerator, Random random, BlockBox boundingBox, ChunkPos chunkPos, BlockPos pos)
protected void
toNbt(CompoundTag tag)
Methods inherited from class net.minecraft.structure.NetherFortressGenerator.Piece
fillForwardOpening, fillNWOpening, fillSEOpening, isInBounds
Methods inherited from class net.minecraft.structure.StructurePiece
addBlock, addBlockWithRandomThreshold, addChest, addChest, addDispenser, applyXTransform, applyYTransform, applyZTransform, fill, fillDownwards, fillHalfEllipsoid, fillWithOutline, fillWithOutline, fillWithOutlineUnderSeaLevel, getBlockAt, getBoundingBox, getChainLength, getFacing, getOverlappingPiece, getRotation, getTag, getType, intersectsChunk, isTouchingLiquid, isUnderSeaLevel, orientateChest, setOrientation, translate
-
Field Details
-
containsChest
private boolean containsChest- Mappings:
Namespace Name Mixin selector official a
Lcwv$h;a:Z
intermediary field_14496
Lnet/minecraft/class_3390$class_3398;field_14496:Z
named containsChest
Lnet/minecraft/structure/NetherFortressGenerator$CorridorLeftTurn;containsChest:Z
-
-
Constructor Details
-
CorridorLeftTurn
public CorridorLeftTurn(int chainLength, Random random, BlockBox boundingBox, Direction orientation)- Mappings:
Namespace Name Mixin selector official <init>
Lcwv$h;<init>(ILjava/util/Random;Lcwn;Lgc;)V
intermediary <init>
Lnet/minecraft/class_3390$class_3398;<init>(ILjava/util/Random;Lnet/minecraft/class_3341;Lnet/minecraft/class_2350;)V
named <init>
Lnet/minecraft/structure/NetherFortressGenerator$CorridorLeftTurn;<init>(ILjava/util/Random;Lnet/minecraft/util/math/BlockBox;Lnet/minecraft/util/math/Direction;)V
-
CorridorLeftTurn
- Mappings:
Namespace Name Mixin selector official <init>
Lcwv$h;<init>(Lcyj;Lmq;)V
intermediary <init>
Lnet/minecraft/class_3390$class_3398;<init>(Lnet/minecraft/class_3485;Lnet/minecraft/class_2487;)V
named <init>
Lnet/minecraft/structure/NetherFortressGenerator$CorridorLeftTurn;<init>(Lnet/minecraft/structure/StructureManager;Lnet/minecraft/nbt/CompoundTag;)V
-
-
Method Details
-
toNbt
- Overrides:
toNbt
in classNetherFortressGenerator.Piece
- Mappings:
Namespace Name Mixin selector official a
Lcxh;a(Lmq;)V
intermediary method_14943
Lnet/minecraft/class_3443;method_14943(Lnet/minecraft/class_2487;)V
named toNbt
Lnet/minecraft/structure/StructurePiece;toNbt(Lnet/minecraft/nbt/CompoundTag;)V
-
fillOpenings
- Overrides:
fillOpenings
in classStructurePiece
- Mappings:
Namespace Name Mixin selector official a
Lcxh;a(Lcxh;Ljava/util/List;Ljava/util/Random;)V
intermediary method_14918
Lnet/minecraft/class_3443;method_14918(Lnet/minecraft/class_3443;Ljava/util/List;Ljava/util/Random;)V
named fillOpenings
Lnet/minecraft/structure/StructurePiece;fillOpenings(Lnet/minecraft/structure/StructurePiece;Ljava/util/List;Ljava/util/Random;)V
-
create
public static NetherFortressGenerator.CorridorLeftTurn create(List<StructurePiece> pieces, Random random, int x, int y, int z, Direction orientation, int chainLength)- Mappings:
Namespace Name Mixin selector official a
Lcwv$h;a(Ljava/util/List;Ljava/util/Random;IIILgc;I)Lcwv$h;
intermediary method_14803
Lnet/minecraft/class_3390$class_3398;method_14803(Ljava/util/List;Ljava/util/Random;IIILnet/minecraft/class_2350;I)Lnet/minecraft/class_3390$class_3398;
named create
Lnet/minecraft/structure/NetherFortressGenerator$CorridorLeftTurn;create(Ljava/util/List;Ljava/util/Random;IIILnet/minecraft/util/math/Direction;I)Lnet/minecraft/structure/NetherFortressGenerator$CorridorLeftTurn;
-
generate
public boolean generate(StructureWorldAccess world, StructureAccessor structureAccessor, ChunkGenerator chunkGenerator, Random random, BlockBox boundingBox, ChunkPos chunkPos, BlockPos pos)- Specified by:
generate
in classStructurePiece
- Mappings:
Namespace Name Mixin selector official a
Lcxh;a(Lbuq;Lbum;Lcjn;Ljava/util/Random;Lcwn;Lbta;Lfx;)Z
intermediary method_14931
Lnet/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;)Z
named generate
Lnet/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
-