Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DGVPSH/SlackOpen
/ subtract
Method
subtract
src/main/java/net/minecraft/util/Vec3.java:73–76 ·
view source on GitHub ↗
(Vec3 vec)
Source
from the content-addressed store, hash-verified
71
}
72
73
public
Vec3 subtract(Vec3 vec)
74
{
75
return
this.subtract(vec.xCoord, vec.yCoord, vec.zCoord);
76
}
77
78
public
Vec3 subtract(double x, double y, double z)
79
{
Callers
5
doRender
Method · 0.95
RegionRenderCache
Method · 0.45
removeDeadAndOutOfRangeDoors
Method · 0.45
findRandomTargetBlockTowards
Method · 0.45
findRandomTargetBlockAwayFrom
Method · 0.45
Calls
1
addVector
Method · 0.95
Tested by
no test coverage detected