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

This commit is contained in:
T00thpick1
2013-07-30 15:40:12 -04:00
committed by Wesley Wolfe
parent 02f2b5e290
commit bf832ee9d6
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 {
}