Uses of Enum Class
net.minecraft.structure.pool.StructurePool.Projection
-
Uses of StructurePool.Projection in net.minecraft.structure
ModifierConstructorDescriptionJigsawJunction(int sourceX, int sourceGroundY, int sourceZ, int deltaY, StructurePool.Projection destProjection)
-
Uses of StructurePool.Projection in net.minecraft.structure.pool
Modifier and TypeFieldDescriptionprivate StructurePool.Projection
StructurePoolElement.projection
Modifier and TypeFieldDescriptionstatic com.mojang.serialization.Codec<StructurePool.Projection>
StructurePool.Projection.CODEC
private static Map<String,StructurePool.Projection>
StructurePool.Projection.PROJECTIONS_BY_ID
Modifier and TypeMethodDescriptionstatic StructurePool.Projection
StructurePoolElement.getProjection()
static StructurePool.Projection
Returns the enum constant of this class with the specified name.static StructurePool.Projection[]
StructurePool.Projection.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionprotected static <E extends StructurePoolElement>
com.mojang.serialization.codecs.RecordCodecBuilder<E,StructurePool.Projection>StructurePoolElement.method_28883()
StructurePoolElement.method_30421(ConfiguredFeature<?,?> configuredFeature)
StructurePoolElement.method_30425(String string)
StructurePoolElement.method_30426(String string, StructureProcessorList structureProcessorList)
StructurePoolElement.method_30429(List<Function<StructurePool.Projection,? extends StructurePoolElement>> list)
StructurePoolElement.method_30434(String string)
StructurePoolElement.method_30435(String string, StructureProcessorList structureProcessorList)
StructurePoolElement.method_30438()
Modifier and TypeMethodDescriptionprivate void
ListPoolElement.setAllElementsProjection(StructurePool.Projection projection)
ListPoolElement.setProjection(StructurePool.Projection projection)
StructurePoolElement.setProjection(StructurePool.Projection projection)
Modifier and TypeMethodDescriptionStructurePoolElement.method_30429(List<Function<StructurePool.Projection,? extends StructurePoolElement>> list)
ModifierConstructorDescriptionprotected
FeaturePoolElement(Supplier<ConfiguredFeature<?,?>> feature, StructurePool.Projection projection)
protected
LegacySinglePoolElement(com.mojang.datafixers.util.Either<Identifier,Structure> either, Supplier<StructureProcessorList> processors, StructurePool.Projection projection)
ListPoolElement(List<StructurePoolElement> elements, StructurePool.Projection projection)
protected
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)
protected
StructurePoolElement(StructurePool.Projection projection)
ModifierConstructorDescriptionStructurePool(Identifier id, Identifier terminatorsId, List<com.mojang.datafixers.util.Pair<Function<StructurePool.Projection,? extends StructurePoolElement>,Integer>> elementCounts, StructurePool.Projection projection)