Object PageButton.Companion

    • Method Summary

      Modifier and Type Method Description
      final Set<DataComponentType> getHiddenComponents() Page buttons are just icons in the guide, we don't want any random component data to be appended to the tooltip.
      • Methods inherited from class java.lang.Object

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

      • getHiddenComponents

         final Set<DataComponentType> getHiddenComponents()

        Page buttons are just icons in the guide, we don't want any random component data to be appended to the tooltip. (for ex: +5 attack damage)

        Here we specify all the components that may add to the tooltip that we want to hide.