Adding/expanding documentation
This commit is contained in:
committed by
EvilSeph
parent
17403d617a
commit
18a4a25c8b
@@ -6,13 +6,11 @@ package org.bukkit.entity;
|
||||
public interface Slime extends LivingEntity {
|
||||
|
||||
/**
|
||||
* @author Celtic Minstrel
|
||||
* @return The size of the slime
|
||||
*/
|
||||
public int getSize();
|
||||
|
||||
/**
|
||||
* @author Celtic Minstrel
|
||||
* @param sz The new size of the slime.
|
||||
*/
|
||||
public void setSize(int sz);
|
||||
|
||||
Reference in New Issue
Block a user