Fix the javadoc

By: Thinkofdeath <thinkofdeath@spigotmc.org>
This commit is contained in:
Bukkit/Spigot
2014-12-13 15:25:31 +00:00
parent 5cd2aafaef
commit 21f13cb0ef
2 changed files with 5 additions and 1 deletions

View File

@@ -4,12 +4,14 @@ public interface Guardian extends Monster {
/**
* Check if the Guardian is an elder Guardian
*
* @return true if the Guardian is an Elder Guardian, false if not
*/
public boolean isElder();
/**
* Set the Guardian to an elder Guardian or not
*
* @param shouldBeElder True if this Guardian should be a elder Guardian, false if not
*/
public void setElder(boolean shouldBeElder);