Registry Modification API
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
package io.papermc.paper.registry;
|
||||
|
||||
import org.jetbrains.annotations.ApiStatus;
|
||||
import org.jspecify.annotations.NullMarked;
|
||||
|
||||
/**
|
||||
* To be implemented by any type used for modifying registries.
|
||||
*
|
||||
* @param <T> registry value type
|
||||
*/
|
||||
@ApiStatus.Experimental
|
||||
@NullMarked
|
||||
@ApiStatus.NonExtendable
|
||||
public interface RegistryBuilder<T> {
|
||||
}
|
||||
Reference in New Issue
Block a user