Class LowerHeightmapPlacement
java.lang.Object
net.minecraft.world.level.levelgen.placement.PlacementModifier
net.frozenblock.lib.worldgen.feature.api.placementmodifier.LowerHeightmapPlacement
public class LowerHeightmapPlacement
extends net.minecraft.world.level.levelgen.placement.PlacementModifier
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec<LowerHeightmapPlacement>static final net.minecraft.world.level.levelgen.placement.PlacementModifierstatic final net.minecraft.world.level.levelgen.placement.PlacementModifierstatic final net.minecraft.world.level.levelgen.placement.PlacementModifierstatic final net.minecraft.world.level.levelgen.placement.PlacementModifier -
Method Summary
Modifier and TypeMethodDescriptionStream<net.minecraft.core.BlockPos>getPositions(net.minecraft.world.level.levelgen.placement.PlacementContext context, net.minecraft.util.RandomSource random, net.minecraft.core.BlockPos pos) static LowerHeightmapPlacementonHeightmap(net.minecraft.world.level.levelgen.Heightmap.Types heightmap) net.minecraft.world.level.levelgen.placement.PlacementModifierType<?>type()
-
Field Details
-
CODEC
-
HEIGHTMAP_MOTION_BLOCKING
public static final net.minecraft.world.level.levelgen.placement.PlacementModifier HEIGHTMAP_MOTION_BLOCKING -
HEIGHTMAP_TOP_SOLID
public static final net.minecraft.world.level.levelgen.placement.PlacementModifier HEIGHTMAP_TOP_SOLID -
HEIGHTMAP_WORLD_SURFACE
public static final net.minecraft.world.level.levelgen.placement.PlacementModifier HEIGHTMAP_WORLD_SURFACE -
HEIGHTMAP_OCEAN_FLOOR
public static final net.minecraft.world.level.levelgen.placement.PlacementModifier HEIGHTMAP_OCEAN_FLOOR
-
-
Method Details
-
onHeightmap
public static LowerHeightmapPlacement onHeightmap(net.minecraft.world.level.levelgen.Heightmap.Types heightmap) -
getPositions
public Stream<net.minecraft.core.BlockPos> getPositions(net.minecraft.world.level.levelgen.placement.PlacementContext context, net.minecraft.util.RandomSource random, net.minecraft.core.BlockPos pos) - Specified by:
getPositionsin classnet.minecraft.world.level.levelgen.placement.PlacementModifier
-
type
public net.minecraft.world.level.levelgen.placement.PlacementModifierType<?> type()- Specified by:
typein classnet.minecraft.world.level.levelgen.placement.PlacementModifier
-