reduce pipeline boilerplate

This commit is contained in:
dfsek
2021-01-21 20:00:51 -07:00
parent 8b501ddcde
commit 708ef16a1c
18 changed files with 234 additions and 90 deletions

View File

@@ -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) {