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 @Nullable StructureTemplatePool.ProjectionStructurePoolElement.projectionFields 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> pFeature) StructurePoolElement.legacy(String pId, Holder<StructureProcessorList> pProcessors) StructurePoolElement.list(List<Function<StructureTemplatePool.Projection, ? extends StructurePoolElement>> pElements) protected static <E extends StructurePoolElement>
com.mojang.serialization.codecs.RecordCodecBuilder<E, StructureTemplatePool.Projection> StructurePoolElement.projectionCodec()StructurePoolElement.single(String pId, Holder<StructureProcessorList> pProcessors) StructurePoolElement.single(String pId, Holder<StructureProcessorList> pProcessors, LiquidSettings pLiquidSettings) StructurePoolElement.single(String pId, LiquidSettings pLiquidSettings) 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 pProjection) private voidListPoolElement.setProjectionOnEachElement(StructureTemplatePool.Projection pProjection) 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>> pElements) Constructors in net.minecraft.world.level.levelgen.structure.pools with parameters of type StructureTemplatePool.ProjectionModifierConstructorDescriptionprotectedFeaturePoolElement(Holder<PlacedFeature> pFeature, StructureTemplatePool.Projection pProjection) JigsawJunction(int pSourceX, int pSourceGroundY, int pSourceZ, int pDeltaY, StructureTemplatePool.Projection pDestProjection) protectedLegacySinglePoolElement(com.mojang.datafixers.util.Either<Identifier, StructureTemplate> p_210348_, Holder<StructureProcessorList> p_210349_, StructureTemplatePool.Projection p_210350_, Optional<LiquidSettings> p_352209_) ListPoolElement(List<StructurePoolElement> pElements, StructureTemplatePool.Projection pProjection) protectedSinglePoolElement(com.mojang.datafixers.util.Either<Identifier, StructureTemplate> pTemplate, Holder<StructureProcessorList> pProcessors, StructureTemplatePool.Projection pProjection, Optional<LiquidSettings> pOverrideLiquidSettings) protectedStructurePoolElement(StructureTemplatePool.Projection pProjection) StructureTemplatePool(Holder<StructureTemplatePool> pFallback, List<com.mojang.datafixers.util.Pair<Function<StructureTemplatePool.Projection, ? extends StructurePoolElement>, Integer>> pRawTemplateFactories, StructureTemplatePool.Projection pProjection) Constructor parameters in net.minecraft.world.level.levelgen.structure.pools with type arguments of type StructureTemplatePool.ProjectionModifierConstructorDescriptionStructureTemplatePool(Holder<StructureTemplatePool> pFallback, List<com.mojang.datafixers.util.Pair<Function<StructureTemplatePool.Projection, ? extends StructurePoolElement>, Integer>> pRawTemplateFactories, StructureTemplatePool.Projection pProjection)