Uses of Class
net.minecraft.world.level.levelgen.structure.pools.StructurePoolElement
Packages that use StructurePoolElement
Package
Description
-
Uses of StructurePoolElement in net.minecraft.world.level.levelgen.structure
Fields in net.minecraft.world.level.levelgen.structure declared as StructurePoolElementModifier and TypeFieldDescriptionprotected final 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_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
Classes in net.minecraft.world.level.levelgen.structure.pools with type parameters of type StructurePoolElementModifier and TypeInterfaceDescriptioninterface
StructurePoolElementType<P extends StructurePoolElement>
Subclasses of StructurePoolElement in net.minecraft.world.level.levelgen.structure.poolsModifier and TypeClassDescriptionclass
class
class
class
class
Fields in net.minecraft.world.level.levelgen.structure.pools with type parameters of type StructurePoolElementModifier 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
Methods in net.minecraft.world.level.levelgen.structure.pools 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.structure.pools that return StructurePoolElementModifier and TypeMethodDescriptionStructureTemplatePool.getRandomTemplate
(Random p_210586_) ListPoolElement.setProjection
(StructureTemplatePool.Projection p_210373_) StructurePoolElement.setProjection
(StructureTemplatePool.Projection p_210479_) Methods in net.minecraft.world.level.levelgen.structure.pools that return types with arguments of type StructurePoolElementMethods in net.minecraft.world.level.levelgen.structure.pools with parameters of type StructurePoolElementModifier and TypeMethodDescriptionJigsawPlacement.PieceFactory.create
(StructureManager p_210301_, StructurePoolElement p_210302_, BlockPos p_210303_, int p_210304_, Rotation p_210305_, BoundingBox p_210306_) Method parameters in net.minecraft.world.level.levelgen.structure.pools with type arguments of type StructurePoolElementModifier and TypeMethodDescriptionStructurePoolElement.list
(List<Function<StructureTemplatePool.Projection, ? extends StructurePoolElement>> p_210520_) Constructor parameters in net.minecraft.world.level.levelgen.structure.pools with type arguments of type StructurePoolElementModifierConstructorDescriptionListPoolElement
(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_)