Jump to content

end-user

Members
  • Posts

    3
  • Joined

  • Last visited

Everything posted by end-user

  1. Yeah, I hesitated to add that last sentence. I really just want to test whether the block has a solid top.
  2. If I have a BlockPos, how can I tell if it's a full-height block (ie, not farmland, not bottom slab, but top slab would return true)? Essentially if the block at that location could support spawning (ignoring transparency and air above it, I've tested for those - I just need to verify the shape height).
  3. I know use a selector to get entities like @e[type=sheep, distance=8] Is there a way in the code to do the equivalent? I made an EntityPredicate, but I'm not sure how to use it. I'm essentially trying to get all the entities around the player that match a criteria.
×
×
  • Create New...

Important Information

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