Class LakeFeature


@Deprecated public class LakeFeature extends Feature<LakeFeature.Configuration>
Deprecated.
  • Field Details

    • AIR

      private static final BlockState AIR
      Deprecated.
  • Constructor Details

  • Method Details

    • place

      public boolean place(FeaturePlaceContext<LakeFeature.Configuration> pContext)
      Deprecated.
      Places the given feature at the given location. During world generation, features are provided with a 3x3 region of chunks, centered on the chunk being generated, that they can safely generate into.
      Specified by:
      place in class Feature<LakeFeature.Configuration>
      Parameters:
      pContext - A context object with a reference to the level and the position the feature is being placed at
    • canReplaceBlock

      private boolean canReplaceBlock(BlockState pState)
      Deprecated.