Package 

Interface ViewTargetLocator

    • Method Summary

      Modifier and Type Method Description
      abstract ViewTarget locate(Object $self, Pair<Float, Float> targetPosition, ViewTarget.Type targetType) Locates a ViewTarget at the given position based on the view type.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • locate

         abstract ViewTarget locate(Object $self, Pair<Float, Float> targetPosition, ViewTarget.Type targetType)

        Locates a ViewTarget at the given position based on the view type.

        Parameters:
        targetPosition - the position to locate the view target at.
        targetType - the type of the view target to locate.