Jump to content

DevTomek

Members
  • Posts

    2
  • Joined

  • Last visited

Everything posted by DevTomek

  1. Thanks! Using sign.getBlockType() works, while sign.blockType did not. I'm not sure why this is, but my problem is solved.
  2. I have a list of coordinates of signs that I use to check their orientations I reload the world. Every coordinate returns a TileEntitySign but the blocktype's of all the signs return null. I am trying to get their orientation by checking if it is a wall_sign or a standing_sign. How can I get the containing blocktype?
×
×
  • Create New...

Important Information

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