RegistrySupplier

@ApiStatus.Experimental
interface RegistrySupplier<T> : Supplier<T>

Functions

Link copied to clipboard
abstract fun get(): T
Link copied to clipboard
abstract fun getEntry(): RegistryEntry<T>
Link copied to clipboard
abstract fun getId(): Identifier
Link copied to clipboard
abstract fun getKey(): RegistryKey<T>