Add leash API. Adds BUKKIT-4459 and BUKKIT-4583
This commit is contained in:
7
src/main/java/org/bukkit/entity/LeashHitch.java
Normal file
7
src/main/java/org/bukkit/entity/LeashHitch.java
Normal file
@@ -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