Jump to content

foreverstranded

Members
  • Posts

    28
  • Joined

  • Last visited

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

foreverstranded's Achievements

Tree Puncher

Tree Puncher (2/8)

0

Reputation

  1. 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.
  2. Is this right? Will this change value of world.worldInfo.randomSeed?
  3. I prly realized
  4. Can you point me to the problem, please. I am missing something
  5. 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
  6. I'm still not sure how to do it. fieldInfo must be similar to field fieldWorld in my vision.
  7. And this field work fine
  8. Can't figure out why it still says that this field is protected
  9. ok, thank you guys, will use it!
  10. can I get IllegalAccessException when I use it?
  11. Is there any way to set seed to World object? Asking cause I found only private fields and getSeed methods
  12. or is there any open projects that involves MinecraftServer?
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.