mirror of
https://github.com/PaperMC/Paper.git
synced 2025-08-17 13:24:17 -07:00
@@ -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();
|
||||
}
|
||||
|
Reference in New Issue
Block a user