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 pRandom, ChunkGenerator pChunkGenerator, RuinedPortalPiece.VerticalPlacement pVerticalPlacement, boolean pAirPocket, int pHeight, int pBlockCountY, BoundingBox pBox, LevelHeightAccessor pLevel, RandomState pRandomState) static Heightmap.Types
RuinedPortalPiece.getHeightMapType
(RuinedPortalPiece.VerticalPlacement pVerticalPlacement) private static ProcessorRule
RuinedPortalPiece.getLavaProcessorRule
(RuinedPortalPiece.VerticalPlacement pVerticalPlacement, RuinedPortalPiece.Properties pProperties) private static int
RuinedPortalPiece.getSurfaceY
(LevelAccessor pLevel, int pX, int pZ, RuinedPortalPiece.VerticalPlacement pVerticalPlacement) private static StructurePlaceSettings
RuinedPortalPiece.makeSettings
(Mirror pMirror, Rotation pRotation, RuinedPortalPiece.VerticalPlacement pVerticalPlacement, BlockPos pPos, RuinedPortalPiece.Properties pProperties) Constructors in net.minecraft.world.level.levelgen.structure.structures with parameters of type RuinedPortalPiece.VerticalPlacementModifierConstructorDescriptionRuinedPortalPiece
(StructureTemplateManager pStructureTemplateManager, BlockPos pTemplatePosition, RuinedPortalPiece.VerticalPlacement pVerticalPlacement, RuinedPortalPiece.Properties pProperties, ResourceLocation pLocation, StructureTemplate pTemplate, Rotation pRotation, Mirror pMirror, BlockPos pPivotPos) 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.