ACustomLoaderBuilder¶
abstract class ACustomLoaderBuilder<T : AModelBuilder<T>>
Properties¶
allowInlineElements¶
loaderId¶
val loaderId: ResourceLocation
Functions¶
end¶
optional¶
fun optional(): ACustomLoaderBuilder<T>
Mark the custom loader as optional for this model to allow it to be loaded through vanilla paths if the loader is not present
toJson¶
open fun toJson(json: JsonObject): JsonObject
visibility¶
fun visibility(partName: String, show: Boolean): ACustomLoaderBuilder<T>