Class LakeFeature

java.lang.Object
com.github.darksoulq.abyssallib.world.gen.feature.Feature<LakeFeature.Config>
com.github.darksoulq.abyssallib.world.gen.feature.impl.LakeFeature

public class LakeFeature extends Feature<LakeFeature.Config>
A world generation feature that generates a randomized lake or underground pool.
  • Constructor Details

    • LakeFeature

      public LakeFeature()
      Constructs a new LakeFeature with its associated configuration codec.
  • Method Details