More annotation fixes

This commit is contained in:
paulevsGitch 2021-06-06 12:35:34 +03:00
parent c6bb88fdc8
commit 0d63530136
4 changed files with 7 additions and 6 deletions

View file

@ -143,7 +143,7 @@ public class BiomeAPI {
/**
* Check if biome with {@link ResourceLocation} exists in API registry.
* @param biomeID - biome {@link ResourceLocation}.
* @return
* @return {@code true} if biome exists in API registry and {@code false} if not.
*/
public static boolean hasBiome(ResourceLocation biomeID) {
return ID_MAP.containsKey(biomeID);