MCPcopy Create free account
hub / github.com/Teneted/Tenet / getY

Method getY

src/main/java/org/bukkit/util/Vector.java:577–579  ·  view source on GitHub ↗

Gets the Y component. @return The Y component.

()

Source from the content-addressed store, hash-verified

575 * @return The Y component.
576 */
577 public double getY() {
578 return y;
579 }
580
581 /**
582 * Gets the floored value of the Y component, indicating the block that

Callers 10

rayTraceBlocksMethod · 0.95
createEntityMethod · 0.95
rayTraceMethod · 0.95
launchProjectileMethod · 0.95
rayTraceMethod · 0.95
BlockIteratorMethod · 0.95
rotateAroundXMethod · 0.95
rotateAroundZMethod · 0.95
serializeMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected