Jump to content

Recommended Posts

Posted

Hello, Im completly new on Forge and its my first mod, then im sorry for anything stupid :c
Well, Im saving some data (Mana) on Player NBT (server side, I hope) and I want to render its mana on client side.
Well, how do I get the current player to read its nbt? I tried Minecraft.getMinecraft().currentPlayer (or something else, i dont remember), but its returning null

Thanks everyone

Posted
5 hours ago, diesieben07 said:

NBT is for saving to disk. If you want to store data on a player, use capabilities.

If you need the data on the client (like your use of Minecraft::player implies) you need custom packets as well.

Thanks a lot. What do you think i should use to store client-side only data (like display position)

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Announcements



×
×
  • Create New...

Important Information

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