Uses of Class
net.minecraft.world.level.levelgen.feature.structures.StructurePoolElement
Package
Description
-
Uses of StructurePoolElement in net.minecraft.world.level.levelgen.feature.structures
Modifier and TypeInterfaceDescriptioninterface
StructurePoolElementType<P extends StructurePoolElement>
Modifier and TypeClassDescriptionclass
class
class
class
class
Modifier and TypeFieldDescriptionstatic com.mojang.serialization.Codec<StructurePoolElement>
StructurePoolElement.CODEC
private List<StructurePoolElement>
ListPoolElement.elements
private List<com.mojang.datafixers.util.Pair<StructurePoolElement,Integer>>
StructureTemplatePool.rawTemplates
private 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_69274_)
ListPoolElement.setProjection(StructureTemplatePool.Projection p_69067_)
StructurePoolElement.setProjection(StructureTemplatePool.Projection p_69169_)
Modifier and TypeMethodDescriptionJigsawPlacement.PieceFactory.create(StructureManager p_68965_, StructurePoolElement p_68966_, BlockPos p_68967_, int p_68968_, Rotation p_68969_, BoundingBox p_68970_)
Modifier and TypeMethodDescriptionStructurePoolElement.list(List<Function<StructureTemplatePool.Projection,? extends StructurePoolElement>> p_69205_)
ModifierConstructorDescriptionListPoolElement(List<StructurePoolElement> p_69061_, StructureTemplatePool.Projection p_69062_)
StructureTemplatePool(ResourceLocation p_69259_, ResourceLocation p_69260_, List<com.mojang.datafixers.util.Pair<Function<StructureTemplatePool.Projection,? extends StructurePoolElement>,Integer>> p_69261_, StructureTemplatePool.Projection p_69262_)
StructureTemplatePool(ResourceLocation p_69255_, ResourceLocation p_69256_, List<com.mojang.datafixers.util.Pair<StructurePoolElement,Integer>> p_69257_)
-
Uses of StructurePoolElement in net.minecraft.world.level.levelgen.structure
Modifier and TypeFieldDescriptionprotected StructurePoolElement
PoolElementStructurePiece.element
ModifierConstructorDescriptionPoolElementStructurePiece(StructureManager p_72606_, StructurePoolElement p_72607_, BlockPos p_72608_, int p_72609_, Rotation p_72610_, BoundingBox p_72611_)