Interface DefaultedRegistryReference<T>

Type Parameters:
T - The type
All Superinterfaces:
RegistryKey<T>, RegistryReference<T>, Supplier<T>

public interface DefaultedRegistryReference<T> extends RegistryReference<T>, Supplier<T>
A reference where the holder is given to us to search within a no-args get() method.

Purely for convenience so that most default references in the API are not always calling out to the global holder simply by using it.