Class ConfiguredModel.Builder<T>

java.lang.Object
net.minecraftforge.client.model.generators.ConfiguredModel.Builder<T>
Type Parameters:
T - the type of the owning builder, which supplied the callback, and will be returned upon completion.
Enclosing class:
ConfiguredModel

public static class ConfiguredModel.Builder<T> extends Object
A builder for ConfiguredModels, which can contain a callback for processing the finished result. If no callback is available (e.g. in the case of ConfiguredModel.builder()), some methods will not be available.

Multiple models can be configured at once through the use of nextModel().