-
-
Methods in net.minecraft.structure.pool that return types with arguments of type StructurePool.Projection
| Modifier and Type |
Method |
Description |
protected static <E extends StructurePoolElement> com.mojang.serialization.codecs.RecordCodecBuilder<E,StructurePool.Projection> |
StructurePoolElement.method_28883() |
|
static Function<StructurePool.Projection,FeaturePoolElement> |
StructurePoolElement.method_30421(ConfiguredFeature<?,?> configuredFeature) |
|
static Function<StructurePool.Projection,LegacySinglePoolElement> |
StructurePoolElement.method_30425(String string) |
|
static Function<StructurePool.Projection,LegacySinglePoolElement> |
StructurePoolElement.method_30426(String string,
StructureProcessorList structureProcessorList) |
|
static Function<StructurePool.Projection,ListPoolElement> |
StructurePoolElement.method_30429(List<Function<StructurePool.Projection,? extends StructurePoolElement>> list) |
|
static Function<StructurePool.Projection,SinglePoolElement> |
StructurePoolElement.method_30434(String string) |
|
static Function<StructurePool.Projection,SinglePoolElement> |
StructurePoolElement.method_30435(String string,
StructureProcessorList structureProcessorList) |
|
static Function<StructurePool.Projection,EmptyPoolElement> |
StructurePoolElement.method_30438() |
|
Constructors in net.minecraft.structure.pool with parameters of type StructurePool.Projection
| Constructor |
Description |
FeaturePoolElement(Supplier<ConfiguredFeature<?,?>> feature,
StructurePool.Projection projection) |
|
LegacySinglePoolElement(com.mojang.datafixers.util.Either<Identifier,Structure> either,
Supplier<StructureProcessorList> processors,
StructurePool.Projection projection) |
ListPoolElement(List<StructurePoolElement> elements,
StructurePool.Projection projection) |
|
SinglePoolElement(com.mojang.datafixers.util.Either<Identifier,Structure> either,
Supplier<StructureProcessorList> processors,
StructurePool.Projection projection) |
|
StructurePool(Identifier id,
Identifier terminatorsId,
List<com.mojang.datafixers.util.Pair<Function<StructurePool.Projection,? extends StructurePoolElement>,Integer>> elementCounts,
StructurePool.Projection projection) |
|
StructurePoolElement(StructurePool.Projection projection) |
|