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

Method getYLength

src/main/java/org/bukkit/util/BlockIterator.java:199–201  ·  view source on GitHub ↗
(@NotNull Vector direction)

Source from the content-addressed store, hash-verified

197 }
198
199 private double getYLength(@NotNull Vector direction) {
200 return Math.abs(direction.getY());
201 }
202
203 private double getZLength(@NotNull Vector direction) {
204 return Math.abs(direction.getZ());

Callers 1

BlockIteratorMethod · 0.95

Calls 1

getYMethod · 0.65

Tested by

no test coverage detected