Add leash API. Adds BUKKIT-4459 and BUKKIT-4583

By: T00thpick1 <t00thpick1dirko@gmail.com>
This commit is contained in:
Bukkit/Spigot
2013-07-30 15:40:12 -04:00
parent 47d09288b4
commit fcde9e65af
6 changed files with 194 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
package org.bukkit.entity;
/**
* Represents a Leash Hitch on a fence
*/
public interface LeashHitch extends Hanging {
}