make Keyed generic

This commit is contained in:
dfsek
2021-12-26 19:26:09 -07:00
parent 9c5b789aa2
commit 3792a1ab05

View File

@@ -1,5 +1,6 @@
package com.dfsek.terra.api.registry.key;
@SuppressWarnings("unused")
public interface Keyed<T extends Keyed<T>> extends Namespaced, StringIdentifiable {
RegistryKey getRegistryKey();