mirror of
https://github.com/PolyhedralDev/Terra.git
synced 2026-04-20 23:30:29 +00:00
add structure locate command
This commit is contained in:
@@ -78,6 +78,11 @@ public class OpenRegistry<T> implements Registry<T> {
|
||||
return new HashSet<>(objects.values());
|
||||
}
|
||||
|
||||
@Override
|
||||
public Set<String> keys() {
|
||||
return objects.keySet();
|
||||
}
|
||||
|
||||
/**
|
||||
* Clears all entries from the registry.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user