Uses of Class
net.minecraft.structure.pool.StructurePoolElement
Packages that use StructurePoolElement
-
Uses of StructurePoolElement in net.minecraft.structure
Fields in net.minecraft.structure declared as StructurePoolElementMethods in net.minecraft.structure that return StructurePoolElementConstructors in net.minecraft.structure with parameters of type StructurePoolElementModifierConstructorDescriptionPoolStructurePiece(StructureManager structureManager, StructurePoolElement poolElement, BlockPos pos, int groundLevelDelta, BlockRotation rotation, BlockBox boundingBox)
-
Uses of StructurePoolElement in net.minecraft.structure.pool
Classes in net.minecraft.structure.pool with type parameters of type StructurePoolElementModifier and TypeInterfaceDescriptioninterface
StructurePoolElementType<P extends StructurePoolElement>
Subclasses of StructurePoolElement in net.minecraft.structure.poolModifier and TypeClassDescriptionclass
class
class
class
class
Fields in net.minecraft.structure.pool with type parameters of type StructurePoolElementModifier 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
Methods in net.minecraft.structure.pool with type parameters of type StructurePoolElementModifier and TypeMethodDescriptionprotected static <E extends StructurePoolElement>
com.mojang.serialization.codecs.RecordCodecBuilder<E,StructurePool.Projection>StructurePoolElement.method_28883()
static <P extends StructurePoolElement>
StructurePoolElementType<P>Methods in net.minecraft.structure.pool that return StructurePoolElementModifier and TypeMethodDescriptionStructurePool.getRandomElement(Random random)
ListPoolElement.setProjection(StructurePool.Projection projection)
StructurePoolElement.setProjection(StructurePool.Projection projection)
Methods in net.minecraft.structure.pool that return types with arguments of type StructurePoolElementMethods in net.minecraft.structure.pool with parameters of type StructurePoolElementModifier and TypeMethodDescriptionStructurePoolBasedGenerator.PieceFactory.create(StructureManager structureManager, StructurePoolElement poolElement, BlockPos pos, int int2, BlockRotation rotation, BlockBox elementBounds)
Method parameters in net.minecraft.structure.pool with type arguments of type StructurePoolElementModifier and TypeMethodDescriptionStructurePoolElement.method_30429(List<Function<StructurePool.Projection,? extends StructurePoolElement>> list)
Constructor parameters in net.minecraft.structure.pool with type arguments of type StructurePoolElementModifierConstructorDescriptionListPoolElement(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)