Class FeaturePoolElement

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

public class FeaturePoolElement extends StructurePoolElement
Mappings:
Namespace Name
official cxt
intermediary net/minecraft/class_3776
named net/minecraft/structure/pool/FeaturePoolElement
  • Field Details

    • CODEC

      public static final com.mojang.serialization.Codec<FeaturePoolElement> CODEC
      Mappings:
      Namespace Name Mixin selector
      official a Lcxt;a:Lcom/mojang/serialization/Codec;
      intermediary field_24948 Lnet/minecraft/class_3776;field_24948:Lcom/mojang/serialization/Codec;
      named CODEC Lnet/minecraft/structure/pool/FeaturePoolElement;CODEC:Lcom/mojang/serialization/Codec;
    • feature

      private final Supplier<ConfiguredFeature<?,​?>> feature
      Mappings:
      Namespace Name Mixin selector
      official b Lcxt;b:Ljava/util/function/Supplier;
      intermediary field_16661 Lnet/minecraft/class_3776;field_16661:Ljava/util/function/Supplier;
      named feature Lnet/minecraft/structure/pool/FeaturePoolElement;feature:Ljava/util/function/Supplier;
    • nbt

      private final NbtCompound nbt
      Mappings:
      Namespace Name Mixin selector
      official c Lcxt;c:Lna;
      intermediary field_16662 Lnet/minecraft/class_3776;field_16662:Lnet/minecraft/class_2487;
      named nbt Lnet/minecraft/structure/pool/FeaturePoolElement;nbt:Lnet/minecraft/nbt/NbtCompound;
  • Constructor Details

    • FeaturePoolElement

      protected FeaturePoolElement(Supplier<ConfiguredFeature<?,​?>> feature, StructurePool.Projection projection)
      Mappings:
      Namespace Name Mixin selector
      official <init> Lcxt;<init>(Ljava/util/function/Supplier;Lcyb$a;)V
      intermediary <init> Lnet/minecraft/class_3776;<init>(Ljava/util/function/Supplier;Lnet/minecraft/class_3785$class_3786;)V
      named <init> Lnet/minecraft/structure/pool/FeaturePoolElement;<init>(Ljava/util/function/Supplier;Lnet/minecraft/structure/pool/StructurePool$Projection;)V
  • Method Details

    • createDefaultJigsawNbt

      private NbtCompound createDefaultJigsawNbt()
      Mappings:
      Namespace Name Mixin selector
      official b Lcxt;b()Lna;
      intermediary method_19299 Lnet/minecraft/class_3776;method_19299()Lnet/minecraft/class_2487;
      named createDefaultJigsawNbt Lnet/minecraft/structure/pool/FeaturePoolElement;createDefaultJigsawNbt()Lnet/minecraft/nbt/NbtCompound;
    • getStart

      public Vec3i getStart(StructureManager structureManager, BlockRotation blockRotation)
      Specified by:
      getStart in class StructurePoolElement
      Mappings:
      Namespace Name Mixin selector
      official a Lcxz;a(Ldcp;Lcfk;)Lhb;
      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/StructureManager;Lnet/minecraft/util/BlockRotation;)Lnet/minecraft/util/math/Vec3i;
    • getStructureBlockInfos

      public List<Structure.StructureBlockInfo> getStructureBlockInfos(StructureManager structureManager, BlockPos pos, BlockRotation rotation, Random random)
      Specified by:
      getStructureBlockInfos in class StructurePoolElement
      Mappings:
      Namespace Name Mixin selector
      official a Lcxz;a(Ldcp;Lgg;Lcfk;Ljava/util/Random;)Ljava/util/List;
      intermediary method_16627 Lnet/minecraft/class_3784;method_16627(Lnet/minecraft/class_3485;Lnet/minecraft/class_2338;Lnet/minecraft/class_2470;Ljava/util/Random;)Ljava/util/List;
      named getStructureBlockInfos Lnet/minecraft/structure/pool/StructurePoolElement;getStructureBlockInfos(Lnet/minecraft/structure/StructureManager;Lnet/minecraft/util/math/BlockPos;Lnet/minecraft/util/BlockRotation;Ljava/util/Random;)Ljava/util/List;
    • getBoundingBox

      public BlockBox getBoundingBox(StructureManager structureManager, BlockPos pos, BlockRotation rotation)
      Specified by:
      getBoundingBox in class StructurePoolElement
      Mappings:
      Namespace Name Mixin selector
      official a Lcxz;a(Ldcp;Lgg;Lcfk;)Ldaq;
      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/StructureManager;Lnet/minecraft/util/math/BlockPos;Lnet/minecraft/util/BlockRotation;)Lnet/minecraft/util/math/BlockBox;
    • generate

      public boolean generate(StructureManager structureManager, StructureWorldAccess world, StructureAccessor structureAccessor, ChunkGenerator chunkGenerator, BlockPos pos, BlockPos blockPos, BlockRotation rotation, BlockBox box, Random random, boolean keepJigsaws)
      Specified by:
      generate in class StructurePoolElement
      Mappings:
      Namespace Name Mixin selector
      official a Lcxz;a(Ldcp;Lbxk;Lbxg;Lcmn;Lgg;Lgg;Lcfk;Ldaq;Ljava/util/Random;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;Ljava/util/Random;Z)Z
      named generate Lnet/minecraft/structure/pool/StructurePoolElement;generate(Lnet/minecraft/structure/StructureManager;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;Ljava/util/Random;Z)Z
    • getType

      public StructurePoolElementType<?> getType()
      Specified by:
      getType in class StructurePoolElement
      Mappings:
      Namespace Name Mixin selector
      official a Lcxz;a()Lcya;
      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;
    • toString

      public String toString()
      Overrides:
      toString in class Object