mirror of
https://github.com/PolyhedralDev/Terra.git
synced 2026-08-29 21:30:43 +00:00
make Keyed generic
This commit is contained in:
@@ -1,5 +1,6 @@
|
|||||||
package com.dfsek.terra.api.registry.key;
|
package com.dfsek.terra.api.registry.key;
|
||||||
|
|
||||||
|
@SuppressWarnings("unused")
|
||||||
public interface Keyed<T extends Keyed<T>> extends Namespaced, StringIdentifiable {
|
public interface Keyed<T extends Keyed<T>> extends Namespaced, StringIdentifiable {
|
||||||
RegistryKey getRegistryKey();
|
RegistryKey getRegistryKey();
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user