| Package | Description | 
|---|---|
| org.bukkit | More generalized classes in the API. | 
| org.bukkit.entity | Interfaces for non-voxel objects that can exist in a  world, including all players, monsters, projectiles, etc. | 
| org.bukkit.event.entity | 
| Modifier and Type | Interface and Description | 
|---|---|
| interface  | OfflinePlayer | 
| Modifier and Type | Interface and Description | 
|---|---|
| interface  | HumanEntityRepresents a human entity, such as an NPC or a player | 
| interface  | PlayerRepresents a player, connected or not | 
| Modifier and Type | Method and Description | 
|---|---|
| AnimalTamer | Tameable. getOwner()Gets the current owning AnimalTamer | 
| Modifier and Type | Method and Description | 
|---|---|
| void | Tameable. setOwner(AnimalTamer tamer)Set this to be owned by given AnimalTamer. | 
| Modifier and Type | Method and Description | 
|---|---|
| AnimalTamer | EntityTameEvent. getOwner()Gets the owning AnimalTamer | 
| Constructor and Description | 
|---|
| EntityTameEvent(LivingEntity entity,
               AnimalTamer owner) | 
Copyright © 2015. All rights reserved.