From 92ff27f2f8daaffeffa7a7a1c61639cc8dc8f005 Mon Sep 17 00:00:00 2001 From: Frank Date: Fri, 8 Jul 2022 01:25:28 +0200 Subject: [PATCH] Fixed broken javaDoc links --- .../java/org/betterx/bclib/api/v2/generator/BiomeDecider.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/java/org/betterx/bclib/api/v2/generator/BiomeDecider.java b/src/main/java/org/betterx/bclib/api/v2/generator/BiomeDecider.java index 4b4c3394..37255815 100644 --- a/src/main/java/org/betterx/bclib/api/v2/generator/BiomeDecider.java +++ b/src/main/java/org/betterx/bclib/api/v2/generator/BiomeDecider.java @@ -176,7 +176,7 @@ public abstract class BiomeDecider { * @param quarterY The quarter Block Coordinate (which is blockY/4) * @param quarterZ The quarter Block Coordinate (which is blockZ/4) * @return The suggestedType if this decider does not plan to provide a Biome, or a unique BiomeType. - * The Biome Source will call {@link BiomeDecider#selectBiome(BiomeAPI.BiomeType)} with the finally chosen type + * The Biome Source will call {@link BiomeDecider#canProvideBiome(BiomeAPI.BiomeType)} with the finally chosen type * for all available Deciders. */ public BiomeAPI.BiomeType suggestType( @@ -222,7 +222,7 @@ public abstract class BiomeDecider { * @param quarterZ The quarter Block Coordinate (which is blockZ/4) * @param maxHeight * @return The suggestedType if this decider does not plan to provide a Biome, or a unique BiomeType. - * The Biome Source will call {@link BiomeDecider#selectBiome(BiomeAPI.BiomeType)} with the finally chosen type + * The Biome Source will call {@link BiomeDecider#canProvideBiome(BiomeAPI.BiomeType)} with the finally chosen type * for all available Deciders. */ public abstract BiomeAPI.BiomeType suggestType(