Class ListPoolElement

java.lang.Object
net.minecraft.structure.pool.StructurePoolElement
net.minecraft.structure.pool.ListPoolElement

public class ListPoolElement extends StructurePoolElement
Mappings:
Namespace Name
official dpu
intermediary net/minecraft/class_3782
named net/minecraft/structure/pool/ListPoolElement
  • Field Details

    • CODEC

      public static final com.mojang.serialization.Codec<ListPoolElement> CODEC
      Mappings:
      Namespace Name Mixin selector
      official a Ldpu;a:Lcom/mojang/serialization/Codec;
      intermediary field_24950 Lnet/minecraft/class_3782;field_24950:Lcom/mojang/serialization/Codec;
      named CODEC Lnet/minecraft/structure/pool/ListPoolElement;CODEC:Lcom/mojang/serialization/Codec;
    • elements

      private final List<StructurePoolElement> elements
      Mappings:
      Namespace Name Mixin selector
      official b Ldpu;b:Ljava/util/List;
      intermediary field_16676 Lnet/minecraft/class_3782;field_16676:Ljava/util/List;
      named elements Lnet/minecraft/structure/pool/ListPoolElement;elements:Ljava/util/List;
  • Constructor Details

    • ListPoolElement

      public ListPoolElement(List<StructurePoolElement> elements, StructurePool.Projection projection)
      Mappings:
      Namespace Name Mixin selector
      official <init> Ldpu;<init>(Ljava/util/List;Ldpy$a;)V
      intermediary <init> Lnet/minecraft/class_3782;<init>(Ljava/util/List;Lnet/minecraft/class_3785$class_3786;)V
      named <init> Lnet/minecraft/structure/pool/ListPoolElement;<init>(Ljava/util/List;Lnet/minecraft/structure/pool/StructurePool$Projection;)V
  • Method Details

    • getStart

      public Vec3i getStart(StructureTemplateManager structureTemplateManager, BlockRotation rotation)
      Specified by:
      getStart in class StructurePoolElement
      Mappings:
      Namespace Name Mixin selector
      official a Ldpw;a(Ldsi;Lcsz;)Lhu;
      intermediary method_16601 Lnet/minecraft/class_3784;method_16601(Lnet/minecraft/class_3485;Lnet/minecraft/class_2470;)Lnet/minecraft/class_2382;
      named getStart Lnet/minecraft/structure/pool/StructurePoolElement;getStart(Lnet/minecraft/structure/StructureTemplateManager;Lnet/minecraft/util/BlockRotation;)Lnet/minecraft/util/math/Vec3i;
    • getStructureBlockInfos

      public List<StructureTemplate.StructureBlockInfo> getStructureBlockInfos(StructureTemplateManager structureTemplateManager, BlockPos pos, BlockRotation rotation, Random random)
      Specified by:
      getStructureBlockInfos in class StructurePoolElement
      Mappings:
      Namespace Name Mixin selector
      official a Ldpw;a(Ldsi;Lgp;Lcsz;Laoh;)Ljava/util/List;
      intermediary method_16627 Lnet/minecraft/class_3784;method_16627(Lnet/minecraft/class_3485;Lnet/minecraft/class_2338;Lnet/minecraft/class_2470;Lnet/minecraft/class_5819;)Ljava/util/List;
      named getStructureBlockInfos Lnet/minecraft/structure/pool/StructurePoolElement;getStructureBlockInfos(Lnet/minecraft/structure/StructureTemplateManager;Lnet/minecraft/util/math/BlockPos;Lnet/minecraft/util/BlockRotation;Lnet/minecraft/util/math/random/Random;)Ljava/util/List;
    • getBoundingBox

      public BlockBox getBoundingBox(StructureTemplateManager structureTemplateManager, BlockPos pos, BlockRotation rotation)
      Specified by:
      getBoundingBox in class StructurePoolElement
      Mappings:
      Namespace Name Mixin selector
      official a Ldpw;a(Ldsi;Lgp;Lcsz;)Ldoh;
      intermediary method_16628 Lnet/minecraft/class_3784;method_16628(Lnet/minecraft/class_3485;Lnet/minecraft/class_2338;Lnet/minecraft/class_2470;)Lnet/minecraft/class_3341;
      named getBoundingBox Lnet/minecraft/structure/pool/StructurePoolElement;getBoundingBox(Lnet/minecraft/structure/StructureTemplateManager;Lnet/minecraft/util/math/BlockPos;Lnet/minecraft/util/BlockRotation;)Lnet/minecraft/util/math/BlockBox;
    • generate

      public boolean generate(StructureTemplateManager structureTemplateManager, StructureWorldAccess world, StructureAccessor structureAccessor, ChunkGenerator chunkGenerator, BlockPos pos, BlockPos pivot, BlockRotation rotation, BlockBox box, Random random, boolean keepJigsaws)
      Specified by:
      generate in class StructurePoolElement
      Mappings:
      Namespace Name Mixin selector
      official a Ldpw;a(Ldsi;Lckp;Lckn;Ldaq;Lgp;Lgp;Lcsz;Ldoh;Laoh;Z)Z
      intermediary method_16626 Lnet/minecraft/class_3784;method_16626(Lnet/minecraft/class_3485;Lnet/minecraft/class_5281;Lnet/minecraft/class_5138;Lnet/minecraft/class_2794;Lnet/minecraft/class_2338;Lnet/minecraft/class_2338;Lnet/minecraft/class_2470;Lnet/minecraft/class_3341;Lnet/minecraft/class_5819;Z)Z
      named generate Lnet/minecraft/structure/pool/StructurePoolElement;generate(Lnet/minecraft/structure/StructureTemplateManager;Lnet/minecraft/world/StructureWorldAccess;Lnet/minecraft/world/gen/StructureAccessor;Lnet/minecraft/world/gen/chunk/ChunkGenerator;Lnet/minecraft/util/math/BlockPos;Lnet/minecraft/util/math/BlockPos;Lnet/minecraft/util/BlockRotation;Lnet/minecraft/util/math/BlockBox;Lnet/minecraft/util/math/random/Random;Z)Z
    • getType

      public StructurePoolElementType<?> getType()
      Specified by:
      getType in class StructurePoolElement
      Mappings:
      Namespace Name Mixin selector
      official a Ldpw;a()Ldpx;
      intermediary method_16757 Lnet/minecraft/class_3784;method_16757()Lnet/minecraft/class_3816;
      named getType Lnet/minecraft/structure/pool/StructurePoolElement;getType()Lnet/minecraft/structure/pool/StructurePoolElementType;
    • setProjection

      public StructurePoolElement setProjection(StructurePool.Projection projection)
      Overrides:
      setProjection in class StructurePoolElement
      Mappings:
      Namespace Name Mixin selector
      official a Ldpw;a(Ldpy$a;)Ldpw;
      intermediary method_16622 Lnet/minecraft/class_3784;method_16622(Lnet/minecraft/class_3785$class_3786;)Lnet/minecraft/class_3784;
      named setProjection Lnet/minecraft/structure/pool/StructurePoolElement;setProjection(Lnet/minecraft/structure/pool/StructurePool$Projection;)Lnet/minecraft/structure/pool/StructurePoolElement;
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • setAllElementsProjection

      private void setAllElementsProjection(StructurePool.Projection projection)
      Mappings:
      Namespace Name Mixin selector
      official b Ldpu;b(Ldpy$a;)V
      intermediary method_19307 Lnet/minecraft/class_3782;method_19307(Lnet/minecraft/class_3785$class_3786;)V
      named setAllElementsProjection Lnet/minecraft/structure/pool/ListPoolElement;setAllElementsProjection(Lnet/minecraft/structure/pool/StructurePool$Projection;)V