loadModel

abstract UnbakedModel loadModel(Identifier id)

Load a model using a Identifier, ModelIdentifier, ...

Please note that the game engine keeps track of circular model loading calls on its own.

Return

The UnbakedModel. Can return a missing model if it's not present!

Parameters

id

The model identifier.

Sources

jvm source
Link copied to clipboard