Jump to content

How to get the armor of the current player and convert it to a string


retsetera

Recommended Posts

hello, I am new at minecraft modding and I want to  make something that takes the armor a player is wearing, converts them to a string, and stores them in a string list. can anyone please help me. I have already tried looking online and I couldn't find anything.

Link to comment
Share on other sites

PlayerEntity#getItemStackFromSlot Edit: mojang name: Player#getItemBySlot

then you can get the item via ItemStack#getItem and the RegistryName via Item#getRegistryName it will return a ResourceLocation, and then to a String 

Note: this is the wrong sub forum for basic modding question, since ForgeGradle is only for gradle questions

Edited by Luis_ST
Link to comment
Share on other sites

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.