Uses of Class
net.minecraft.world.level.levelgen.structure.pools.StructurePoolElement
Package
Description
-
Uses of StructurePoolElement in net.minecraft.world.level.levelgen.structure
Modifier and TypeFieldDescriptionprotected final StructurePoolElement
PoolElementStructurePiece.element
ModifierConstructorDescriptionPoolElementStructurePiece
(StructureTemplateManager p_226495_, StructurePoolElement p_226496_, BlockPos p_226497_, int p_226498_, Rotation p_226499_, BoundingBox p_226500_) -
Uses of StructurePoolElement in net.minecraft.world.level.levelgen.structure.pools
Modifier and TypeInterfaceDescriptioninterface
StructurePoolElementType<P extends StructurePoolElement>
Modifier and TypeClassDescriptionclass
class
class
class
class
Modifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec<StructurePoolElement>
StructurePoolElement.CODEC
private final List<StructurePoolElement>
ListPoolElement.elements
private final List<com.mojang.datafixers.util.Pair<StructurePoolElement,
Integer>> StructureTemplatePool.rawTemplates
private final it.unimi.dsi.fastutil.objects.ObjectArrayList<StructurePoolElement>
StructureTemplatePool.templates
Modifier and TypeMethodDescriptionprotected static <E extends StructurePoolElement>
com.mojang.serialization.codecs.RecordCodecBuilder<E,StructureTemplatePool.Projection> StructurePoolElement.projectionCodec()
static <P extends StructurePoolElement>
StructurePoolElementType<P>Modifier and TypeMethodDescriptionStructureTemplatePool.getRandomTemplate
(RandomSource p_227356_) ListPoolElement.setProjection
(StructureTemplatePool.Projection p_210373_) StructurePoolElement.setProjection
(StructureTemplatePool.Projection p_210479_) Modifier and TypeMethodDescriptionStructureTemplatePool.getShuffledTemplates
(RandomSource p_227363_) Modifier and TypeMethodDescriptionJigsawPlacement.getRandomNamedJigsaw
(StructurePoolElement p_227248_, ResourceLocation p_227249_, BlockPos p_227250_, Rotation p_227251_, StructureTemplateManager p_227252_, WorldgenRandom p_227253_) Modifier and TypeMethodDescriptionStructurePoolElement.list
(List<Function<StructureTemplatePool.Projection, ? extends StructurePoolElement>> p_210520_) ModifierConstructorDescriptionListPoolElement
(List<StructurePoolElement> p_210363_, StructureTemplatePool.Projection p_210364_) StructureTemplatePool
(Holder<StructureTemplatePool> p_255795_, List<com.mojang.datafixers.util.Pair<Function<StructureTemplatePool.Projection, ? extends StructurePoolElement>, Integer>> p_256083_, StructureTemplatePool.Projection p_255642_) StructureTemplatePool
(Holder<StructureTemplatePool> p_255747_, List<com.mojang.datafixers.util.Pair<StructurePoolElement, Integer>> p_255919_)