GeyserMC / MCProtocolLib

A library for communication with a Minecraft client/server.
MIT License
728 stars 202 forks source link

Question - BlockStorage #213

Closed JeromSar closed 7 years ago

JeromSar commented 7 years ago

Hi,

I was wondering if BlockStorage.get(x, y, z) and BlockStorage.set(x, y, z) use relative values (0-15) or absolute values (world coordinates) as arguments. Due to the lack of Javadoc, these types of ambiguities may sometimes arise.

If you could help me out, I would be really grateful.

JeromSar commented 7 years ago

Thanks