All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.bukkit.entity.AnimalTamer Maven / Gradle / Ivy

package org.bukkit.entity;

import java.util.UUID;

public interface AnimalTamer {

  /**
   * This is the name of the specified AnimalTamer.
   *
   * @return The name to reference on tamed animals or null if a name cannot be obtained
   */
  String getName();

  /**
   * This is the UUID of the specified AnimalTamer.
   *
   * @return The UUID to reference on tamed animals
   */
  UUID getUniqueId();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy