Package net.minecraft.structure.pool
Class SinglePoolElement
java.lang.Object
net.minecraft.structure.pool.StructurePoolElement
net.minecraft.structure.pool.SinglePoolElement
- Direct Known Subclasses:
LegacySinglePoolElement
public class SinglePoolElement extends StructurePoolElement
- Mappings:
Namespace Name official ctv
intermediary net/minecraft/class_3781
named net/minecraft/structure/pool/SinglePoolElement
-
Field Summary
Fields Modifier and Type Field Description protected com.mojang.datafixers.util.Either<Identifier,Structure>
field_24015
private static com.mojang.serialization.Codec<com.mojang.datafixers.util.Either<Identifier,Structure>>
field_24951
static com.mojang.serialization.Codec<SinglePoolElement>
field_24952
protected Supplier<StructureProcessorList>
processors
Fields inherited from class net.minecraft.structure.pool.StructurePoolElement
CODEC
-
Constructor Summary
Constructors Modifier Constructor Description protected
SinglePoolElement(com.mojang.datafixers.util.Either<Identifier,Structure> either, Supplier<StructureProcessorList> processors, StructurePool.Projection projection)
SinglePoolElement(Structure structure)
-
Method Summary
Modifier and Type Method Description protected StructurePlacementData
createPlacementData(BlockRotation rotation, BlockBox box, boolean keepJigsaws)
boolean
generate(StructureManager structureManager, StructureWorldAccess world, StructureAccessor structureAccessor, ChunkGenerator chunkGenerator, BlockPos pos, BlockPos blockPos, BlockRotation rotation, BlockBox box, Random random, boolean keepJigsaws)
BlockBox
getBoundingBox(StructureManager structureManager, BlockPos pos, BlockRotation rotation)
List<Structure.StructureBlockInfo>
getDataStructureBlocks(StructureManager structureManager, BlockPos pos, BlockRotation rotation, boolean mirroredAndRotated)
List<Structure.StructureBlockInfo>
getStructureBlockInfos(StructureManager structureManager, BlockPos pos, BlockRotation rotation, Random random)
StructurePoolElementType<?>
getType()
private Structure
method_27233(StructureManager structureManager)
private static <T> com.mojang.serialization.DataResult<T>
method_28877(com.mojang.datafixers.util.Either<Identifier,Structure> either, com.mojang.serialization.DynamicOps<T> dynamicOps, T t)
protected static <E extends SinglePoolElement>
com.mojang.serialization.codecs.RecordCodecBuilder<E,Supplier<StructureProcessorList>>method_28880()
protected static <E extends SinglePoolElement>
com.mojang.serialization.codecs.RecordCodecBuilder<E,com.mojang.datafixers.util.Either<Identifier,Structure>>method_28882()
String
toString()
Methods inherited from class net.minecraft.structure.pool.StructurePoolElement
getGroundLevelDelta, getProjection, method_16756, method_28883, method_30421, method_30425, method_30426, method_30429, method_30434, method_30435, method_30438, setProjection
-
Field Details
-
field_24951
private static final com.mojang.serialization.Codec<com.mojang.datafixers.util.Either<Identifier,Structure>> field_24951- Mappings:
Namespace Name Mixin selector official a
Lctv;a:Lcom/mojang/serialization/Codec;
intermediary field_24951
Lnet/minecraft/class_3781;field_24951:Lcom/mojang/serialization/Codec;
named field_24951
Lnet/minecraft/structure/pool/SinglePoolElement;field_24951:Lcom/mojang/serialization/Codec;
-
field_24952
- Mappings:
Namespace Name Mixin selector official b
Lctv;b:Lcom/mojang/serialization/Codec;
intermediary field_24952
Lnet/minecraft/class_3781;field_24952:Lcom/mojang/serialization/Codec;
named field_24952
Lnet/minecraft/structure/pool/SinglePoolElement;field_24952:Lcom/mojang/serialization/Codec;
-
field_24015
- Mappings:
Namespace Name Mixin selector official c
Lctv;c:Lcom/mojang/datafixers/util/Either;
intermediary field_24015
Lnet/minecraft/class_3781;field_24015:Lcom/mojang/datafixers/util/Either;
named field_24015
Lnet/minecraft/structure/pool/SinglePoolElement;field_24015:Lcom/mojang/datafixers/util/Either;
-
processors
- Mappings:
Namespace Name Mixin selector official d
Lctv;d:Ljava/util/function/Supplier;
intermediary field_16674
Lnet/minecraft/class_3781;field_16674:Ljava/util/function/Supplier;
named processors
Lnet/minecraft/structure/pool/SinglePoolElement;processors:Ljava/util/function/Supplier;
-
-
Constructor Details
-
SinglePoolElement
protected SinglePoolElement(com.mojang.datafixers.util.Either<Identifier,Structure> either, Supplier<StructureProcessorList> processors, StructurePool.Projection projection)- Mappings:
Namespace Name Mixin selector official <init>
Lctv;<init>(Lcom/mojang/datafixers/util/Either;Ljava/util/function/Supplier;Lcty$a;)V
intermediary <init>
Lnet/minecraft/class_3781;<init>(Lcom/mojang/datafixers/util/Either;Ljava/util/function/Supplier;Lnet/minecraft/class_3785$class_3786;)V
named <init>
Lnet/minecraft/structure/pool/SinglePoolElement;<init>(Lcom/mojang/datafixers/util/Either;Ljava/util/function/Supplier;Lnet/minecraft/structure/pool/StructurePool$Projection;)V
-
SinglePoolElement
- Mappings:
Namespace Name Mixin selector official <init>
Lctv;<init>(Lcyo;)V
intermediary <init>
Lnet/minecraft/class_3781;<init>(Lnet/minecraft/class_3499;)V
named <init>
Lnet/minecraft/structure/pool/SinglePoolElement;<init>(Lnet/minecraft/structure/Structure;)V
-
-
Method Details
-
method_28877
private static <T> com.mojang.serialization.DataResult<T> method_28877(com.mojang.datafixers.util.Either<Identifier,Structure> either, com.mojang.serialization.DynamicOps<T> dynamicOps, T t)- Mappings:
Namespace Name Mixin selector official a
Lctv;a(Lcom/mojang/datafixers/util/Either;Lcom/mojang/serialization/DynamicOps;Ljava/lang/Object;)Lcom/mojang/serialization/DataResult;
intermediary method_28877
Lnet/minecraft/class_3781;method_28877(Lcom/mojang/datafixers/util/Either;Lcom/mojang/serialization/DynamicOps;Ljava/lang/Object;)Lcom/mojang/serialization/DataResult;
named method_28877
Lnet/minecraft/structure/pool/SinglePoolElement;method_28877(Lcom/mojang/datafixers/util/Either;Lcom/mojang/serialization/DynamicOps;Ljava/lang/Object;)Lcom/mojang/serialization/DataResult;
-
method_28880
protected static <E extends SinglePoolElement> com.mojang.serialization.codecs.RecordCodecBuilder<E,Supplier<StructureProcessorList>> method_28880()- Mappings:
Namespace Name Mixin selector official b
Lctv;b()Lcom/mojang/serialization/codecs/RecordCodecBuilder;
intermediary method_28880
Lnet/minecraft/class_3781;method_28880()Lcom/mojang/serialization/codecs/RecordCodecBuilder;
named method_28880
Lnet/minecraft/structure/pool/SinglePoolElement;method_28880()Lcom/mojang/serialization/codecs/RecordCodecBuilder;
-
method_28882
protected static <E extends SinglePoolElement> com.mojang.serialization.codecs.RecordCodecBuilder<E,com.mojang.datafixers.util.Either<Identifier,Structure>> method_28882()- Mappings:
Namespace Name Mixin selector official c
Lctv;c()Lcom/mojang/serialization/codecs/RecordCodecBuilder;
intermediary method_28882
Lnet/minecraft/class_3781;method_28882()Lcom/mojang/serialization/codecs/RecordCodecBuilder;
named method_28882
Lnet/minecraft/structure/pool/SinglePoolElement;method_28882()Lcom/mojang/serialization/codecs/RecordCodecBuilder;
-
method_27233
- Mappings:
Namespace Name Mixin selector official a
Lctv;a(Lcyj;)Lcyo;
intermediary method_27233
Lnet/minecraft/class_3781;method_27233(Lnet/minecraft/class_3485;)Lnet/minecraft/class_3499;
named method_27233
Lnet/minecraft/structure/pool/SinglePoolElement;method_27233(Lnet/minecraft/structure/StructureManager;)Lnet/minecraft/structure/Structure;
-
getDataStructureBlocks
public List<Structure.StructureBlockInfo> getDataStructureBlocks(StructureManager structureManager, BlockPos pos, BlockRotation rotation, boolean mirroredAndRotated)- Mappings:
Namespace Name Mixin selector official a
Lctv;a(Lcyj;Lfx;Lccm;Z)Ljava/util/List;
intermediary method_16614
Lnet/minecraft/class_3781;method_16614(Lnet/minecraft/class_3485;Lnet/minecraft/class_2338;Lnet/minecraft/class_2470;Z)Ljava/util/List;
named getDataStructureBlocks
Lnet/minecraft/structure/pool/SinglePoolElement;getDataStructureBlocks(Lnet/minecraft/structure/StructureManager;Lnet/minecraft/util/math/BlockPos;Lnet/minecraft/util/BlockRotation;Z)Ljava/util/List;
-
getStructureBlockInfos
public List<Structure.StructureBlockInfo> getStructureBlockInfos(StructureManager structureManager, BlockPos pos, BlockRotation rotation, Random random)- Specified by:
getStructureBlockInfos
in classStructurePoolElement
- Mappings:
Namespace Name Mixin selector official a
Lctw;a(Lcyj;Lfx;Lccm;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 classStructurePoolElement
- Mappings:
Namespace Name Mixin selector official a
Lctw;a(Lcyj;Lfx;Lccm;)Lcwn;
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 classStructurePoolElement
- Mappings:
Namespace Name Mixin selector official a
Lctw;a(Lcyj;Lbuq;Lbum;Lcjn;Lfx;Lfx;Lccm;Lcwn;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
-
createPlacementData
protected StructurePlacementData createPlacementData(BlockRotation rotation, BlockBox box, boolean keepJigsaws)- Mappings:
Namespace Name Mixin selector official a
Lctv;a(Lccm;Lcwn;Z)Lcyk;
intermediary method_16616
Lnet/minecraft/class_3781;method_16616(Lnet/minecraft/class_2470;Lnet/minecraft/class_3341;Z)Lnet/minecraft/class_3492;
named createPlacementData
Lnet/minecraft/structure/pool/SinglePoolElement;createPlacementData(Lnet/minecraft/util/BlockRotation;Lnet/minecraft/util/math/BlockBox;Z)Lnet/minecraft/structure/StructurePlacementData;
-
getType
- Specified by:
getType
in classStructurePoolElement
- Mappings:
Namespace Name Mixin selector official a
Lctw;a()Lctx;
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
-