MCPcopy Create free account
hub / github.com/FlansMods/FlansMod / addModel

Method addModel

src/main/java/com/flansmod/client/tmt/Bone.java:268–271  ·  view source on GitHub ↗

Attaches a model to the bone. Its base rotation will be set to the neutral rotation of the model. @param model the model to attach

(ModelRenderer model)

Source from the content-addressed store, hash-verified

266 * @param model the model to attach
267 */
268 public void addModel(ModelRenderer model)
269 {
270 addModel(model, false);
271 }
272
273 /**
274 * Attaches a model to the bone. If inherit is true, it sets the base rotation

Callers

nothing calls this directly

Calls 1

addMethod · 0.45

Tested by

no test coverage detected