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

Method getX

src/main/java/net/minecraft/util/Vec3i.java:61–64  ·  view source on GitHub ↗

Get the X coordinate

()

Source from the content-addressed store, hash-verified

59 * Get the X coordinate
60 */
61 public int getX()
62 {
63 return this.x;
64 }
65
66 /**
67 * Get the Y coordinate

Callers 14

putQuadNormalMethod · 0.95
translateOffsetMethod · 0.95
equalsMethod · 0.95
hashCodeMethod · 0.95
compareToMethod · 0.95
crossProductMethod · 0.95
distanceSqMethod · 0.95
distanceSqToCenterMethod · 0.95
toStringMethod · 0.95
getFaceRotationMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected