Javadoc fix

This commit is contained in:
paulevsGitch 2021-11-28 06:18:40 +03:00
parent 8439528e8e
commit ffabd75e95

View file

@ -185,7 +185,7 @@ public class SpawnRuleBulder<M extends Mob> {
/**
* Allows to add custom spawning rule for specific entities.
* @param rule {@SpawnRule} rule, can be a lambda expression.
* @param rule {@link SpawnRule} rule, can be a lambda expression.
* @return same {@link SpawnRuleBulder} instance.
*/
public SpawnRuleBulder customRule(SpawnRule rule) {