Jump to content

[1.8.9] Getting color of a block


Karafakeu

Recommended Posts

I have coordinates of a block, and I want to a) check if that block is a glass_pane, and b) if the color of the glass_pane (considering it is so) is magenta. I have solved the a) part, i can check if a block is a glass_pane, however i dont know how to check for the color. Forge 1.8.9 btw. Anyone to help? Thanks!

Link to comment
Share on other sites

of the top of my head (it's been many years and i will not set up the 1.8 workspace):
there is a method getBlockMetaSomething (maybe getBlockMetadata or getBlockMeta, not sure); call it after the getBlock call, printout metadata (integer, 0-15). find the values for colors that interest you.

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.



×
×
  • Create New...

Important Information

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