AnimalTamer and Tameable interfaces, and corresponding features.

Documentation improvements.
This commit is contained in:
Andrew Ardill
2011-05-03 00:36:02 +10:00
parent cf049d53e5
commit 906992e590
4 changed files with 48 additions and 30 deletions

View File

@@ -0,0 +1,5 @@
package org.bukkit.entity;
public interface AnimalTamer {
}