MCPcopy Index your code
hub / github.com/PaperMC/Paper / getX

Method getX

paper-api/src/main/java/org/bukkit/block/Block.java:143–143  ·  view source on GitHub ↗

Gets the x-coordinate of this block @return x-coordinate

()

Source from the content-addressed store, hash-verified

141 * @return x-coordinate
142 */
143 int getX();
144
145 /**
146 * Gets the y-coordinate of this block

Callers 15

callBlockPlaceEventMethod · 0.95
getXMethod · 0.65
BlockVectorMethod · 0.65
equalsMethod · 0.65
ofMethod · 0.65
expandMethod · 0.65
expandDirectionalMethod · 0.65
unionMethod · 0.65
shiftMethod · 0.65
overlapsMethod · 0.65
containsMethod · 0.65
rayTraceMethod · 0.65

Implementers 1

CraftBlockpaper-server/src/main/java/org/bukkit/

Calls

no outgoing calls

Tested by

no test coverage detected