isInPoint

open fun isInPoint(@NotNull player: @NotNull Location, @NotNull target: @NotNull Location): Boolean

Checks this target is in player's point

Return

whether target is player's point

Parameters

player

player's location

target

target's location