mirror of
https://github.com/PaperMC/Paper.git
synced 2025-01-09 03:43:40 +01:00
Add getName() to AnimalTamer
By: Wesley Wolfe <weswolf@aol.com>
This commit is contained in:
parent
d27484d7b0
commit
7769f579c6
1 changed files with 7 additions and 1 deletions
|
@ -1,3 +1,9 @@
|
|||
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…
Reference in a new issue