Solved Entity#getNearbyEntities(double, double, double) question

Discussion in 'Plugin Development' started by AoH_Ruthless, Jun 23, 2014.

Thread Status:
Not open for further replies.
  1. Offline

    AoH_Ruthless

    When looping through all nearby entities of an entity, does it loop through the closest entities to the farthest, or the other way around? Does anyone know, or which class file exactly has the source for this? Because I looked into the Entity interface on the JavaDocs, but I don't know which class implements it..

    Thanks :)
     
  2. Offline

    CakePvP

  3. Offline

    Drew1080

    AoH_Ruthless
    To answer your question it gets the closet entities first.
    Edit: Sorry CakePvP I tagged the wrong person.
     
    AoH_Ruthless likes this.
  4. Offline

    AoH_Ruthless

Thread Status:
Not open for further replies.

Share This Page