Provider

interface Provider<T>

A provider of an item meta builder.

Inheritors

Functions

Link copied to clipboard
@Contract(value = "-> new", pure = true)
abstract fun toBuilder(): T

Converts this object to a builder with all of the properties of this object set by default.