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

Method addVector

src/main/java/com/flansmod/client/tmt/Bone.java:476–479  ·  view source on GitHub ↗
(Vec3d destVec, Vec3d srcVec)

Source from the content-addressed store, hash-verified

474 }
475
476 protected void addVector(Vec3d destVec, Vec3d srcVec)
477 {
478 destVec = destVec.add(srcVec);
479 }
480
481 protected void setVectors()
482 {

Callers 10

setVectorsMethod · 0.95
moveAIMethod · 0.80
onItemRightClickMethod · 0.80
onItemRightClickMethod · 0.80
onItemRightClickMethod · 0.80
onItemRightClickMethod · 0.80
onItemRightClickMethod · 0.80
onItemRightClickMethod · 0.80
onUpdateMethod · 0.80
onItemRightClickMethod · 0.80

Calls 1

addMethod · 0.45

Tested by

no test coverage detected