mirror of
https://github.com/PaperMC/Paper.git
synced 2025-01-22 08:11:59 +01:00
Add getName() to AnimalTamer
By: Wesley Wolfe <weswolf@aol.com>
This commit is contained in:
parent
d27484d7b0
commit
7769f579c6
@ -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 New Issue
Block a user