MCPcopy Create free account
hub / github.com/DGVPSH/SlackOpen / add

Method add

src/main/java/net/minecraft/util/Vec3.java:83–86  ·  view source on GitHub ↗
(Vec3 vec)

Source from the content-addressed store, hash-verified

81 }
82
83 public Vec3 add(Vec3 vec)
84 {
85 return this.addVector(vec.xCoord, vec.yCoord, vec.zCoord);
86 }
87
88 public Vec3 add(BlockPos blockPos)
89 {

Callers 15

getFaceRotationMethod · 0.95
getCloseFaceRotationMethod · 0.95
getSubItemsMethod · 0.45
getEffectsMethod · 0.45
addInformationMethod · 0.45
getSubItemsMethod · 0.45
addInformationMethod · 0.45
getAllMethod · 0.45
getSubItemsMethod · 0.45
addExplosionInfoMethod · 0.45
updateMapDataMethod · 0.45
addInformationMethod · 0.45

Calls 4

addVectorMethod · 0.95
getXMethod · 0.65
getYMethod · 0.65
getZMethod · 0.65

Tested by

no test coverage detected