Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
getFaceRotation
Method · 0.95
getCloseFaceRotation
Method · 0.95
getSubItems
Method · 0.45
getEffects
Method · 0.45
addInformation
Method · 0.45
getSubItems
Method · 0.45
addInformation
Method · 0.45
getAll
Method · 0.45
getSubItems
Method · 0.45
addExplosionInfo
Method · 0.45
updateMapData
Method · 0.45
addInformation
Method · 0.45
Calls
4
addVector
Method · 0.95
getX
Method · 0.65
getY
Method · 0.65
getZ
Method · 0.65
Tested by
no test coverage detected