Package net.minecraft.structure.pool
Class StructurePoolBasedGenerator.StructurePoolGenerator
java.lang.Object
net.minecraft.structure.pool.StructurePoolBasedGenerator.StructurePoolGenerator
- Enclosing class:
- StructurePoolBasedGenerator
- Mappings:
Namespace Name official cxv$c
intermediary net/minecraft/class_3778$class_4182
named net/minecraft/structure/pool/StructurePoolBasedGenerator$StructurePoolGenerator
-
Field Summary
Modifier and TypeFieldDescriptionprivate final List<? super PoolStructurePiece>
private final ChunkGenerator
private final int
private final StructurePoolBasedGenerator.PieceFactory
private final Random
private final Registry<StructurePool>
private final StructureManager
(package private) final Deque<StructurePoolBasedGenerator.ShapedPoolStructurePiece>
-
Constructor Summary
ConstructorDescriptionStructurePoolGenerator
(Registry<StructurePool> registry, int maxSize, StructurePoolBasedGenerator.PieceFactory pieceFactory, ChunkGenerator chunkGenerator, StructureManager structureManager, List<? super PoolStructurePiece> children, Random random) -
Method Summary
Modifier and TypeMethodDescription(package private) void
generatePiece
(PoolStructurePiece piece, MutableObject<VoxelShape> pieceShape, int minY, int currentSize, boolean bool, HeightLimitView world)
-
Field Details
-
registry
- Mappings:
Namespace Name Mixin selector official a
Lcxv$c;a:Lgw;
intermediary field_25852
Lnet/minecraft/class_3778$class_4182;field_25852:Lnet/minecraft/class_2378;
named registry
Lnet/minecraft/structure/pool/StructurePoolBasedGenerator$StructurePoolGenerator;registry:Lnet/minecraft/util/registry/Registry;
-
maxSize
private final int maxSize- Mappings:
Namespace Name Mixin selector official b
Lcxv$c;b:I
intermediary field_18700
Lnet/minecraft/class_3778$class_4182;field_18700:I
named maxSize
Lnet/minecraft/structure/pool/StructurePoolBasedGenerator$StructurePoolGenerator;maxSize:I
-
pieceFactory
- Mappings:
Namespace Name Mixin selector official c
Lcxv$c;c:Lcxv$a;
intermediary field_18701
Lnet/minecraft/class_3778$class_4182;field_18701:Lnet/minecraft/class_3778$class_3779;
named pieceFactory
Lnet/minecraft/structure/pool/StructurePoolBasedGenerator$StructurePoolGenerator;pieceFactory:Lnet/minecraft/structure/pool/StructurePoolBasedGenerator$PieceFactory;
-
chunkGenerator
- Mappings:
Namespace Name Mixin selector official d
Lcxv$c;d:Lcmn;
intermediary field_18702
Lnet/minecraft/class_3778$class_4182;field_18702:Lnet/minecraft/class_2794;
named chunkGenerator
Lnet/minecraft/structure/pool/StructurePoolBasedGenerator$StructurePoolGenerator;chunkGenerator:Lnet/minecraft/world/gen/chunk/ChunkGenerator;
-
structureManager
- Mappings:
Namespace Name Mixin selector official e
Lcxv$c;e:Ldcp;
intermediary field_18703
Lnet/minecraft/class_3778$class_4182;field_18703:Lnet/minecraft/class_3485;
named structureManager
Lnet/minecraft/structure/pool/StructurePoolBasedGenerator$StructurePoolGenerator;structureManager:Lnet/minecraft/structure/StructureManager;
-
children
- Mappings:
Namespace Name Mixin selector official f
Lcxv$c;f:Ljava/util/List;
intermediary field_18704
Lnet/minecraft/class_3778$class_4182;field_18704:Ljava/util/List;
named children
Lnet/minecraft/structure/pool/StructurePoolBasedGenerator$StructurePoolGenerator;children:Ljava/util/List;
-
random
- Mappings:
Namespace Name Mixin selector official g
Lcxv$c;g:Ljava/util/Random;
intermediary field_18705
Lnet/minecraft/class_3778$class_4182;field_18705:Ljava/util/Random;
named random
Lnet/minecraft/structure/pool/StructurePoolBasedGenerator$StructurePoolGenerator;random:Ljava/util/Random;
-
structurePieces
- Mappings:
Namespace Name Mixin selector official h
Lcxv$c;h:Ljava/util/Deque;
intermediary field_18706
Lnet/minecraft/class_3778$class_4182;field_18706:Ljava/util/Deque;
named structurePieces
Lnet/minecraft/structure/pool/StructurePoolBasedGenerator$StructurePoolGenerator;structurePieces:Ljava/util/Deque;
-
-
Constructor Details
-
StructurePoolGenerator
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>
Lcxv$c;<init>(Lgw;ILcxv$a;Lcmn;Ldcp;Ljava/util/List;Ljava/util/Random;)V
intermediary <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;)V
named <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
void generatePiece(PoolStructurePiece piece, MutableObject<VoxelShape> pieceShape, int minY, int currentSize, boolean bool, HeightLimitView world) - Mappings:
Namespace Name Mixin selector official a
Lcxv$c;a(Ldbf;Lorg/apache/commons/lang3/mutable/MutableObject;IIZLbwr;)V
intermediary method_19306
Lnet/minecraft/class_3778$class_4182;method_19306(Lnet/minecraft/class_3790;Lorg/apache/commons/lang3/mutable/MutableObject;IIZLnet/minecraft/class_5539;)V
named generatePiece
Lnet/minecraft/structure/pool/StructurePoolBasedGenerator$StructurePoolGenerator;generatePiece(Lnet/minecraft/structure/PoolStructurePiece;Lorg/apache/commons/lang3/mutable/MutableObject;IIZLnet/minecraft/world/HeightLimitView;)V
-