Represents an object which has a NamespacedKey attached to it.
| 6 | * Represents an object which has a {@link NamespacedKey} attached to it. |
| 7 | */ |
| 8 | public interface Keyed { |
| 9 | |
| 10 | /** |
| 11 | * Return the namespaced identifier for this object. |
| 12 | * |
| 13 | * @return this object's key |
| 14 | */ |
| 15 | @NotNull |
| 16 | NamespacedKey getKey(); |
| 17 | } |
no outgoing calls
no test coverage detected