Package net.minecraft.structure.pool
Class StructurePoolBasedGenerator
java.lang.Object
net.minecraft.structure.pool.StructurePoolBasedGenerator
- Mappings:
Namespace Name official dgmintermediary net/minecraft/class_3778named net/minecraft/structure/pool/StructurePoolBasedGenerator
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic interfaceprivate static final classprivate static final class -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongenerate(StructureGeneratorFactory.Context<StructurePoolFeatureConfig> context, StructurePoolBasedGenerator.PieceFactory pieceFactory, BlockPos pos, boolean bool, boolean bool2) static voidgenerate(DynamicRegistryManager registryManager, PoolStructurePiece piece, int maxDepth, StructurePoolBasedGenerator.PieceFactory pieceFactory, ChunkGenerator chunkGenerator, StructureManager structureManager, List<? super PoolStructurePiece> results, Random random, HeightLimitView world)
-
Field Details
-
LOGGER
static final org.slf4j.Logger LOGGER- Mappings:
Namespace Name Mixin selector official aLdgm;a:Lorg/slf4j/Logger;intermediary field_16665Lnet/minecraft/class_3778;field_16665:Lorg/slf4j/Logger;named LOGGERLnet/minecraft/structure/pool/StructurePoolBasedGenerator;LOGGER:Lorg/slf4j/Logger;
-
-
Constructor Details
-
StructurePoolBasedGenerator
public StructurePoolBasedGenerator()
-
-
Method Details
-
generate
public static Optional<StructurePiecesGenerator<StructurePoolFeatureConfig>> generate(StructureGeneratorFactory.Context<StructurePoolFeatureConfig> context, StructurePoolBasedGenerator.PieceFactory pieceFactory, BlockPos pos, boolean bool, boolean bool2) - Mappings:
Namespace Name Mixin selector official aLdgm;a(Ldfx$a;Ldgm$a;Lgj;ZZ)Ljava/util/Optional;intermediary method_30419Lnet/minecraft/class_3778;method_30419(Lnet/minecraft/class_6834$class_6835;Lnet/minecraft/class_3778$class_3779;Lnet/minecraft/class_2338;ZZ)Ljava/util/Optional;named generateLnet/minecraft/structure/pool/StructurePoolBasedGenerator;generate(Lnet/minecraft/structure/StructureGeneratorFactory$Context;Lnet/minecraft/structure/pool/StructurePoolBasedGenerator$PieceFactory;Lnet/minecraft/util/math/BlockPos;ZZ)Ljava/util/Optional;
-
generate
public static void generate(DynamicRegistryManager registryManager, PoolStructurePiece piece, int maxDepth, StructurePoolBasedGenerator.PieceFactory pieceFactory, ChunkGenerator chunkGenerator, StructureManager structureManager, List<? super PoolStructurePiece> results, Random random, HeightLimitView world) - Mappings:
Namespace Name Mixin selector official aLdgm;a(Lhc;Ldfe;ILdgm$a;Lcqr;Ldhr;Ljava/util/List;Ljava/util/Random;Lcax;)Vintermediary method_27230Lnet/minecraft/class_3778;method_27230(Lnet/minecraft/class_5455;Lnet/minecraft/class_3790;ILnet/minecraft/class_3778$class_3779;Lnet/minecraft/class_2794;Lnet/minecraft/class_3485;Ljava/util/List;Ljava/util/Random;Lnet/minecraft/class_5539;)Vnamed generateLnet/minecraft/structure/pool/StructurePoolBasedGenerator;generate(Lnet/minecraft/util/registry/DynamicRegistryManager;Lnet/minecraft/structure/PoolStructurePiece;ILnet/minecraft/structure/pool/StructurePoolBasedGenerator$PieceFactory;Lnet/minecraft/world/gen/chunk/ChunkGenerator;Lnet/minecraft/structure/StructureManager;Ljava/util/List;Ljava/util/Random;Lnet/minecraft/world/HeightLimitView;)V
-