Uses of Class
net.minecraft.structure.pool.StructurePoolElement
-
Uses of StructurePoolElement in net.minecraft.structure
Modifier and TypeFieldDescriptionprotected final StructurePoolElement
PoolStructurePiece.poolElement
ModifierConstructorDescriptionPoolStructurePiece
(StructureTemplateManager structureTemplateManager, StructurePoolElement poolElement, BlockPos pos, int groundLevelDelta, BlockRotation rotation, BlockBox boundingBox) -
Uses of StructurePoolElement in net.minecraft.structure.pool
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<com.mojang.datafixers.util.Pair<StructurePoolElement,
Integer>> StructurePool.elementCounts
private final List<StructurePoolElement>
ListPoolElement.elements
private final ObjectArrayList<StructurePoolElement>
StructurePool.elements
Modifier and TypeMethodDescriptionprotected static <E extends StructurePoolElement>
com.mojang.serialization.codecs.RecordCodecBuilder<E,StructurePool.Projection> StructurePoolElement.projectionGetter()
static <P extends StructurePoolElement>
StructurePoolElementType<P>Modifier and TypeMethodDescriptionStructurePool.getRandomElement
(Random random) ListPoolElement.setProjection
(StructurePool.Projection projection) StructurePoolElement.setProjection
(StructurePool.Projection projection) Modifier and TypeMethodDescriptionStructurePoolBasedGenerator.findStartingJigsawPos
(StructurePoolElement pool, Identifier id, BlockPos pos, BlockRotation rotation, StructureTemplateManager structureManager, ChunkRandom random) Modifier and TypeMethodDescriptionStructurePoolElement.ofList
(List<Function<StructurePool.Projection, ? extends StructurePoolElement>> elementGetters) ModifierConstructorDescriptionListPoolElement
(List<StructurePoolElement> elements, StructurePool.Projection projection) StructurePool
(RegistryEntry<StructurePool> fallback, List<com.mojang.datafixers.util.Pair<Function<StructurePool.Projection, ? extends StructurePoolElement>, Integer>> elementCountsByGetters, StructurePool.Projection projection) StructurePool
(RegistryEntry<StructurePool> fallback, List<com.mojang.datafixers.util.Pair<StructurePoolElement, Integer>> elementCounts)