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

Method getY

src/main/java/org/bukkit/block/Block.java:147–147  ·  view source on GitHub ↗

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

()

Source from the content-addressed store, hash-verified

145 * @return y-coordinate
146 */
147 int getY();
148
149 /**
150 * Gets the z-coordinate of this block

Callers 15

setDirectionMethod · 0.65
addMethod · 0.65
subtractMethod · 0.65
getTileEntitiesMethod · 0.65
convertContextMethod · 0.65
getLocationMethod · 0.65
getSpawnLocationMethod · 0.65
dropItemMethod · 0.65
dropItemNaturallyMethod · 0.65
spawnArrowMethod · 0.65
strikeLightningMethod · 0.65
strikeLightningEffectMethod · 0.65

Implementers 1

CraftBlocksrc/main/java/org/bukkit/craftbukkit/v

Calls

no outgoing calls

Tested by

no test coverage detected