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
(StructureManager p_209910_, StructurePoolElement p_209911_, BlockPos p_209912_, int p_209913_, Rotation p_209914_, BoundingBox p_209915_) -
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 List<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
(Random p_210586_) ListPoolElement.setProjection
(StructureTemplatePool.Projection p_210373_) StructurePoolElement.setProjection
(StructureTemplatePool.Projection p_210479_) Modifier and TypeMethodDescriptionJigsawPlacement.PieceFactory.create
(StructureManager p_210301_, StructurePoolElement p_210302_, BlockPos p_210303_, int p_210304_, Rotation p_210305_, BoundingBox p_210306_) Modifier and TypeMethodDescriptionStructurePoolElement.list
(List<Function<StructureTemplatePool.Projection, ? extends StructurePoolElement>> p_210520_) ModifierConstructorDescriptionListPoolElement
(List<StructurePoolElement> p_210363_, StructureTemplatePool.Projection p_210364_) StructureTemplatePool
(ResourceLocation p_210569_, ResourceLocation p_210570_, List<com.mojang.datafixers.util.Pair<Function<StructureTemplatePool.Projection, ? extends StructurePoolElement>, Integer>> p_210571_, StructureTemplatePool.Projection p_210572_) StructureTemplatePool
(ResourceLocation p_210565_, ResourceLocation p_210566_, List<com.mojang.datafixers.util.Pair<StructurePoolElement, Integer>> p_210567_)