Class StructurePoolBasedGenerator.StructurePoolGenerator

java.lang.Object
net.minecraft.structure.pool.StructurePoolBasedGenerator.StructurePoolGenerator
Enclosing class:
StructurePoolBasedGenerator

private static final class StructurePoolBasedGenerator.StructurePoolGenerator extends Object
Mappings:
Namespace Name
official dbu$c
intermediary net/minecraft/class_3778$class_4182
named net/minecraft/structure/pool/StructurePoolBasedGenerator$StructurePoolGenerator
  • Field Details

    • registry

      private final Registry<StructurePool> registry
      Mappings:
      Namespace Name Mixin selector
      official a Ldbu$c;a:Lgx;
      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 Ldbu$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

      private final StructurePoolBasedGenerator.PieceFactory pieceFactory
      Mappings:
      Namespace Name Mixin selector
      official c Ldbu$c;c:Ldbu$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

      private final ChunkGenerator chunkGenerator
      Mappings:
      Namespace Name Mixin selector
      official d Ldbu$c;d:Lcpz;
      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

      private final StructureManager structureManager
      Mappings:
      Namespace Name Mixin selector
      official e Ldbu$c;e:Ldgp;
      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

      private final List<? super PoolStructurePiece> children
      Mappings:
      Namespace Name Mixin selector
      official f Ldbu$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

      private final Random random
      Mappings:
      Namespace Name Mixin selector
      official g Ldbu$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 Ldbu$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> Ldbu$c;<init>(Lgx;ILdbu$a;Lcpz;Ldgp;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, boolean modifyBoundingBox, HeightLimitView world)
      Mappings:
      Namespace Name Mixin selector
      official a Ldbu$c;a(Ldew;Lorg/apache/commons/lang3/mutable/MutableObject;IZLcaf;)V
      intermediary method_19306 Lnet/minecraft/class_3778$class_4182;method_19306(Lnet/minecraft/class_3790;Lorg/apache/commons/lang3/mutable/MutableObject;IZLnet/minecraft/class_5539;)V
      named generatePiece Lnet/minecraft/structure/pool/StructurePoolBasedGenerator$StructurePoolGenerator;generatePiece(Lnet/minecraft/structure/PoolStructurePiece;Lorg/apache/commons/lang3/mutable/MutableObject;IZLnet/minecraft/world/HeightLimitView;)V