Uses of Enum Class
net.minecraft.structure.pool.StructurePool.Projection
-
Uses of StructurePool.Projection in net.minecraft.structure
Modifier and TypeFieldDescriptionprivate final StructurePool.Projection
JigsawJunction.destProjection
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 final StringIdentifiable.EnumCodec<StructurePool.Projection>
StructurePool.Projection.CODEC
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 TypeMethodDescriptionStructurePoolElement.ofEmpty()
StructurePoolElement.ofFeature
(RegistryEntry<PlacedFeature> placedFeatureEntry) StructurePoolElement.ofLegacySingle
(String id) StructurePoolElement.ofList
(List<Function<StructurePool.Projection, ? extends StructurePoolElement>> elementGetters) StructurePoolElement.ofProcessedLegacySingle
(String id, RegistryEntry<StructureProcessorList> processorListEntry) StructurePoolElement.ofProcessedSingle
(String id, RegistryEntry<StructureProcessorList> processorListEntry) protected static <E extends StructurePoolElement>
com.mojang.serialization.codecs.RecordCodecBuilder<E,StructurePool.Projection> StructurePoolElement.projectionGetter()
Modifier and TypeMethodDescriptionprivate void
ListPoolElement.setAllElementsProjection
(StructurePool.Projection projection) ListPoolElement.setProjection
(StructurePool.Projection projection) StructurePoolElement.setProjection
(StructurePool.Projection projection) Modifier and TypeMethodDescriptionStructurePoolElement.ofList
(List<Function<StructurePool.Projection, ? extends StructurePoolElement>> elementGetters) ModifierConstructorDescriptionprotected
FeaturePoolElement
(RegistryEntry<PlacedFeature> feature, StructurePool.Projection projection) protected
LegacySinglePoolElement
(com.mojang.datafixers.util.Either<Identifier, StructureTemplate> location, RegistryEntry<StructureProcessorList> processors, StructurePool.Projection projection) ListPoolElement
(List<StructurePoolElement> elements, StructurePool.Projection projection) protected
SinglePoolElement
(com.mojang.datafixers.util.Either<Identifier, StructureTemplate> location, RegistryEntry<StructureProcessorList> processors, StructurePool.Projection projection) StructurePool
(RegistryEntry<StructurePool> fallback, List<com.mojang.datafixers.util.Pair<Function<StructurePool.Projection, ? extends StructurePoolElement>, Integer>> elementCountsByGetters, StructurePool.Projection projection) protected
StructurePoolElement
(StructurePool.Projection projection) ModifierConstructorDescriptionStructurePool
(RegistryEntry<StructurePool> fallback, List<com.mojang.datafixers.util.Pair<Function<StructurePool.Projection, ? extends StructurePoolElement>, Integer>> elementCountsByGetters, StructurePool.Projection projection)