mirror of
https://github.com/PolyhedralDev/Terra.git
synced 2026-04-09 17:26:07 +00:00
Registry#addChecked -> #registerChecked
This commit is contained in:
@@ -18,7 +18,7 @@ public interface OpenRegistry<T> extends Registry<T> {
|
||||
* @param value Value to register.
|
||||
* @throws DuplicateEntryException If an entry with the same identifier is already present.
|
||||
*/
|
||||
void addChecked(String identifier, T value) throws DuplicateEntryException;
|
||||
void registerChecked(String identifier, T value) throws DuplicateEntryException;
|
||||
|
||||
/**
|
||||
* Clears all entries from the registry.
|
||||
|
||||
Reference in New Issue
Block a user