Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DGVPSH/SlackOpen
/ getZ
Method
getZ
src/main/java/net/minecraft/util/Vec3i.java:77–80 ·
view source on GitHub ↗
Get the Z coordinate
()
Source
from the content-addressed store, hash-verified
75
* Get the Z coordinate
76
*/
77
public
int
getZ()
78
{
79
return
this.z;
80
}
81
82
/**
83
* Calculate the cross product of this and the given Vector
Callers
14
renderModelBrightnessColorQuads
Method · 0.95
getFacingFromVertexData
Method · 0.95
putQuadNormal
Method · 0.95
translateOffset
Method · 0.95
equals
Method · 0.95
hashCode
Method · 0.95
compareTo
Method · 0.95
crossProduct
Method · 0.95
distanceSq
Method · 0.95
distanceSqToCenter
Method · 0.95
toString
Method · 0.95
getFaceRotation
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected