接口 IModelBuilder<T extends IModelBuilder<T>>

所有已知实现类:
IModelBuilder.Collecting, IModelBuilder.Simple

public interface IModelBuilder<T extends IModelBuilder<T>>
Base interface for any object that collects culled and unculled faces and bakes them into a model.

Provides a generic base implementation via

引用无效
#of(boolean, boolean, boolean, ItemTransforms, ItemOverrides, TextureAtlasSprite)
and a quad-collecting alternative via collecting(List).