Uses of Enum Class
net.minecraft.structure.RuinedPortalStructurePiece.VerticalPlacement
Packages that use RuinedPortalStructurePiece.VerticalPlacement
-
Uses of RuinedPortalStructurePiece.VerticalPlacement in net.minecraft.structure
Fields in net.minecraft.structure declared as RuinedPortalStructurePiece.VerticalPlacementFields in net.minecraft.structure with type parameters of type RuinedPortalStructurePiece.VerticalPlacementModifier and TypeFieldDescriptionprivate static Map<String,RuinedPortalStructurePiece.VerticalPlacement>
RuinedPortalStructurePiece.VerticalPlacement.VERTICAL_PLACEMENTS
Methods in net.minecraft.structure that return RuinedPortalStructurePiece.VerticalPlacementModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.RuinedPortalStructurePiece.VerticalPlacement.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in net.minecraft.structure with parameters of type RuinedPortalStructurePiece.VerticalPlacementModifier and TypeMethodDescriptionprivate static StructureProcessorRule
RuinedPortalStructurePiece.createLavaReplacementRule(RuinedPortalStructurePiece.VerticalPlacement verticalPlacement, RuinedPortalStructurePiece.Properties properties)
private static int
RuinedPortalStructurePiece.getBaseHeight(WorldAccess world, int x, int y, RuinedPortalStructurePiece.VerticalPlacement verticalPlacement)
static Heightmap.Type
RuinedPortalStructurePiece.getHeightmapType(RuinedPortalStructurePiece.VerticalPlacement verticalPlacement)
private static StructurePlacementData
RuinedPortalStructurePiece.method_35450(BlockMirror blockMirror, BlockRotation blockRotation, RuinedPortalStructurePiece.VerticalPlacement verticalPlacement, BlockPos blockPos, RuinedPortalStructurePiece.Properties properties)
Constructors in net.minecraft.structure with parameters of type RuinedPortalStructurePiece.VerticalPlacementModifierConstructorDescriptionRuinedPortalStructurePiece(StructureManager structureManager, BlockPos blockPos, RuinedPortalStructurePiece.VerticalPlacement verticalPlacement, RuinedPortalStructurePiece.Properties properties, Identifier identifier, Structure structure, BlockRotation blockRotation, BlockMirror blockMirror, BlockPos blockPos2)
-
Uses of RuinedPortalStructurePiece.VerticalPlacement in net.minecraft.world.gen.feature
Methods in net.minecraft.world.gen.feature with parameters of type RuinedPortalStructurePiece.VerticalPlacementModifier and TypeMethodDescription(package private) static int
RuinedPortalFeature.getFloorHeight(Random random, ChunkGenerator chunkGenerator, RuinedPortalStructurePiece.VerticalPlacement verticalPlacement, boolean airPocket, int height, int blockCountY, BlockBox box, HeightLimitView world)