Uses of Class
net.minecraft.structure.pool.StructurePoolElement
-
Uses of StructurePoolElement in net.minecraft.structure
ModifierConstructorDescriptionPoolStructurePiece(StructureManager structureManager, 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 com.mojang.serialization.Codec<StructurePoolElement>
StructurePoolElement.CODEC
private List<com.mojang.datafixers.util.Pair<StructurePoolElement,Integer>>
StructurePool.elementCounts
private List<StructurePoolElement>
ListPoolElement.elements
private List<StructurePoolElement>
StructurePool.elements
Modifier and TypeMethodDescriptionprotected static <E extends StructurePoolElement>
com.mojang.serialization.codecs.RecordCodecBuilder<E,StructurePool.Projection>StructurePoolElement.method_28883()
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.PieceFactory.create(StructureManager structureManager, StructurePoolElement poolElement, BlockPos pos, int int2, BlockRotation rotation, BlockBox elementBounds)
Modifier and TypeMethodDescriptionStructurePoolElement.method_30429(List<Function<StructurePool.Projection,? extends StructurePoolElement>> list)
ModifierConstructorDescriptionListPoolElement(List<StructurePoolElement> elements, StructurePool.Projection projection)
StructurePool(Identifier id, Identifier terminatorsId, List<com.mojang.datafixers.util.Pair<Function<StructurePool.Projection,? extends StructurePoolElement>,Integer>> elementCounts, StructurePool.Projection projection)
StructurePool(Identifier id, Identifier terminatorsId, List<com.mojang.datafixers.util.Pair<StructurePoolElement,Integer>> elementCounts)