Object PageButton.Companion
-
public class PageButton.Companion
-
-
Field Summary
Fields Modifier and Type Field Description private final Set<DataComponentType>hiddenComponentspublic final static PageButton.CompanionINSTANCE
-
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. -
-
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.
-
-
-
-