Class BuildableDataProvider<T>

java.lang.Object
com.pixelmonmod.pixelmon.api.npc.interaction.provider.type.BuildableDataProvider<T>
Type Parameters:
T - The type of the data provider
All Implemented Interfaces:
DataProvider<T>

public class BuildableDataProvider<T> extends Object implements DataProvider<T>
A data provider that allows you to build it using a builder pattern. This is useful for easily creating a data provider without having to create a new class for it.