mirror of
https://github.com/PaperMC/Paper.git
synced 2024-12-31 21:37:39 +01:00
Fix javadoc errors
By: md_5 <git@md-5.net>
This commit is contained in:
parent
11c5260e6a
commit
e917cff666
@ -43,7 +43,7 @@ public interface Villager extends AbstractVillager {
|
||||
/**
|
||||
* Gets the level of this villager.
|
||||
*
|
||||
* A villager with a level <= 1 and no experience is liable to lose its
|
||||
* A villager with a level <= 1 and no experience is liable to lose its
|
||||
* profession.
|
||||
*
|
||||
* @return this villager's level
|
||||
@ -53,7 +53,7 @@ public interface Villager extends AbstractVillager {
|
||||
/**
|
||||
* Sets the level of this villager.
|
||||
*
|
||||
* A villager with a level <= 1 and no experience is liable to lose its
|
||||
* A villager with a level <= 1 and no experience is liable to lose its
|
||||
* profession.
|
||||
*
|
||||
* @param level the new level
|
||||
@ -72,7 +72,7 @@ public interface Villager extends AbstractVillager {
|
||||
* Sets the trading experience of this villager.
|
||||
*
|
||||
* @param experience new experience
|
||||
* @throws IllegalArgumentException if experience < 0
|
||||
* @throws IllegalArgumentException if experience < 0
|
||||
*/
|
||||
public void setVillagerExperience(int experience);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user