More annotation fixes
This commit is contained in:
parent
c6bb88fdc8
commit
0d63530136
4 changed files with 7 additions and 6 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue