Slime Pathfinder Events
This commit is contained in:
@@ -24,4 +24,20 @@ public interface Slime extends Mob, Enemy {
|
||||
* @param sz The new size of the slime.
|
||||
*/
|
||||
public void setSize(int sz);
|
||||
|
||||
// Paper start
|
||||
/**
|
||||
* Get whether this slime can randomly wander/jump around on its own
|
||||
*
|
||||
* @return true if can wander
|
||||
*/
|
||||
public boolean canWander();
|
||||
|
||||
/**
|
||||
* Set whether this slime can randomly wander/jump around on its own
|
||||
*
|
||||
* @param canWander true if can wander
|
||||
*/
|
||||
public void setWander(boolean canWander);
|
||||
// Paper end
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user