Interface StatusBarHeightProvider

All Superinterfaces:
ToIntFunction<PlayerEntity>
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public interface StatusBarHeightProvider extends ToIntFunction<PlayerEntity>
Define the vertical space occupied by HUD elements, known as status bars, which are positioned on the left and right sides above the player's hotbar.
See Also:
  • Method Details