Uses of Enum Class
net.minecraft.world.level.levelgen.structure.structures.RuinedPortalPiece.VerticalPlacement
Packages that use RuinedPortalPiece.VerticalPlacement
-
Uses of RuinedPortalPiece.VerticalPlacement in net.minecraft.world.level.levelgen.structure.structures
Fields in net.minecraft.world.level.levelgen.structure.structures declared as RuinedPortalPiece.VerticalPlacementModifier and TypeFieldDescriptionprivate final RuinedPortalPiece.VerticalPlacement
RuinedPortalStructure.Setup.placement
The field for theplacement
record component.private final RuinedPortalPiece.VerticalPlacement
RuinedPortalPiece.verticalPlacement
Fields in net.minecraft.world.level.levelgen.structure.structures with type parameters of type RuinedPortalPiece.VerticalPlacementMethods in net.minecraft.world.level.levelgen.structure.structures that return RuinedPortalPiece.VerticalPlacementModifier and TypeMethodDescriptionRuinedPortalStructure.Setup.placement()
Returns the value of theplacement
record component.Returns the enum constant of this class with the specified name.static RuinedPortalPiece.VerticalPlacement[]
RuinedPortalPiece.VerticalPlacement.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.structures with parameters of type RuinedPortalPiece.VerticalPlacementModifier and TypeMethodDescriptionprivate static int
RuinedPortalStructure.findSuitableY
(RandomSource random, ChunkGenerator chunkGenerator, RuinedPortalPiece.VerticalPlacement verticalPlacement, boolean airPocket, int height, int blockCountY, BoundingBox box, LevelHeightAccessor level, RandomState randomState) static Heightmap.Types
RuinedPortalPiece.getHeightMapType
(RuinedPortalPiece.VerticalPlacement verticalPlacement) private static ProcessorRule
RuinedPortalPiece.getLavaProcessorRule
(RuinedPortalPiece.VerticalPlacement verticalPlacement, RuinedPortalPiece.Properties properties) private static int
RuinedPortalPiece.getSurfaceY
(LevelAccessor level, int x, int z, RuinedPortalPiece.VerticalPlacement verticalPlacement) private static StructurePlaceSettings
RuinedPortalPiece.makeSettings
(Mirror mirror, Rotation rotation, RuinedPortalPiece.VerticalPlacement verticalPlacement, BlockPos pos, RuinedPortalPiece.Properties properties) Constructors in net.minecraft.world.level.levelgen.structure.structures with parameters of type RuinedPortalPiece.VerticalPlacementModifierConstructorDescriptionRuinedPortalPiece
(StructureTemplateManager structureTemplateManager, BlockPos templatePosition, RuinedPortalPiece.VerticalPlacement verticalPlacement, RuinedPortalPiece.Properties properties, ResourceLocation location, StructureTemplate template, Rotation rotation, Mirror mirror, BlockPos pivotPos) Setup
(RuinedPortalPiece.VerticalPlacement placement, float airPocketProbability, float mossiness, boolean overgrown, boolean vines, boolean canBeCold, boolean replaceWithBlackstone, float weight) Creates an instance of aSetup
record class.