Package net.minecraft.structure
Class NetherFortressGenerator.Bridge
java.lang.Object
net.minecraft.structure.StructurePiece
net.minecraft.structure.NetherFortressGenerator.Piece
net.minecraft.structure.NetherFortressGenerator.Bridge
- Enclosing class:
- NetherFortressGenerator
public static class NetherFortressGenerator.Bridge extends NetherFortressGenerator.Piece
- Mappings:
Namespace Name official czx$c
intermediary net/minecraft/class_3390$class_3393
named net/minecraft/structure/NetherFortressGenerator$Bridge
-
Nested Class Summary
Nested classes/interfaces inherited from class net.minecraft.structure.StructurePiece
StructurePiece.BlockRandomizer
-
Field Summary
Fields Modifier and Type Field Description private static int
field_31565
private static int
field_31566
private static int
field_31567
Fields inherited from class net.minecraft.structure.StructurePiece
AIR, boundingBox, chainLength
-
Constructor Summary
Constructors Constructor Description Bridge(int chainLength, Random random, BlockBox boundingBox, Direction orientation)
Bridge(ServerWorld serverWorld, NbtCompound nbt)
-
Method Summary
Modifier and Type Method Description static NetherFortressGenerator.Bridge
create(class_6130 class_6130, Random random, int x, int y, int z, Direction orientation, int chainLength)
void
fillOpenings(StructurePiece start, class_6130 class_6130, Random random)
boolean
generate(StructureWorldAccess world, StructureAccessor structureAccessor, ChunkGenerator chunkGenerator, Random random, BlockBox boundingBox, ChunkPos chunkPos, BlockPos pos)
Methods inherited from class net.minecraft.structure.NetherFortressGenerator.Piece
fillForwardOpening, fillNWOpening, fillSEOpening, isInBounds, writeNbt
Methods 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_31565
private static final int field_31565- See Also:
- Constant Field Values
- Mappings:
Namespace Name Mixin selector official a
Lczx$c;a:I
intermediary field_31565
Lnet/minecraft/class_3390$class_3393;field_31565:I
named field_31565
Lnet/minecraft/structure/NetherFortressGenerator$Bridge;field_31565:I
-
field_31566
private static final int field_31566- See Also:
- Constant Field Values
- Mappings:
Namespace Name Mixin selector official b
Lczx$c;b:I
intermediary field_31566
Lnet/minecraft/class_3390$class_3393;field_31566:I
named field_31566
Lnet/minecraft/structure/NetherFortressGenerator$Bridge;field_31566:I
-
field_31567
private static final int field_31567- See Also:
- Constant Field Values
- Mappings:
Namespace Name Mixin selector official c
Lczx$c;c:I
intermediary field_31567
Lnet/minecraft/class_3390$class_3393;field_31567:I
named field_31567
Lnet/minecraft/structure/NetherFortressGenerator$Bridge;field_31567:I
-
-
Constructor Details
-
Bridge
- Mappings:
Namespace Name Mixin selector official <init>
Lczx$c;<init>(ILjava/util/Random;Lczp;Lgg;)V
intermediary <init>
Lnet/minecraft/class_3390$class_3393;<init>(ILjava/util/Random;Lnet/minecraft/class_3341;Lnet/minecraft/class_2350;)V
named <init>
Lnet/minecraft/structure/NetherFortressGenerator$Bridge;<init>(ILjava/util/Random;Lnet/minecraft/util/math/BlockBox;Lnet/minecraft/util/math/Direction;)V
-
Bridge
- Mappings:
Namespace Name Mixin selector official <init>
Lczx$c;<init>(Labj;Lmv;)V
intermediary <init>
Lnet/minecraft/class_3390$class_3393;<init>(Lnet/minecraft/class_3218;Lnet/minecraft/class_2487;)V
named <init>
Lnet/minecraft/structure/NetherFortressGenerator$Bridge;<init>(Lnet/minecraft/server/world/ServerWorld;Lnet/minecraft/nbt/NbtCompound;)V
-
-
Method Details
-
fillOpenings
- Overrides:
fillOpenings
in classStructurePiece
- Mappings:
Namespace Name Mixin selector official a
Ldak;a(Ldak;Ldal;Ljava/util/Random;)V
intermediary method_14918
Lnet/minecraft/class_3443;method_14918(Lnet/minecraft/class_3443;Lnet/minecraft/class_6130;Ljava/util/Random;)V
named fillOpenings
Lnet/minecraft/structure/StructurePiece;fillOpenings(Lnet/minecraft/structure/StructurePiece;Lnet/minecraft/class_6130;Ljava/util/Random;)V
-
create
public static NetherFortressGenerator.Bridge create(class_6130 class_6130, Random random, int x, int y, int z, Direction orientation, int chainLength)- Mappings:
Namespace Name Mixin selector official a
Lczx$c;a(Ldal;Ljava/util/Random;IIILgg;I)Lczx$c;
intermediary method_14798
Lnet/minecraft/class_3390$class_3393;method_14798(Lnet/minecraft/class_6130;Ljava/util/Random;IIILnet/minecraft/class_2350;I)Lnet/minecraft/class_3390$class_3393;
named create
Lnet/minecraft/structure/NetherFortressGenerator$Bridge;create(Lnet/minecraft/class_6130;Ljava/util/Random;IIILnet/minecraft/util/math/Direction;I)Lnet/minecraft/structure/NetherFortressGenerator$Bridge;
-
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
Ldak;a(Lbwm;Lbwi;Lclm;Ljava/util/Random;Lczp;Lbuw;Lgb;)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
-