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

Method getY

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

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

()

Source from the content-addressed store, hash-verified

148 * @return y-coordinate
149 */
150 int getY();
151
152 /**
153 * Gets the z-coordinate of this block

Callers 15

setDirectionMethod · 0.65
addMethod · 0.65
subtractMethod · 0.65
getYMethod · 0.65
BlockVectorMethod · 0.65
equalsMethod · 0.65
ofMethod · 0.65
expandMethod · 0.65
expandDirectionalMethod · 0.65
unionMethod · 0.65
shiftMethod · 0.65

Implementers 1

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

Calls

no outgoing calls

Tested by

no test coverage detected