Add leash API. Adds BUKKIT-4459 and BUKKIT-4583
By: T00thpick1 <t00thpick1dirko@gmail.com>
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
package org.bukkit.entity;
|
||||
|
||||
/**
|
||||
* Represents a Leash Hitch on a fence
|
||||
*/
|
||||
public interface LeashHitch extends Hanging {
|
||||
}
|
||||
Reference in New Issue
Block a user