Class LargeDripstoneFeature.DripstoneGenerator

java.lang.Object
net.minecraft.world.gen.feature.LargeDripstoneFeature.DripstoneGenerator
Enclosing class:
LargeDripstoneFeature

static final class LargeDripstoneFeature.DripstoneGenerator
extends Object
  • Field Details

    • pos

      private BlockPos pos
    • isStalagmite

      private final boolean isStalagmite
    • scale

      private int scale
    • bluntness

      private final double bluntness
    • heightScale

      private final double heightScale
  • Constructor Details

    • DripstoneGenerator

      private DripstoneGenerator​(BlockPos pos, boolean isStalagmite, int scale, double bluntness, double heightScale)
  • Method Details