001 package org.bukkit.entity; 002 003 /** 004 * Represents a Leash Hitch on a fence 005 */ 006 public interface LeashHitch extends Hanging { 007 }