Uses of Enum Class
net.minecraft.world.level.levelgen.structure.RuinedPortalPiece.VerticalPlacement
Packages that use RuinedPortalPiece.VerticalPlacement
Package
Description
-
Uses of RuinedPortalPiece.VerticalPlacement in net.minecraft.world.level.levelgen.feature
Methods in net.minecraft.world.level.levelgen.feature with parameters of type RuinedPortalPiece.VerticalPlacementModifier and TypeMethodDescription(package private) static int
RuinedPortalFeature.findSuitableY(Random p_160272_, ChunkGenerator p_160273_, RuinedPortalPiece.VerticalPlacement p_160274_, boolean p_160275_, int p_160276_, int p_160277_, BoundingBox p_160278_, LevelHeightAccessor p_160279_)
-
Uses of RuinedPortalPiece.VerticalPlacement in net.minecraft.world.level.levelgen.structure
Fields in net.minecraft.world.level.levelgen.structure declared as RuinedPortalPiece.VerticalPlacementFields in net.minecraft.world.level.levelgen.structure with type parameters of type RuinedPortalPiece.VerticalPlacementModifier and TypeFieldDescriptionprivate static Map<String,RuinedPortalPiece.VerticalPlacement>
RuinedPortalPiece.VerticalPlacement.BY_NAME
Methods in net.minecraft.world.level.levelgen.structure that return RuinedPortalPiece.VerticalPlacementModifier and TypeMethodDescriptionReturns 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 with parameters of type RuinedPortalPiece.VerticalPlacementModifier and TypeMethodDescriptionstatic Heightmap.Types
RuinedPortalPiece.getHeightMapType(RuinedPortalPiece.VerticalPlacement p_72693_)
private static ProcessorRule
RuinedPortalPiece.getLavaProcessorRule(RuinedPortalPiece.VerticalPlacement p_163161_, RuinedPortalPiece.Properties p_163162_)
private static int
RuinedPortalPiece.getSurfaceY(LevelAccessor p_72670_, int p_72671_, int p_72672_, RuinedPortalPiece.VerticalPlacement p_72673_)
private static StructurePlaceSettings
RuinedPortalPiece.makeSettings(Mirror p_163155_, Rotation p_163156_, RuinedPortalPiece.VerticalPlacement p_163157_, BlockPos p_163158_, RuinedPortalPiece.Properties p_163159_)
Constructors in net.minecraft.world.level.levelgen.structure with parameters of type RuinedPortalPiece.VerticalPlacementModifierConstructorDescriptionRuinedPortalPiece(StructureManager p_163138_, BlockPos p_163139_, RuinedPortalPiece.VerticalPlacement p_163140_, RuinedPortalPiece.Properties p_163141_, ResourceLocation p_163142_, StructureTemplate p_163143_, Rotation p_163144_, Mirror p_163145_, BlockPos p_163146_)