Hi, I want to get x,z coordinates of chunk when I load it client side from server but I don't know what event I need to use or how to do that.
I know how to render overlay with @SubscribeEvent onRender but in my case idk what to do.
For some reason randomSeed field is getting unlocked but worldInfo is not.
worldInfo is object of WorldInfo class, world is object of World class
randomSeed is a long int, WorldInfo is a public class, World is a public abstract class