Interface Locatable


  • public interface Locatable
    • Method Detail

      • getWorldLocation

        WorldPoint getWorldLocation()
        Gets the server-side location of the actor.

        This value is typically ahead of where the client renders and is not affected by things such as animations.

        Returns:
        the server location
      • getLocalLocation

        LocalPoint getLocalLocation()
        Gets the client-side location of the actor.
        Returns:
        the client location