Jump to content

Recommended Posts

Posted

Hello,

Is there any possible way of getting the registered metadata values of a certain item/block while serverside? Kind  of like the  item.getSubItems  method, but that one is @SideOnly(Side.CLIENT). I basicly don't want to scroll through I don't even know how many values (-> 10000?) to check if that is a valid metadata value (I wouldn't even know how.), since that would be rather time consuming.

mca.png
Posted

I don't think there is something like "registered metadata" - in your case damage values. It's on you, programmer, how you handle it. e.g. static final fields with hardcoded item dmg values for each item or enum. the method you're writing about is merely for a client to show stuff in creative gui, it does not limit you from using other damage values on item with same id.

mnn.getNativeLang() != English

If I helped you please click on the "thank you" button.

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.