Make @see refer to the right class ()

This commit is contained in:
Algeseven 2022-04-10 17:27:32 +02:00 committed by GitHub
parent 4457765521
commit 7b0f312611
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -55,7 +55,7 @@ public final class NetherBiomes {
*
* @param biome The biome to add. Must not be null.
* @param mixedNoisePoint data about the given {@link Biome}'s spawning information in the nether.
* @see MultiNoiseUtil.NoiseValuePoint
* @see MultiNoiseUtil.NoiseHypercube
*/
public static void addNetherBiome(RegistryKey<Biome> biome, MultiNoiseUtil.NoiseHypercube mixedNoisePoint) {
NetherBiomeData.addNetherBiome(biome, mixedNoisePoint);