mirror of
https://github.com/PolyhedralDev/Terra.git
synced 2026-04-12 10:46:25 +00:00
getKey -> key
This commit is contained in:
@@ -3,7 +3,7 @@ package com.dfsek.terra.api.registry.key;
|
||||
public interface Namespaced {
|
||||
String getNamespace();
|
||||
|
||||
default RegistryKey getKey(String id) {
|
||||
default RegistryKey key(String id) {
|
||||
return RegistryKey.of(getNamespace(), id);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user