Uses of Enum Class
net.minecraft.world.level.levelgen.structure.pools.StructureTemplatePool.Projection
Packages that use StructureTemplatePool.Projection
-
Uses of StructureTemplatePool.Projection in net.minecraft.world.level.levelgen.structure.pools
Fields in net.minecraft.world.level.levelgen.structure.pools declared as StructureTemplatePool.ProjectionModifier and TypeFieldDescriptionprivate final StructureTemplatePool.Projection
JigsawJunction.destProjection
private StructureTemplatePool.Projection
StructurePoolElement.projection
Fields in net.minecraft.world.level.levelgen.structure.pools with type parameters of type StructureTemplatePool.ProjectionMethods in net.minecraft.world.level.levelgen.structure.pools that return StructureTemplatePool.ProjectionModifier and TypeMethodDescriptionJigsawJunction.getDestProjection()
StructurePoolElement.getProjection()
Returns the enum constant of this class with the specified name.static StructureTemplatePool.Projection[]
StructureTemplatePool.Projection.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in net.minecraft.world.level.levelgen.structure.pools that return types with arguments of type StructureTemplatePool.ProjectionModifier and TypeMethodDescriptionStructurePoolElement.empty()
StructurePoolElement.feature
(Holder<PlacedFeature> feature) StructurePoolElement.legacy
(String id, Holder<StructureProcessorList> processors) StructurePoolElement.list
(List<Function<StructureTemplatePool.Projection, ? extends StructurePoolElement>> elements) protected static <E extends StructurePoolElement>
com.mojang.serialization.codecs.RecordCodecBuilder<E, StructureTemplatePool.Projection> StructurePoolElement.projectionCodec()
StructurePoolElement.single
(String id, Holder<StructureProcessorList> processors) StructurePoolElement.single
(String id, Holder<StructureProcessorList> processors, LiquidSettings liquidSettings) StructurePoolElement.single
(String id, LiquidSettings liquidSettings) Methods in net.minecraft.world.level.levelgen.structure.pools with parameters of type StructureTemplatePool.ProjectionModifier and TypeMethodDescriptionListPoolElement.setProjection
(StructureTemplatePool.Projection projection) StructurePoolElement.setProjection
(StructureTemplatePool.Projection projection) private void
ListPoolElement.setProjectionOnEachElement
(StructureTemplatePool.Projection projection) Method parameters in net.minecraft.world.level.levelgen.structure.pools with type arguments of type StructureTemplatePool.ProjectionModifier and TypeMethodDescriptionStructurePoolElement.list
(List<Function<StructureTemplatePool.Projection, ? extends StructurePoolElement>> elements) Constructors in net.minecraft.world.level.levelgen.structure.pools with parameters of type StructureTemplatePool.ProjectionModifierConstructorDescriptionprotected
FeaturePoolElement
(Holder<PlacedFeature> feature, StructureTemplatePool.Projection projection) JigsawJunction
(int sourceX, int sourceGroundY, int sourceZ, int deltaY, StructureTemplatePool.Projection destProjection) protected
LegacySinglePoolElement
(com.mojang.datafixers.util.Either<ResourceLocation, StructureTemplate> p_210348_, Holder<StructureProcessorList> p_210349_, StructureTemplatePool.Projection p_210350_, Optional<LiquidSettings> p_352209_) ListPoolElement
(List<StructurePoolElement> elements, StructureTemplatePool.Projection projection) protected
SinglePoolElement
(com.mojang.datafixers.util.Either<ResourceLocation, StructureTemplate> template, Holder<StructureProcessorList> processors, StructureTemplatePool.Projection projection, Optional<LiquidSettings> overrideLiquidSettings) protected
StructurePoolElement
(StructureTemplatePool.Projection projection) StructureTemplatePool
(Holder<StructureTemplatePool> fallback, List<com.mojang.datafixers.util.Pair<Function<StructureTemplatePool.Projection, ? extends StructurePoolElement>, Integer>> rawTemplateFactories, StructureTemplatePool.Projection projection) Constructor parameters in net.minecraft.world.level.levelgen.structure.pools with type arguments of type StructureTemplatePool.ProjectionModifierConstructorDescriptionStructureTemplatePool
(Holder<StructureTemplatePool> fallback, List<com.mojang.datafixers.util.Pair<Function<StructureTemplatePool.Projection, ? extends StructurePoolElement>, Integer>> rawTemplateFactories, StructureTemplatePool.Projection projection)