Fix upstream javadocs
This commit is contained in:
@@ -11,6 +11,16 @@ public interface Slime extends Mob, Enemy {
|
||||
public int getSize();
|
||||
|
||||
/**
|
||||
* Setting the size of the slime (regardless of previous size)
|
||||
* will set the following attributes:
|
||||
* <ul>
|
||||
* <li>{@link org.bukkit.attribute.Attribute#MAX_HEALTH}</li>
|
||||
* <li>{@link org.bukkit.attribute.Attribute#MOVEMENT_SPEED}</li>
|
||||
* <li>{@link org.bukkit.attribute.Attribute#ATTACK_DAMAGE}</li>
|
||||
* </ul>
|
||||
* to their per-size defaults and heal the
|
||||
* slime to its max health (assuming it's alive).
|
||||
*
|
||||
* @param sz The new size of the slime.
|
||||
*/
|
||||
public void setSize(int sz);
|
||||
|
||||
Reference in New Issue
Block a user