mirror of
https://github.com/PolyhedralDev/Terra.git
synced 2026-04-20 23:30:29 +00:00
reduce pipeline boilerplate
This commit is contained in:
@@ -26,7 +26,7 @@ public abstract class TerraRegistry<T> implements TypeLoader<T> {
|
||||
* Add an object to the registry with a name.
|
||||
*
|
||||
* @param name Name of the tree.
|
||||
* @param value Object to add
|
||||
* @param value Object to increment
|
||||
* @return True if tree was overwritten.
|
||||
*/
|
||||
public boolean add(String name, T value) {
|
||||
|
||||
Reference in New Issue
Block a user