NichtStudioCode / InvUI

A spigot library for creating custom inventory-based GUIs.
MIT License
253 stars 20 forks source link

Allow to extend PagedGui classes #51

Closed Emibergo02 closed 1 year ago

NichtStudioCode commented 1 year ago

Same as #50, please stop spam-opening pull requests.

As stated on Discord:

You can extend the abstract versions of those guis, so AbstractPagedGui, AbstractScrollGui, etc. or just AbstractGui. The final implementations aren't public to prevent people from instantiating them directly, because that would expose gui-internal methods that are not required for (and should not be accessible during) normal use.