Package net.minecraft.structure.pool
Class LegacySinglePoolElement
java.lang.Object
net.minecraft.structure.pool.StructurePoolElement
net.minecraft.structure.pool.SinglePoolElement
net.minecraft.structure.pool.LegacySinglePoolElement
- Mappings:
- Namespace - Name - official - dte- intermediary - net/minecraft/class_5188- named - net/minecraft/structure/pool/LegacySinglePoolElement
- 
Field SummaryFieldsModifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec<LegacySinglePoolElement>Fields inherited from class net.minecraft.structure.pool.SinglePoolElementlocation, processors
- 
Constructor SummaryConstructorsModifierConstructorDescriptionprotectedLegacySinglePoolElement(com.mojang.datafixers.util.Either<Identifier, StructureTemplate> location, RegistryEntry<StructureProcessorList> processors, StructurePool.Projection projection) 
- 
Method SummaryModifier and TypeMethodDescriptionprotected StructurePlacementDatacreatePlacementData(BlockRotation rotation, BlockBox box, boolean keepJigsaws) getType()toString()Methods inherited from class net.minecraft.structure.pool.SinglePoolElementgenerate, getBoundingBox, getDataStructureBlocks, getStart, getStructureBlockInfos, locationGetter, processorsGetterMethods inherited from class net.minecraft.structure.pool.StructurePoolElementgetGroundLevelDelta, getProjection, method_16756, ofEmpty, ofFeature, ofLegacySingle, ofList, ofProcessedLegacySingle, ofProcessedSingle, ofSingle, projectionGetter, setProjection
- 
Field Details- 
CODEC- Mappings:
- Namespace - Name - Mixin selector - official - a- Ldte;a:Lcom/mojang/serialization/Codec;- intermediary - field_24949- Lnet/minecraft/class_5188;field_24949:Lcom/mojang/serialization/Codec;- named - CODEC- Lnet/minecraft/structure/pool/LegacySinglePoolElement;CODEC:Lcom/mojang/serialization/Codec;
 
 
- 
- 
Constructor Details- 
LegacySinglePoolElementprotected LegacySinglePoolElement(com.mojang.datafixers.util.Either<Identifier, StructureTemplate> location, RegistryEntry<StructureProcessorList> processors, StructurePool.Projection projection) - Mappings:
- Namespace - Name - Mixin selector - official - <init>- Ldtg;<init>(Lcom/mojang/datafixers/util/Either;Lhe;Ldtj$a;)V- intermediary - <init>- Lnet/minecraft/class_3781;<init>(Lcom/mojang/datafixers/util/Either;Lnet/minecraft/class_6880;Lnet/minecraft/class_3785$class_3786;)V- named - <init>- Lnet/minecraft/structure/pool/SinglePoolElement;<init>(Lcom/mojang/datafixers/util/Either;Lnet/minecraft/registry/entry/RegistryEntry;Lnet/minecraft/structure/pool/StructurePool$Projection;)V
 
 
- 
- 
Method Details- 
createPlacementDataprotected StructurePlacementData createPlacementData(BlockRotation rotation, BlockBox box, boolean keepJigsaws) - Overrides:
- createPlacementDatain class- SinglePoolElement
- Mappings:
- Namespace - Name - Mixin selector - official - a- Ldtg;a(Lcvz;Ldrs;Z)Ldvp;- 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- Overrides:
- getTypein class- SinglePoolElement
- Mappings:
- Namespace - Name - Mixin selector - official - a- Ldth;a()Ldti;- 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- Overrides:
- toStringin class- SinglePoolElement
 
 
-