1. The forums will be archived and moved to a read only mode in about 2 weeks (mid march).

How to get all entities id

Discussion in 'Development' started by xXNiceAssassinlo YT, May 27, 2018.

  1. xXNiceAssassinlo YT

    xXNiceAssassinlo YT Zombie Pigman

    Messages:
    499
    GitHub:
    xXNiceYT
    How do I get all entities id in my level
     
  2. Palente

    Palente Slime

    Messages:
    75
    GitHub:
    palente
  3. xXNiceAssassinlo YT

    xXNiceAssassinlo YT Zombie Pigman

    Messages:
    499
    GitHub:
    xXNiceYT
  4. Palente

    Palente Slime

    Messages:
    75
    GitHub:
    palente
    Yes you can but i think it will be spaaming the console if they are lot of entity
     
  5. xXNiceAssassinlo YT

    xXNiceAssassinlo YT Zombie Pigman

    Messages:
    499
    GitHub:
    xXNiceYT
    It’s fine lol I’ll do it
     
  6. Muqsit

    Muqsit Chicken

    Messages:
    1,548
    GitHub:
    muqsit
    You might need to string-cast it.
    PHP:
    $this->getLogger()->info((string) $entity->getId());
     
  1. This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
    By continuing to use this site, you are consenting to our use of cookies.