previous Page Button
open fun previousPageButton(context: AllCandidateUIDesigner.Context): Pair<CoordinateComponent, ItemStack>
Returns the slot coordinate and icon item for the previous-page button.
The Pair used here is a Kotlin class, but can also be constructed from Java as new Pair<>(element1, element2).
Return
Pair slot coordinate and icon item for the previous-page button
Since
5.2.0
Parameters
context
Context provided at bake time