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

Method getBlockZ

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

Gets the floored value of the Z component, indicating the block that this vector is contained with. @return block z

()

Source from the content-addressed store, hash-verified

604 * @return block z
605 */
606 public int getBlockZ() {
607 return NumberConversions.floor(z);
608 }
609
610 /**
611 * Set the X component.

Callers 15

setSpawnLocationMethod · 0.45
generateTreeMethod · 0.45
getBlockAtMethod · 0.45
getHighestBlockYAtMethod · 0.45
getChunkAtMethod · 0.45
getHighestBlockAtMethod · 0.45
playEffectMethod · 0.45
locateNearestRaidMethod · 0.45
setRelativePositionMethod · 0.45
setStructureSizeMethod · 0.45
setExitLocationMethod · 0.45
setFlowerMethod · 0.45

Calls 1

floorMethod · 0.95

Tested by

no test coverage detected