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.ProjectionJigsawJunction.destProjectionprivate StructureTemplatePool.ProjectionStructurePoolElement.projectionFields in net.minecraft.world.level.levelgen.structure.pools with type parameters of type StructureTemplatePool.ProjectionModifier and TypeFieldDescriptionprivate static final Map<String,StructureTemplatePool.Projection> StructureTemplatePool.Projection.BY_NAMEstatic final com.mojang.serialization.Codec<StructureTemplatePool.Projection>StructureTemplatePool.Projection.CODECMethods 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> p_210503_) StructurePoolElement.legacy(String p_210513_, Holder<StructureProcessorList> p_210514_) StructurePoolElement.list(List<Function<StructureTemplatePool.Projection, ? extends StructurePoolElement>> p_210520_) protected static <E extends StructurePoolElement>
com.mojang.serialization.codecs.RecordCodecBuilder<E,StructureTemplatePool.Projection> StructurePoolElement.projectionCodec()StructurePoolElement.single(String p_210532_, Holder<StructureProcessorList> p_210533_) Methods in net.minecraft.world.level.levelgen.structure.pools with parameters of type StructureTemplatePool.ProjectionModifier and TypeMethodDescriptionListPoolElement.setProjection(StructureTemplatePool.Projection p_210373_) StructurePoolElement.setProjection(StructureTemplatePool.Projection p_210479_) private voidListPoolElement.setProjectionOnEachElement(StructureTemplatePool.Projection p_210407_) 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>> p_210520_) Constructors in net.minecraft.world.level.levelgen.structure.pools with parameters of type StructureTemplatePool.ProjectionModifierConstructorDescriptionprotectedFeaturePoolElement(Holder<PlacedFeature> p_210209_, StructureTemplatePool.Projection p_210210_) JigsawJunction(int p_210247_, int p_210248_, int p_210249_, int p_210250_, StructureTemplatePool.Projection p_210251_) protectedLegacySinglePoolElement(com.mojang.datafixers.util.Either<ResourceLocation, StructureTemplate> p_210348_, Holder<StructureProcessorList> p_210349_, StructureTemplatePool.Projection p_210350_) ListPoolElement(List<StructurePoolElement> p_210363_, StructureTemplatePool.Projection p_210364_) protectedSinglePoolElement(com.mojang.datafixers.util.Either<ResourceLocation, StructureTemplate> p_210415_, Holder<StructureProcessorList> p_210416_, StructureTemplatePool.Projection p_210417_) protectedStructureTemplatePool(ResourceLocation p_210569_, ResourceLocation p_210570_, List<com.mojang.datafixers.util.Pair<Function<StructureTemplatePool.Projection, ? extends StructurePoolElement>, Integer>> p_210571_, StructureTemplatePool.Projection p_210572_) Constructor parameters in net.minecraft.world.level.levelgen.structure.pools with type arguments of type StructureTemplatePool.ProjectionModifierConstructorDescriptionStructureTemplatePool(ResourceLocation p_210569_, ResourceLocation p_210570_, List<com.mojang.datafixers.util.Pair<Function<StructureTemplatePool.Projection, ? extends StructurePoolElement>, Integer>> p_210571_, StructureTemplatePool.Projection p_210572_)