Add getName() to AnimalTamer
This commit is contained in:
parent
c6cdb2b25c
commit
eb8f92c83a
@ -1,3 +1,9 @@
|
|||||||
package org.bukkit.entity;
|
package org.bukkit.entity;
|
||||||
|
|
||||||
public interface AnimalTamer {}
|
public interface AnimalTamer {
|
||||||
|
/**
|
||||||
|
* This is the name of the specified AnimalTamer.
|
||||||
|
* @return The name to reference on tamed animals
|
||||||
|
*/
|
||||||
|
public String getName();
|
||||||
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user