package org.bukkit.block; /** * Represents a captured state of a hanging sign. */ public interface HangingSign extends Sign { }