mirror of
https://github.com/PolyhedralDev/Terra.git
synced 2026-04-12 10:46:25 +00:00
make Keyed generic
This commit is contained in:
@@ -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();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user