Skip to content

ACustomLoaderBuilder

abstract class ACustomLoaderBuilder<T : AModelBuilder<T>>

Properties

allowInlineElements

loaderId

val loaderId: ResourceLocation

Functions

end

fun end(): T

optional

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>