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 StructurePoolElementModifier and TypeFieldDescriptionprotected final StructurePoolElement
PoolStructurePiece.poolElement
Methods in net.minecraft.structure that return StructurePoolElementConstructors in net.minecraft.structure with parameters of type StructurePoolElementModifierConstructorDescriptionPoolStructurePiece
(StructureTemplateManager structureTemplateManager, StructurePoolElement poolElement, BlockPos pos, int groundLevelDelta, BlockRotation rotation, BlockBox boundingBox, StructureLiquidSettings liquidSettings) -
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 final com.mojang.serialization.Codec
<StructurePoolElement> StructurePoolElement.CODEC
private final List
<StructurePoolElement> ListPoolElement.elements
private final ObjectArrayList
<StructurePoolElement> StructurePool.elements
private final List
<com.mojang.datafixers.util.Pair<StructurePoolElement, Integer>> StructurePool.elementWeights
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.projectionGetter()
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.findStartingJigsawPos
(StructurePoolElement pool, Identifier id, BlockPos pos, BlockRotation rotation, StructureTemplateManager structureManager, ChunkRandom random) Method parameters in net.minecraft.structure.pool with type arguments of type StructurePoolElementModifier and TypeMethodDescriptionStructurePoolElement.ofList
(List<Function<StructurePool.Projection, ? extends StructurePoolElement>> elementGetters) Constructor parameters in net.minecraft.structure.pool with type arguments of type StructurePoolElementModifierConstructorDescriptionListPoolElement
(List<StructurePoolElement> elements, StructurePool.Projection projection) StructurePool
(RegistryEntry<StructurePool> fallback, List<com.mojang.datafixers.util.Pair<Function<StructurePool.Projection, ? extends StructurePoolElement>, Integer>> elementWeightsByGetters, StructurePool.Projection projection) StructurePool
(RegistryEntry<StructurePool> fallback, List<com.mojang.datafixers.util.Pair<StructurePoolElement, Integer>> elementWeights)