Apollo
Developers
Mods
ScrollableTooltips

Scrollable Tooltips

Use your scroll wheel to read overly long item descriptions.

Integration

How to toggle the mod

public void toggleScrollableTooltipsExample(Player viewer, boolean value) {
    Optional<ApolloPlayer> apolloPlayerOpt = Apollo.getPlayerManager().getPlayer(viewer.getUniqueId());
    apolloPlayerOpt.ifPresent(apolloPlayer -> this.modSettingModule.getOptions().set(apolloPlayer, ModScrollableTooltips.ENABLED, value));
}

Available options

  • ENABLED

    • Config Key: enabled
    • Values
      • Type: Boolean
      • Default: true
  • START_AT_TOP

    • Config Key: start-at-top
    • Values
      • Type: Boolean
      • Default: true
  • VERTICAL_KEYBIND

    • Config Key: vertical-keybind
    • Values
      • Type: Boolean
      • Default: false
  • TEXT_SHADOW

    • Config Key: text-shadow
    • Values
      • Type: Boolean
      • Default: true
  • WRAP_TEXT

    • Config Key: wrap-text
    • Values
      • Type: Boolean
      • Default: false