Interface PointedLocationProvider
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
A provider of pointer location.
-
Method Summary
Modifier and TypeMethodDescription@NotNull @Unmodifiable Collection<PointedLocation> Provides location.
-
Method Details
-
provide
@NotNull @NotNull @Unmodifiable Collection<PointedLocation> provide(@NotNull @NotNull HudPlayer player) Provides location.- Parameters:
player- target player.- Returns:
- location
- See Also:
-