Package net.minecraft.structure.pool
Class StructurePoolBasedGenerator.StructurePoolGenerator
java.lang.Object
net.minecraft.structure.pool.StructurePoolBasedGenerator.StructurePoolGenerator
- Enclosing class:
- StructurePoolBasedGenerator
static final class StructurePoolBasedGenerator.StructurePoolGenerator extends Object
- Mappings:
Namespace Name official cts$cintermediary net/minecraft/class_3778$class_4182named net/minecraft/structure/pool/StructurePoolBasedGenerator$StructurePoolGenerator
-
Field Summary
Fields Modifier and Type Field Description private List<? super PoolStructurePiece>childrenprivate ChunkGeneratorchunkGeneratorprivate intmaxSizeprivate StructurePoolBasedGenerator.PieceFactorypieceFactoryprivate Randomrandomprivate Registry<StructurePool>registryprivate StructureManagerstructureManagerprivate Deque<StructurePoolBasedGenerator.ShapedPoolStructurePiece>structurePieces -
Constructor Summary
Constructors Modifier Constructor Description privateStructurePoolGenerator(Registry<StructurePool> registry, int maxSize, StructurePoolBasedGenerator.PieceFactory pieceFactory, ChunkGenerator chunkGenerator, StructureManager structureManager, List<? super PoolStructurePiece> children, Random random) -
Method Summary
Modifier and Type Method Description private voidgeneratePiece(PoolStructurePiece piece, MutableObject<VoxelShape> mutableObject, int minY, int currentSize, boolean bool, HeightLimitView heightLimitView)
-
Field Details
-
registry
- Mappings:
Namespace Name Mixin selector official aLcts$c;a:Lgn;intermediary field_25852Lnet/minecraft/class_3778$class_4182;field_25852:Lnet/minecraft/class_2378;named registryLnet/minecraft/structure/pool/StructurePoolBasedGenerator$StructurePoolGenerator;registry:Lnet/minecraft/util/registry/Registry;
-
maxSize
private final int maxSize- Mappings:
Namespace Name Mixin selector official bLcts$c;b:Iintermediary field_18700Lnet/minecraft/class_3778$class_4182;field_18700:Inamed maxSizeLnet/minecraft/structure/pool/StructurePoolBasedGenerator$StructurePoolGenerator;maxSize:I
-
pieceFactory
- Mappings:
Namespace Name Mixin selector official cLcts$c;c:Lcts$a;intermediary field_18701Lnet/minecraft/class_3778$class_4182;field_18701:Lnet/minecraft/class_3778$class_3779;named pieceFactoryLnet/minecraft/structure/pool/StructurePoolBasedGenerator$StructurePoolGenerator;pieceFactory:Lnet/minecraft/structure/pool/StructurePoolBasedGenerator$PieceFactory;
-
chunkGenerator
- Mappings:
Namespace Name Mixin selector official dLcts$c;d:Lcjn;intermediary field_18702Lnet/minecraft/class_3778$class_4182;field_18702:Lnet/minecraft/class_2794;named chunkGeneratorLnet/minecraft/structure/pool/StructurePoolBasedGenerator$StructurePoolGenerator;chunkGenerator:Lnet/minecraft/world/gen/chunk/ChunkGenerator;
-
structureManager
- Mappings:
Namespace Name Mixin selector official eLcts$c;e:Lcyj;intermediary field_18703Lnet/minecraft/class_3778$class_4182;field_18703:Lnet/minecraft/class_3485;named structureManagerLnet/minecraft/structure/pool/StructurePoolBasedGenerator$StructurePoolGenerator;structureManager:Lnet/minecraft/structure/StructureManager;
-
children
- Mappings:
Namespace Name Mixin selector official fLcts$c;f:Ljava/util/List;intermediary field_18704Lnet/minecraft/class_3778$class_4182;field_18704:Ljava/util/List;named childrenLnet/minecraft/structure/pool/StructurePoolBasedGenerator$StructurePoolGenerator;children:Ljava/util/List;
-
random
- Mappings:
Namespace Name Mixin selector official gLcts$c;g:Ljava/util/Random;intermediary field_18705Lnet/minecraft/class_3778$class_4182;field_18705:Ljava/util/Random;named randomLnet/minecraft/structure/pool/StructurePoolBasedGenerator$StructurePoolGenerator;random:Ljava/util/Random;
-
structurePieces
- Mappings:
Namespace Name Mixin selector official hLcts$c;h:Ljava/util/Deque;intermediary field_18706Lnet/minecraft/class_3778$class_4182;field_18706:Ljava/util/Deque;named structurePiecesLnet/minecraft/structure/pool/StructurePoolBasedGenerator$StructurePoolGenerator;structurePieces:Ljava/util/Deque;
-
-
Constructor Details
-
StructurePoolGenerator
private StructurePoolGenerator(Registry<StructurePool> registry, int maxSize, StructurePoolBasedGenerator.PieceFactory pieceFactory, ChunkGenerator chunkGenerator, StructureManager structureManager, List<? super PoolStructurePiece> children, Random random)- Mappings:
Namespace Name Mixin selector official <init>Lcts$c;<init>(Lgn;ILcts$a;Lcjn;Lcyj;Ljava/util/List;Ljava/util/Random;)Vintermediary <init>Lnet/minecraft/class_3778$class_4182;<init>(Lnet/minecraft/class_2378;ILnet/minecraft/class_3778$class_3779;Lnet/minecraft/class_2794;Lnet/minecraft/class_3485;Ljava/util/List;Ljava/util/Random;)Vnamed <init>Lnet/minecraft/structure/pool/StructurePoolBasedGenerator$StructurePoolGenerator;<init>(Lnet/minecraft/util/registry/Registry;ILnet/minecraft/structure/pool/StructurePoolBasedGenerator$PieceFactory;Lnet/minecraft/world/gen/chunk/ChunkGenerator;Lnet/minecraft/structure/StructureManager;Ljava/util/List;Ljava/util/Random;)V
-
-
Method Details
-
generatePiece
private void generatePiece(PoolStructurePiece piece, MutableObject<VoxelShape> mutableObject, int minY, int currentSize, boolean bool, HeightLimitView heightLimitView)- Mappings:
Namespace Name Mixin selector official aLcts$c;a(Lcxb;Lorg/apache/commons/lang3/mutable/MutableObject;IIZLbtx;)Vintermediary method_19306Lnet/minecraft/class_3778$class_4182;method_19306(Lnet/minecraft/class_3790;Lorg/apache/commons/lang3/mutable/MutableObject;IIZLnet/minecraft/class_5539;)Vnamed generatePieceLnet/minecraft/structure/pool/StructurePoolBasedGenerator$StructurePoolGenerator;generatePiece(Lnet/minecraft/structure/PoolStructurePiece;Lorg/apache/commons/lang3/mutable/MutableObject;IIZLnet/minecraft/world/HeightLimitView;)V
-