Uses of Class
net.minecraft.world.level.levelgen.feature.structures.StructurePoolElement
Packages that use StructurePoolElement
Package
Description
-
Uses of StructurePoolElement in net.minecraft.world.level.levelgen.feature.structures
Classes in net.minecraft.world.level.levelgen.feature.structures with type parameters of type StructurePoolElementModifier and TypeInterfaceDescriptioninterface
StructurePoolElementType<P extends StructurePoolElement>
Modifier and TypeClassDescriptionclass
class
class
class
class
Fields in net.minecraft.world.level.levelgen.feature.structures with type parameters of type StructurePoolElementModifier 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
Methods in net.minecraft.world.level.levelgen.feature.structures with type parameters of type StructurePoolElementModifier and TypeMethodDescriptionprotected static <E extends StructurePoolElement>
com.mojang.serialization.codecs.RecordCodecBuilder<E,StructureTemplatePool.Projection>StructurePoolElement.projectionCodec()
static <P extends StructurePoolElement>
StructurePoolElementType<P>Methods in net.minecraft.world.level.levelgen.feature.structures that return StructurePoolElementModifier and TypeMethodDescriptionStructureTemplatePool.getRandomTemplate(Random p_69274_)
ListPoolElement.setProjection(StructureTemplatePool.Projection p_69067_)
StructurePoolElement.setProjection(StructureTemplatePool.Projection p_69169_)
Methods in net.minecraft.world.level.levelgen.feature.structures that return types with arguments of type StructurePoolElementMethods in net.minecraft.world.level.levelgen.feature.structures with parameters of type StructurePoolElementModifier and TypeMethodDescriptionJigsawPlacement.PieceFactory.create(StructureManager p_68965_, StructurePoolElement p_68966_, BlockPos p_68967_, int p_68968_, Rotation p_68969_, BoundingBox p_68970_)
Method parameters in net.minecraft.world.level.levelgen.feature.structures with type arguments of type StructurePoolElementModifier and TypeMethodDescriptionStructurePoolElement.list(List<Function<StructureTemplatePool.Projection,? extends StructurePoolElement>> p_69205_)
Constructor parameters in net.minecraft.world.level.levelgen.feature.structures with type arguments of type StructurePoolElementModifierConstructorDescriptionListPoolElement(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
Fields in net.minecraft.world.level.levelgen.structure declared as StructurePoolElementModifier and TypeFieldDescriptionprotected StructurePoolElement
PoolElementStructurePiece.element
Methods in net.minecraft.world.level.levelgen.structure that return StructurePoolElementConstructors in net.minecraft.world.level.levelgen.structure with parameters of type StructurePoolElementModifierConstructorDescriptionPoolElementStructurePiece(StructureManager p_72606_, StructurePoolElement p_72607_, BlockPos p_72608_, int p_72609_, Rotation p_72610_, BoundingBox p_72611_)